guoyujia 1 년 전
부모
커밋
b2f09652e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/sortBatchReporting/index.vue

+ 1 - 1
pages/sortBatchReporting/index.vue

@@ -62,7 +62,7 @@
 				<view class="item-info uni-row">
 					<text class="label">投入数</text>
 					<text
-						class="label right">{{item['processQualifiedNum'] == 0 ?  item['productionQuantity']  : item['processQualifiedNum']}}</text>
+					  class="label right">{{item.prevProcess ?  item['processQualifiedNum']  : item['productionQuantity']}}</text>
 				</view>
 				<view class="item-info uni-row">
 					<text class="label">上道工序</text>