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

领料申请

parent 3c877aba
...@@ -173,7 +173,6 @@ export default { ...@@ -173,7 +173,6 @@ export default {
this.getList(); this.getList();
} }
console.log('workstationCodes', this.workstationCodes) console.log('workstationCodes', this.workstationCodes)
this.addWorkstantion()
}, },
methods: { methods: {
...@@ -184,19 +183,11 @@ export default { ...@@ -184,19 +183,11 @@ export default {
this.title = "添加表体"; this.title = "添加表体";
this.optType = "add"; this.optType = "add";
}, },
addWorkstantion(){
this.form={
workstationCode: this.workstationCodes,
workunitCode: this.workunitCodes,
workstationName: this.workstationNames,
}
},
handleItemSelect() { handleItemSelect() {
this.$refs.brSelectpro.showFlag = true; this.$refs.brSelectpro.showFlag = true;
}, },
onItemSelect(row) { onItemSelect(row) {
console.log('sdaa', row)
if (row != undefined && row != null) { if (row != undefined && row != null) {
this.$set(this.form,'itemId',row.itemId) this.$set(this.form,'itemId',row.itemId)
this.$set(this.form,'sapItemCode',row.sapItemCode) 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