diff --git a/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue b/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue
index 604bcd88..ab6d050e 100644
--- a/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue
+++ b/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue
@@ -49,6 +49,16 @@
{{ scope.row.完成数量 }}
+
+
+ {{ scope.row.检验数量 }}
+
+
+
+
+ {{ scope.row不合格数量 }}
+
+
{{ scope.row.工序间是否外协 === 1 ? (scope.row.操作者 === '超级管理员' ? '系统' : scope.row.操作者) : '外协' }}
@@ -95,6 +105,16 @@
{{ scope.row.报废数量 }}
+
+
+ {{ scope.row.检验数量 }}
+
+
+
+
+ {{ scope.row.不合格数量 }}
+
+
{{ scope.row.机加工实际完成时间 }}
diff --git a/static/config.js b/static/config.js
index ffa895e5..e14a0f17 100644
--- a/static/config.js
+++ b/static/config.js
@@ -23,4 +23,4 @@ export const downloadFileMachine_config = `http://123.56.95.229:58010/submit/dow
export const MESUploadFile_config = `http://123.56.95.229:58010/submit/MESUploadFile.ashx`
export const MESDownloadFile_config = `http://123.56.95.229:58010/submit/MESDownloadFile.ashx`
-export const request_config = `http://123.56.95.229:58010/submit/MESCommonBase.ashx`
+export const request_config = `http://localhost:8002/submit/MESCommonBase.ashx`