From f5f2010f259498be1eb1cd62a39b19cfc4cab46f Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Wed, 6 Apr 2022 18:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E5=8C=85=E8=A3=85=202022=E5=B9=B44?= =?UTF-8?q?=E6=9C=886=E6=97=A5=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/yieldReport/otherReport/change_switch_roll.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {