|
@@ -21,7 +21,7 @@
|
|
|
</view>
|
|
|
<view class="item-info uni-row">
|
|
|
<text class="label">投入数</text>
|
|
|
- <text class="label right">{{lotData['processQualifiedNum'] == 0 ? lotData['oneLotQuantity'] : lotData['processQualifiedNum']}}</text>
|
|
|
+ <text class="label right">{{lotData['processQualifiedNum'] == 0 ? lotData['isLast'] == 1 ? lotData['lastLotQuantity'] : lotData['oneLotQuantity'] : lotData['processQualifiedNum']}}</text>
|
|
|
</view>
|
|
|
<view class="item-info uni-row">
|
|
|
<text class="label">上道工序</text>
|