Browse Source

换包装 2022年4月6日 sxm

master
[li_she] 4 years ago
parent
commit
f5f2010f25
  1. 6
      src/views/modules/yieldReport/otherReport/change_switch_roll.vue

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

Loading…
Cancel
Save