ezhizao_zx 1 éve
szülő
commit
3bd0ceee09
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      pages/batchReporting/index.vue

+ 1 - 1
pages/batchReporting/index.vue

@@ -67,7 +67,7 @@
 				<view class="item-info uni-row">
 					<text class="label">投入数</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 class="item-info uni-row">
 					<text class="label">上道工序</text>