|
|
@@ -1647,8 +1647,8 @@
|
|
|
<div class="content margin10">
|
|
|
<!--<p class="title">库存</p>-->
|
|
|
<div class="input-list">
|
|
|
- <span class="tit">上架数量:</span><input type="number" class="wid70 form-control" name="reserve" title="库存" placeholder="数量"
|
|
|
- ng-model="goods.editReserve" maxlength="9" ng-blur="setPriceMaxAmount(goods, false)" ng-class="{'error' : goods.editReserveInvalid}" oninput="if(value.length>9)value=value.slice(0,9)"/>
|
|
|
+ <span class="tit">上架数量:</span><input type="number" class="wid70 form-control" name="reserve" title="上架数量" placeholder="数量"
|
|
|
+ ng-model="goods.editReserve" maxlength="9" ng-blur="setPriceMaxAmount(goods, false)" ng-class="{'error' : goods.editReserveInvalid}" oninput="if(value.length>9)value=value.slice(0,9)"/>
|
|
|
</div>
|
|
|
<div class="input-list">
|
|
|
<span class="tit">起订量:</span><input type="number" class="wid70 form-control" name="minBuyQty" title="起拍" placeholder="数量"
|
|
|
@@ -1839,9 +1839,9 @@
|
|
|
<div class="content margin10">
|
|
|
<!--<p class="title">库存</p>-->
|
|
|
<div class="input-list">
|
|
|
- <span class="tit">上架数量:</span><input type="number" class="wid70 form-control" name="reserve" title="库存" placeholder="数量" ng-model="goods.editReserve" ng-blur="setPriceMaxAmount(goods, true)"
|
|
|
- maxlength="9" oninput="if(value.length>9)value=value.slice(0,9)"
|
|
|
- ng-class="{'error' : goods.editReserveInvalid}"/>
|
|
|
+ <span class="tit">上架数量:</span><input type="number" class="wid70 form-control" name="reserve" title="上架数量" placeholder="数量" ng-model="goods.editReserve" ng-blur="setPriceMaxAmount(goods, true)"
|
|
|
+ maxlength="9" oninput="if(value.length>9)value=value.slice(0,9)"
|
|
|
+ ng-class="{'error' : goods.editReserveInvalid}"/>
|
|
|
</div>
|
|
|
<div class="input-list">
|
|
|
<span class="tit">起订量:</span><input type="number" class="wid70 form-control" name="minBuyQty"
|
|
|
@@ -2133,7 +2133,7 @@
|
|
|
<div class="clearfix">
|
|
|
<div class="detail">
|
|
|
<div class="detail-title">包装:<span ng-bind="goods.packaging">盘装</span></div>
|
|
|
- <div class="detail-title">库存:<span ng-bind="goods.reserve">9023492</span></div>
|
|
|
+ <div class="detail-title">已上架数量:<span ng-bind="goods.reserve">9023492</span></div>
|
|
|
<div class="detail-title">起订量:<span ng-bind="goods.minBuyQty">90492</span></div>
|
|
|
</div>
|
|
|
<div class="detail distance">
|