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 || '' })) } },