diff --git a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
index 6c31f007..5a42429e 100644
--- a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
+++ b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
@@ -61,7 +61,7 @@
查询
- 导出
+ 导出
新增
@@ -486,61 +486,54 @@
-
+
零件图号:
-
+
零件名称:
-
+
-
-
+
+
{{ scope.row.工序顺序 }}
-
+
{{ scope.row.工艺名称 }}
-
+
{{ scope.row.工艺要求 }}
-
+
- {{ scope.row.操作员 }}
+ {{ scope.row.工序间是否外协 === 2 ? '外协' : scope.row.操作员 }}
-
+
{{ scope.row.完成数量 }}
-
+
- 已完成
- 报废
- 未完成
+ 已完
+ 报废
+ 未完
-
+
- {{ scope.row.数量 }}
+ {{ scope.row.数量 === null ? 0 : scope.row.数量 }}
-
+
- {{ scope.row.不合格数量 }}
+ {{ scope.row.不合格数量 === null ? 0 : scope.row.不合格数量 }}
@@ -691,9 +684,7 @@