diff --git a/src/views/modules/yieldReport/com_cutting_material.vue b/src/views/modules/yieldReport/com_cutting_material.vue index 513764d..e0400fa 100644 --- a/src/views/modules/yieldReport/com_cutting_material.vue +++ b/src/views/modules/yieldReport/com_cutting_material.vue @@ -85,6 +85,7 @@ export default { itemNo: 0, rollNo: '', rmRollNo: '', + rmPartNo: '', transQty: 0, oriTransQty: 0, bomItemNo: '', @@ -118,6 +119,7 @@ export default { this.pageData.seqNo = scheduleData.seqNo; this.pageData.rollNo = scheduleData.rollNo; this.pageData.rmRollNo = materialData.rmRollNo; + this.pageData.rmPartNo = materialData.partNo; this.pageData.bomItemNo = materialData.sAPBOMItemNo; this.pageData.transQty = materialData.transQty this.pageData.oriTransQty = materialData.transQty; diff --git a/src/views/modules/yieldReport/com_switch_roll.vue b/src/views/modules/yieldReport/com_switch_roll.vue index c127d8c..48e759d 100644 --- a/src/views/modules/yieldReport/com_switch_roll.vue +++ b/src/views/modules/yieldReport/com_switch_roll.vue @@ -96,6 +96,7 @@ export default { this.pageData.itemNo = scheduleData.orderNo; this.pageData.seqNo = scheduleData.seqNo; this.pageData.operatorId = operatorData.operatorId; + this.pageData.newRollNo = ''; //自动获取焦点 this.$nextTick(() => { this.$refs.newRollNo.focus();