From 3372a9daca2ae2f1cf05ded8daf1c30775e4bacc Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 14 Jul 2026 17:21:54 +0800 Subject: [PATCH] =?UTF-8?q?2026-07-14=20=E5=BC=82=E5=B8=B8=E8=A7=84?= =?UTF-8?q?=E5=88=99=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/yieldReport/com_separate_roll.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/modules/yieldReport/com_separate_roll.vue b/src/views/modules/yieldReport/com_separate_roll.vue index 41c36e9..4e808de 100644 --- a/src/views/modules/yieldReport/com_separate_roll.vue +++ b/src/views/modules/yieldReport/com_separate_roll.vue @@ -1669,6 +1669,8 @@ export default { rollNo: this.scheduleData.rollNo, operatorId: this.pageData.operatorId, functionName: actionName || '', + fixture: this.pageData.fixture || '', + shiftNo: this.scheduleData.shiftNo || '', rowCount: this.pageData.rowCount || 0, rollCount: this.pageData.rollCount || 0, totalRollQty: Number(this.scheduleData.totalRollQty || 0), @@ -1678,7 +1680,9 @@ export default { surfaceLossQty: row.surfaceLossQty || 0, poorPerformanceQty: row.poorPerformanceQty || 0, defectQty: row.defectQty || 0, - totalQty: row.totalQty || 0 + totalQty: row.totalQty || 0, + packingList: row.packingList || '', + remark: row.remark || '' })) } },