From 8e6b3692a642153c24f691addf8a8b51dcbd3e88 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Mon, 7 Aug 2023 18:09:48 +0800 Subject: [PATCH] 66 --- src/api/production/schedule.js | 3 + src/views/modules/schedule/toolReport.vue | 391 ++++++++-------------- 2 files changed, 143 insertions(+), 251 deletions(-) diff --git a/src/api/production/schedule.js b/src/api/production/schedule.js index 7e33cd7..583cadb 100644 --- a/src/api/production/schedule.js +++ b/src/api/production/schedule.js @@ -17,5 +17,8 @@ export const getSfdcList=data => createAPI(`schedule/getSfdcList`, 'post', data) export const cancelSfdc=data => createAPI(`schedule/cancelSfdc`, 'post', data); export const getStockPrint=data => createAPI(`schedule/getStockPrint`, 'post', data); +export const toolStart=data => createAPI(`schedule/toolStart`, 'post', data); +export const toolIssuance=data => createAPI(`schedule/toolIssuance`, 'post', data); +export const toolReport=data => createAPI(`schedule/toolReport`, 'post', data); diff --git a/src/views/modules/schedule/toolReport.vue b/src/views/modules/schedule/toolReport.vue index 0bb16e2..0daa20e 100644 --- a/src/views/modules/schedule/toolReport.vue +++ b/src/views/modules/schedule/toolReport.vue @@ -114,7 +114,7 @@ min-width="100" label="操作"> 关闭 - + - + - + - + - + - + - + - + - - 操作员 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- 不良品分析 - - - 操作员 - - - - - - - - - -
- - - - - - - - - - - - - + + + + + + + + + + + 取消 - 确定
@@ -368,11 +322,10 @@