Browse Source

制品直接上架

hella_online_20240829
yufei0306 3 months ago
parent
commit
4974de75e4
  1. 9
      src/pages/productPutaway/record/productPutawayRecord.vue

9
src/pages/productPutaway/record/productPutawayRecord.vue

@ -103,14 +103,15 @@
inInventoryStatus: "", //
outInventoryStatus: "", //
businessType: {},
managementList: []
managementList: [],
type:''
};
},
onLoad(option) {
this.type = option.type
if(this.type=='predict'){
updateTitle('制品上架记录')
}else{
}else if(this.type=='assemble'){
updateTitle('装配上架记录')
}
@ -346,7 +347,9 @@
})
})
this.dataContent.subList = subList;
this.dataContent.type = this.type;
if(this.type){
this.dataContent.type = this.type;
}
this.dataContent.creator = creator;
return this.dataContent;
},

Loading…
Cancel
Save