ezhizao_zx há 1 ano atrás
pai
commit
3bd0ceee09
1 ficheiros alterados com 1 adições e 1 exclusões
  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>