diff --git a/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue b/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue
index 167a22a4..dab56dfb 100644
--- a/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue
+++ b/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue
@@ -56,7 +56,7 @@
- {{ scope.row.操作者 }}
+ {{ scope.row.工序间是否外协 === 1 ? (scope.row.操作者 === '超级管理员' ? '系统' : scope.row.操作者) : '外协' }}
@@ -571,7 +571,8 @@ export default {
工序流水号: response.data[i].工序流水号,
完成过程流水号: response.data[i].完成过程流水号,
工序状态: response.data[i].工序状态,
- 完成数量: response.data[i].完成数量
+ 完成数量: response.data[i].完成数量,
+ 工序间是否外协: response.data[i].工序间是否外协
})
}
this.loading2 = false