|
|
@@ -14,7 +14,11 @@
|
|
|
<view class="item" v-for="(itm, index) in tableH(mate.rootCategoryLevelId)" :key="index">
|
|
|
<view class="lable rx-cc">{{ itm.label }}</view>
|
|
|
<view class="content">{{ mate[itm.prop] }}</view>
|
|
|
-
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="item" >
|
|
|
+ <view class="lable rx-cc">包装库存数量</view>
|
|
|
+ <view class="content">{{ mate.availableCountBase }}/ {{ mate.minUnit}}</view>
|
|
|
</view>
|
|
|
|
|
|
|
|
|
@@ -23,7 +27,7 @@
|
|
|
<view class="content content_num">
|
|
|
<input class="uni-input" v-model="mate.feedQuantity"
|
|
|
type="digit"></input>
|
|
|
- <view class="unit">/{{mate.unit}}</view>
|
|
|
+ <view class="unit">/{{mate.packingCountBase}}</view>
|
|
|
|
|
|
</view>
|
|
|
</view>
|