diff --git a/src/views/modules/yieldReport/otherReport/change_switch_roll.vue b/src/views/modules/yieldReport/otherReport/change_switch_roll.vue index 547bcd2..3494fc4 100644 --- a/src/views/modules/yieldReport/otherReport/change_switch_roll.vue +++ b/src/views/modules/yieldReport/otherReport/change_switch_roll.vue @@ -114,7 +114,7 @@ export default { // repackage resourceId: '', currentDate:'', - directRepackageflag:true, + directRepackageflag:'Y', workCenterNo: '', shiftNo: '', scheduledDate: '' @@ -218,7 +218,7 @@ export default { this.$emit('update:visible', false); this.currentDate = '' this.shift = '' - this.pageData.newRollNo = '' + this.pageData.rollNo = '' }, switchRollBun() { @@ -260,7 +260,7 @@ export default { return; } this.pageData.scheduledDate = this.currentDate - this.pageData.shiftNo = this.shiftNo + this.pageData.shiftNo = this.shift switchrollRepackAction(this.pageData).then(({data}) => { //判断操作是否成功 if (data.code == 400) {