From db6332fa53b476e4854fe1d372752f367e702936 Mon Sep 17 00:00:00 2001 From: Rui_Li <877258667@qq.com> Date: Tue, 19 Apr 2022 10:08:00 +0800 Subject: [PATCH] =?UTF-8?q?BUG=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/yieldReport/com_switch_roll.js | 3 + .../yieldReport/com_split_order_report.vue | 2 +- .../com_split_order_switch_roll.vue | 190 ++++++++++++++++++ 3 files changed, 194 insertions(+), 1 deletion(-) create mode 100644 src/views/modules/yieldReport/com_split_order_switch_roll.vue diff --git a/src/api/yieldReport/com_switch_roll.js b/src/api/yieldReport/com_switch_roll.js index c7bcef4..475c91f 100644 --- a/src/api/yieldReport/com_switch_roll.js +++ b/src/api/yieldReport/com_switch_roll.js @@ -19,3 +19,6 @@ export const switchrollRepackCheck = data => createAPI('schedule/switchrollRepac // 包装切换卷执行 export const switchrollRepackAction = data => createAPI('schedule/switchrollRepackAction', 'POST', data) +// 换分切工单切换卷校验 +export const checkSplitScheduleSwitchRoll = data => createAPI('schedule/checkSplitScheduleSwitchRoll', 'POST', data) + diff --git a/src/views/modules/yieldReport/com_split_order_report.vue b/src/views/modules/yieldReport/com_split_order_report.vue index 9f2bf37..6ab1ebf 100644 --- a/src/views/modules/yieldReport/com_split_order_report.vue +++ b/src/views/modules/yieldReport/com_split_order_report.vue @@ -606,7 +606,7 @@ import { } from "@/api/yieldReport/com_split_order_report.js"; /*引入组件*/ import comSwitchOperator from "./com_switch_operator";/*切换操作员*/ -import comSwitchRoll from "./com_switch_roll";/*切换卷操作*/ +import comSwitchRoll from "./com_split_order_switch_roll";/*切换卷操作*/ import comSeparateRollWithSplit from "./com_separate_roll_with_split";/*创建分卷的组件*/ import comFinishRoll from "./com_finish_roll";/*结束卷数的组件*/ import comFinishPartRoll from "./com_finish_part_roll";//产量报告的组件 diff --git a/src/views/modules/yieldReport/com_split_order_switch_roll.vue b/src/views/modules/yieldReport/com_split_order_switch_roll.vue new file mode 100644 index 0000000..6a1917d --- /dev/null +++ b/src/views/modules/yieldReport/com_split_order_switch_roll.vue @@ -0,0 +1,190 @@ + + + + +