From a2aedea48090037cdaedf4b0a3e3c82b22d627fd Mon Sep 17 00:00:00 2001
From: Vergil <974548713@qq.com>
Date: Wed, 13 May 2020 16:27:09 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BF=BD=E6=BA=AF=E5=8A=A0=E5=B7=A5=E8=BF=87?=
=?UTF-8?q?=E7=A8=8B=E5=A7=9C=E7=A6=8F=E5=A3=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ProcessingStatusNew/index.vue | 20 +++++++++++++++++++
static/config.js | 2 +-
2 files changed, 21 insertions(+), 1 deletion(-)
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`