|
|
@@ -51,10 +51,13 @@
|
|
|
<tui-tag size="small" tui-tag-class="tui-mrbtm">{{item.productGrid}}</tui-tag>
|
|
|
</view>
|
|
|
<view class="tui-goods-attr">
|
|
|
- <view style="margin-top:14rpx">当前数量:{{item.stockCount?item.stockCount:0}}</view>
|
|
|
+ <view >可放置数量:{{item.gridCount?item.gridCount:0}}</view>
|
|
|
</view>
|
|
|
<view class="tui-goods-attr">
|
|
|
- <view style="margin-top:14rpx">补货数量:</view>
|
|
|
+ <view >当前数量:{{item.stockCount?item.stockCount:0}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="tui-goods-attr">
|
|
|
+ <view >补货数量:</view>
|
|
|
<input placeholder-class="phcolor" class="tui-input" placeholder="请填写补货数量" type="number" value="{{item.repairNum}}"
|
|
|
bindinput="number" data-name="repairNum" data-index="{{index}}" data-item="{{item}}"/>
|
|
|
</view>
|