Commit 458d24b2 authored by 沈翠玲's avatar 沈翠玲

领料申请

parent 3c877aba
......@@ -173,7 +173,6 @@ export default {
this.getList();
}
console.log('workstationCodes', this.workstationCodes)
this.addWorkstantion()
},
methods: {
......@@ -184,19 +183,11 @@ export default {
this.title = "添加表体";
this.optType = "add";
},
addWorkstantion(){
this.form={
workstationCode: this.workstationCodes,
workunitCode: this.workunitCodes,
workstationName: this.workstationNames,
}
},
handleItemSelect() {
this.$refs.brSelectpro.showFlag = true;
},
onItemSelect(row) {
console.log('sdaa', row)
if (row != undefined && row != null) {
this.$set(this.form,'itemId',row.itemId)
this.$set(this.form,'sapItemCode',row.sapItemCode)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment