ezhizao_zx 1 year ago
parent
commit
3bd0ceee09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/batchReporting/index.vue

+ 1 - 1
pages/batchReporting/index.vue

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