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>