From 0ba0ee4623288f7f9134a9f1a8609fd387dd0bbd Mon Sep 17 00:00:00 2001 From: rui_li <877258667@qq.com> Date: Thu, 16 Dec 2021 16:02:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/yieldReport/produce_report_normal.js | 3 + src/assets/scss/global.scss | 1 - .../modules/yieldReport/com_finish_roll.vue | 77 +++++++++--------- .../modules/yieldReport/com_merge_roll.vue | 4 +- .../modules/yieldReport/com_produce_down.vue | 2 +- .../yieldReport/com_produce_report_normal.vue | 78 ++++++++++--------- .../modules/yieldReport/com_separate_roll.vue | 6 +- .../modules/yieldReport/com_start_produce.vue | 2 +- .../modules/yieldReport/com_start_tuning.vue | 2 +- .../modules/yieldReport/produce_order.vue | 19 +++-- 10 files changed, 104 insertions(+), 90 deletions(-) diff --git a/src/api/yieldReport/produce_report_normal.js b/src/api/yieldReport/produce_report_normal.js index 2c3416e..547e087 100644 --- a/src/api/yieldReport/produce_report_normal.js +++ b/src/api/yieldReport/produce_report_normal.js @@ -34,6 +34,9 @@ export const getSfdcRollByCon = data => createAPI('schedule/getSfdcRollByCon', ' export const refreshWorkPlatformButtons = data => createAPI('schedule/refreshWorkPlatformButtons', 'POST', data) +// 获取当前页面的按钮 +export const checkProduceButton = data => createAPI('schedule/checkProduceButton', 'POST', data) + diff --git a/src/assets/scss/global.scss b/src/assets/scss/global.scss index 8ff1f50..db271ab 100644 --- a/src/assets/scss/global.scss +++ b/src/assets/scss/global.scss @@ -241,7 +241,6 @@ input.el-input__inner{ /* 时间框选择样式 */ .customer-css span.el-input__prefix{ - top: -3px; left: 1px; } /* 时间HH:MM的样式*/ diff --git a/src/views/modules/yieldReport/com_finish_roll.vue b/src/views/modules/yieldReport/com_finish_roll.vue index 8cf3f8b..c39a0d4 100644 --- a/src/views/modules/yieldReport/com_finish_roll.vue +++ b/src/views/modules/yieldReport/com_finish_roll.vue @@ -38,19 +38,19 @@
@@ -73,47 +73,47 @@ -