From eef64019c5b6fc91902d5b39bf50ca389788221f Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 13 Jan 2026 17:35:02 +0800 Subject: [PATCH] =?UTF-8?q?2026-01-13=20=E6=94=B6=E8=B4=A7=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E4=BB=BB=E5=8A=A1=E9=80=9A=E7=9F=A5=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=A4=E4=B8=AA=E6=95=B0=E9=87=8F=EF=BC=9A?= =?UTF-8?q?=20=E6=80=BB=E5=BC=A0=E6=95=B0=EF=BC=88=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=A1=8C=E6=95=B0=EF=BC=89=E3=80=81=E6=80=BB?= =?UTF-8?q?=E6=95=B0=E9=87=8F=EF=BC=88=E6=98=8E=E7=BB=86=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E2=80=9C=E8=A6=81=E6=B1=82=E5=85=A5=E5=BA=93=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E2=80=9D=E4=B9=8B=E5=92=8C=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/inboundNotification.vue | 33 +++++++++++++++---- .../yieldReport/com_produce_report_normal.vue | 2 +- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/src/views/modules/qc/inboundNotification.vue b/src/views/modules/qc/inboundNotification.vue index e544d45..003e5cf 100644 --- a/src/views/modules/qc/inboundNotification.vue +++ b/src/views/modules/qc/inboundNotification.vue @@ -175,13 +175,19 @@ - - 新增 - 删除 - 批量编辑 - 批量保存 - 取消编辑 - +
+ + 新增 + 删除 + 批量编辑 + 批量保存 + 取消编辑 + +
+ 总张数:{{ detailList.length }} + 总数量:{{ detailTotalQty }} +
+
{ + const qty = parseFloat(item.requiredQty) || 0; + return sum + qty; + }, 0); + } + }, + mounted () { this.$nextTick(() => { this.height = window.innerHeight / 2 - 100 diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue index e03c570..9bb9aae 100644 --- a/src/views/modules/yieldReport/com_produce_report_normal.vue +++ b/src/views/modules/yieldReport/com_produce_report_normal.vue @@ -441,7 +441,7 @@ fixed="left" header-align="center" align="center" - width="150" + width="170" label="操作">