From 7844947b071ecbc50e486f2567c3c6ec42235a9a Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 24 Dec 2025 15:07:48 +0800 Subject: [PATCH] =?UTF-8?q?2025-12-23=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../orderIssure/soIssueNotify/searchIssureNotifyForCK.vue | 1 + src/views/modules/yieldReport/com_material_roll_up.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotifyForCK.vue b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotifyForCK.vue index 586151a..17ce91d 100644 --- a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotifyForCK.vue +++ b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotifyForCK.vue @@ -59,6 +59,7 @@ + diff --git a/src/views/modules/yieldReport/com_material_roll_up.vue b/src/views/modules/yieldReport/com_material_roll_up.vue index 7bfcd64..569b353 100644 --- a/src/views/modules/yieldReport/com_material_roll_up.vue +++ b/src/views/modules/yieldReport/com_material_roll_up.vue @@ -260,7 +260,7 @@ export default { if (this.scanType === 'I') { // 添加到列表 const rollData = { - rollNo: data.rollNo || this.scanRollNo.trim(), + rollNo: this.scanRollNo.trim(), rollQty: data.rollQty || 0 }; this.rollList.push(rollData);