From cfcfabd22bf9cc11815acf408a1d6eaeeb9403dd Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Thu, 14 May 2020 10:16:01 +0800 Subject: [PATCH 1/4] a --- static/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/config.js b/static/config.js index e14a0f17..ffa895e5 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://localhost:8002/submit/MESCommonBase.ashx` +export const request_config = `http://123.56.95.229:58010/submit/MESCommonBase.ashx` From e99d954057c1c4a05e48a7754d30f6a3252a57d7 Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Thu, 14 May 2020 15:49:06 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E5=A7=9C=E7=A6=8F=E5=A3=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Inventory/MaterialReturn/index.vue | 10 +++---- .../CompletionOfWorkshopComponents/index.vue | 16 ++++++++--- .../MachiningParts/index.vue | 27 ++++++++++++------- .../ProcessingStatusNew/index.vue | 18 ++++++++----- .../ManufacturingCenter/StatusQuery/index.vue | 10 +++++++ .../InvoiceSettlementApplication/index.vue | 2 +- .../OfflineContract/index.vue | 6 ++--- .../PurchaseContractRequestFund/index.vue | 12 ++++----- 8 files changed, 66 insertions(+), 35 deletions(-) diff --git a/src/views/Inventory/MaterialReturn/index.vue b/src/views/Inventory/MaterialReturn/index.vue index dab97b71..2a820f4e 100644 --- a/src/views/Inventory/MaterialReturn/index.vue +++ b/src/views/Inventory/MaterialReturn/index.vue @@ -115,16 +115,16 @@
- + {{ nameOrNumber }} - - + + 出库数量:{{ outNumber }} - + 领料人:{{ people }} - + 出库时间:{{ time }}
diff --git a/src/views/ManufacturingCenter/CompletionOfWorkshopComponents/index.vue b/src/views/ManufacturingCenter/CompletionOfWorkshopComponents/index.vue index 602a6355..aafc820d 100644 --- a/src/views/ManufacturingCenter/CompletionOfWorkshopComponents/index.vue +++ b/src/views/ManufacturingCenter/CompletionOfWorkshopComponents/index.vue @@ -23,22 +23,32 @@ - + - + - + + + + + + + - + -->
diff --git a/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue b/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue index ab6d050e..41e6643a 100644 --- a/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue +++ b/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue @@ -49,14 +49,14 @@ {{ scope.row.完成数量 }} - + - + @@ -105,12 +105,12 @@ {{ scope.row.报废数量 }} - + - + @@ -418,7 +418,9 @@ export default { 工序流水号: response.data[i].工序流水号, 完成过程流水号: response.data[i].完成过程流水号, 工序状态: response.data[i].工序状态, - 完成数量: response.data[i].完成数量 + 完成数量: response.data[i].完成数量, + 检验数量: response.data[i].检验数量, + 不合格数量: response.data[i].不合格数量 }) } } @@ -590,7 +592,9 @@ export default { 完成过程流水号: response.data[i].完成过程流水号, 工序状态: response.data[i].工序状态, 完成数量: response.data[i].完成数量, - 工序间是否外协: response.data[i].工序间是否外协 + 工序间是否外协: response.data[i].工序间是否外协, + 检验数量: response.data[i].检验数量, + 不合格数量: response.data[i].不合格数量 }) } this.loading2 = false diff --git a/src/views/ManufacturingCenter/StatusQuery/index.vue b/src/views/ManufacturingCenter/StatusQuery/index.vue index 89af9c40..b08916ef 100644 --- a/src/views/ManufacturingCenter/StatusQuery/index.vue +++ b/src/views/ManufacturingCenter/StatusQuery/index.vue @@ -55,6 +55,16 @@ {{ scope.row.批次数量 }} + + + + + +