Browse Source

2026-07-14

异常规则配置
master
fengyuan_yang 2 weeks ago
parent
commit
3372a9daca
  1. 6
      src/views/modules/yieldReport/com_separate_roll.vue

6
src/views/modules/yieldReport/com_separate_roll.vue

@ -1669,6 +1669,8 @@ export default {
rollNo: this.scheduleData.rollNo, rollNo: this.scheduleData.rollNo,
operatorId: this.pageData.operatorId, operatorId: this.pageData.operatorId,
functionName: actionName || '', functionName: actionName || '',
fixture: this.pageData.fixture || '',
shiftNo: this.scheduleData.shiftNo || '',
rowCount: this.pageData.rowCount || 0, rowCount: this.pageData.rowCount || 0,
rollCount: this.pageData.rollCount || 0, rollCount: this.pageData.rollCount || 0,
totalRollQty: Number(this.scheduleData.totalRollQty || 0), totalRollQty: Number(this.scheduleData.totalRollQty || 0),
@ -1678,7 +1680,9 @@ export default {
surfaceLossQty: row.surfaceLossQty || 0, surfaceLossQty: row.surfaceLossQty || 0,
poorPerformanceQty: row.poorPerformanceQty || 0, poorPerformanceQty: row.poorPerformanceQty || 0,
defectQty: row.defectQty || 0, defectQty: row.defectQty || 0,
totalQty: row.totalQty || 0
totalQty: row.totalQty || 0,
packingList: row.packingList || '',
remark: row.remark || ''
})) }))
} }
}, },

Loading…
Cancel
Save