ezhizao_zx пре 1 година
родитељ
комит
3bd0ceee09
1 измењених фајлова са 1 додато и 1 уклоњено
  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>