|
|
@@ -2047,12 +2047,12 @@
|
|
|
<span>全选</span>
|
|
|
</label>
|
|
|
</th>
|
|
|
- <th width="120">品牌</th>
|
|
|
- <th width="130">物料名称</th>
|
|
|
- <th width="150">型号</th>
|
|
|
- <th width="100">规格</th>
|
|
|
+ <th width="140">品牌</th>
|
|
|
+ <th width="140">物料名称</th>
|
|
|
+ <th width="160">型号</th>
|
|
|
+ <th width="120">规格</th>
|
|
|
<th width="100">规格书</th>
|
|
|
- <th width="60">单位</th>
|
|
|
+ <!--<th width="60">单位</th> -->
|
|
|
<!--<th width="80">封装</th>-->
|
|
|
<th width="280">操作</th>
|
|
|
</tr>
|
|
|
@@ -2126,7 +2126,7 @@
|
|
|
-
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td ng-bind="material.unit || 'PCS'" title="{{material.unit || 'PCS'}}"></td>
|
|
|
+ <!--<td ng-bind="material.unit || 'PCS'" title="{{material.unit || 'PCS'}}"></td>-->
|
|
|
<!--<td>-->
|
|
|
<!--<span ng-bind="material.encapsulation || '-'" title="{{material.encapsulation || '-'}}"></span>-->
|
|
|
<!--</td>-->
|
|
|
@@ -2207,7 +2207,7 @@
|
|
|
<div class="content margin10">
|
|
|
<!--<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="数量"
|
|
|
+ <span class="tit" style="width: 84px">库存(PCS):</span><input type="number" class="wid70 form-control" name="reserve" title="库存(PCS)" 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">
|
|
|
@@ -2320,7 +2320,7 @@
|
|
|
<p class="title" ng-class="{'noBreak' : !goods.breakUp}" ng-if="goods.breakUp" ng-bind="goods.breakUp ? '可拆卖' : '不可拆卖'">不可拆卖</p>
|
|
|
</div>
|
|
|
<div class="content width130">
|
|
|
- <p class="title"><span style="width:84px">库存:</span><span ng-bind="goods.reserve">9023492</span></p>
|
|
|
+ <p class="title"><span style="width:84px">库存(PCS):</span><span ng-bind="goods.reserve">9023492</span></p>
|
|
|
<p class="title"><span style="width:84px">最小起订量:</span><span ng-bind="goods.minBuyQty">90492</span></p>
|
|
|
<p class="title"><span style="width:84px">最小包装数:</span><span ng-bind="goods.minPackQty">980</span></p>
|
|
|
<!--<p class="title"><span style="width:84px">规格:</span><span ng-bind="goods.spec || '-'" title="{{goods.spec}}">980</span></p>-->
|
|
|
@@ -2411,7 +2411,7 @@
|
|
|
<div class="content margin10">
|
|
|
<!--<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="数量" ng-model="goods.editReserve" ng-blur="setPriceMaxAmount(goods, true)"
|
|
|
+ <span class="tit" style="width: 84px">库存(PCS):</span><input type="number" class="wid70 form-control" name="reserve" title="库存(PCS)" 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>
|
|
|
@@ -2796,7 +2796,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">库存(PCS):<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">
|