|
|
@@ -2204,7 +2204,7 @@
|
|
|
ng-click="toggleIsBreadUp(goods, false)"></button></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="content margin10">
|
|
|
+ <div class="content margin10" style="width: 154px;">
|
|
|
<!--<p class="title">库存</p>-->
|
|
|
<div class="input-list">
|
|
|
<span class="tit" style="width: 84px">库存:</span><input type="number" class="wid70 form-control" name="reserve" title="库存" placeholder="数量"
|
|
|
@@ -2223,7 +2223,7 @@
|
|
|
</div>
|
|
|
<div class="content">
|
|
|
<p class="title height24">梯度/pcs</p>
|
|
|
- <div class="input-list" ng-repeat="price in goods.editPrices">
|
|
|
+ <div class="input-list" style="width: 154px;overflow: hidden" ng-repeat="price in goods.editPrices">
|
|
|
<p>
|
|
|
<span style="overflow: hidden;"><input ng-disabled="$index == 0" type="number" class="wid42 form-control fl" ng-class="{'error' : price.startInValid}"
|
|
|
placeholder="数量" ng-model="price.start" ng-blur="editQty(goods, $index, false, price.start)" oninput="if(value.length>9)value=value.slice(0,9)"/></span><em
|
|
|
@@ -2236,14 +2236,14 @@
|
|
|
</div>
|
|
|
<div class="content" ng-if="!store.enType || store.enType === 'HK'">
|
|
|
<p class="title height24">单价($)</p>
|
|
|
- <div
|
|
|
+ <div style="width: 92px;overflow: hidden;"
|
|
|
class="input-list" ng-repeat="price in goods.editPrices">
|
|
|
<input type="number" name="usd" class="wid92 form-control" placeholder="单价($)" ng-blur="changePrices(goods.editPrices, price.uSDPrice, $index)" ng-class="{'error' : price.priceInvalid}" ng-model="price.uSDPrice" oninput="if(value.length>11)value=value.slice(0,11)" autocomplete="off" validata-price/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="content" ng-if="!store.enType || store.enType === 'MAINLAND'">
|
|
|
<p class="title height24">单价(¥)</p>
|
|
|
- <div
|
|
|
+ <div style="width: 92px;overflow: hidden;"
|
|
|
class="input-list" ng-repeat="price in goods.editPrices">
|
|
|
<input type="number" name="rmb" class="wid92 form-control" placeholder="单价(¥)" ng-blur="changePrices(goods.editPrices, price.rMBPrice, $index)" ng-class="{'error' : price.priceInvalid}" ng-model="price.rMBPrice" oninput="if(value.length>11)value=value.slice(0,11)" autocomplete="off" validata-price/>
|
|
|
</div>
|