From ba8ac4bf92ca312924102dbeebe962722670d6cf Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 25 Mar 2026 11:37:52 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-25=20=E6=9C=BA=E5=8F=B0=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E5=8F=B0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yieldReport/com_produce_report_normal.vue | 34 ++++++++-------- .../yieldReport/com_split_order_report.vue | 39 +++++++++++-------- 2 files changed, 40 insertions(+), 33 deletions(-) diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue index 03c229c..b6a07c4 100644 --- a/src/views/modules/yieldReport/com_produce_report_normal.vue +++ b/src/views/modules/yieldReport/com_produce_report_normal.vue @@ -129,35 +129,37 @@
-
- - 卷操作 +
+
+ + 卷操作 +
+ + {{ this.currentRollOps.rollNo }} +
+
-
- - -
-
- +
+ 创建新卷 - + 切换卷 - + 创建分卷 - + 异常续卷 - + 结束卷 - + 合并卷 - + 结单
@@ -5678,7 +5680,7 @@ export default { align-items: center; gap: 6px; min-width: 120px; - max-width: 180px; + max-width: 300px; } .current-roll-display label { diff --git a/src/views/modules/yieldReport/com_split_order_report.vue b/src/views/modules/yieldReport/com_split_order_report.vue index 882fa21..a919b81 100644 --- a/src/views/modules/yieldReport/com_split_order_report.vue +++ b/src/views/modules/yieldReport/com_split_order_report.vue @@ -54,47 +54,52 @@
- {{labels.rollButtons}} - - - {{ this.currentRollOps.rollNo }} - - + +
+ {{labels.rollButtons}} +
+ + {{ this.currentRollOps.rollNo }} +
+
+
+ + + style="width: 100%;"> {{ buttons.newRollButton }} - + + style="width: 100%;"> {{buttons.switchRoll}} - + + style="width: 100%;"> {{buttons.separateRoll}} - + + @click="finishRollModal" style="width: 100%;"> {{ buttons.finishRoll }} - + + @click="mergeRollModal" style="width: 100%;"> {{ buttons.mergeRoll }} - + + @click="showFinishScheduleModal" style="width: 100%;"> {{ buttons.finishSchedule }}