|
|
|
@ -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) { |
|
|
|
|