guoyujia 1 jaar geleden
bovenliggende
commit
d568891a35
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      components/dialog-lotInfo/dialog-lotInfo.vue

+ 1 - 1
components/dialog-lotInfo/dialog-lotInfo.vue

@@ -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>