Przeglądaj źródła

调整ERP标准物料页面展示

wangyc 8 lat temu
rodzic
commit
91c29d0309

+ 3 - 3
src/main/webapp/resources/view/vendor/forstore/erp/vendor_material_erp.html

@@ -548,13 +548,13 @@
 								</div>
 							</div>
 							<div class="content">
-								<p class="title">起拍</p>
+								<p class="title">最小起售</p>
 								<div class="input-list">
-									<input type="number" class="wid48 form-control" name="minBuyQty" title="起拍"  placeholder="数量" ng-model="goods.minBuyQty" ng-pattern="/^(-|)[0-9]*$/" ng-blur="setPriceMinAmount(goods)"/>
+									<input type="number" class="wid48 form-control" name="minBuyQty" title="最小起售"  placeholder="数量" ng-model="goods.minBuyQty" ng-pattern="/^(-|)[0-9]*$/" ng-blur="setPriceMinAmount(goods)"/>
 								</div>
 							</div>
 							<div class="content">
-								<p class="title">交期<span style="color:#999;">({{!store.enType || store.enType === 'HK'?'香港':!store.enType || store.enType === 'MAINLAND'?'国内':''}})</span></p>
+								<p class="title">交期<span style="color:#999;">({{!store.enType || store.enType === 'HK'?'香港:天':!store.enType || store.enType === 'MAINLAND'?'国内:天':''}})</span></p>
 								<div class="input-list">
 									<p ng-if="!store.enType || store.enType === 'HK'">
 										<span><input type="number" class="wid36 form-control" name="minDelivery" title="最小交期" placeholder="天数" ng-model="goods.minDelivery" ng-blur="checkMinDelivery(goods, 'HK')"/></span>