Commit 88ba98ac authored by 沈翠玲's avatar 沈翠玲

领料申请参数调整

parent 0ca1d56e
......@@ -336,11 +336,12 @@ export default {
this.$refs.workstationSelect.showFlag = true;
},
onWorkstationSelect(row, type) {
console.log('row', type, row)
if (row != undefined && row != null) {
if(type === 'unit') {
// this.form.workunitName = row.workunitName
this.$set(this.form, 'workunitName', row.workunitName)
this.$set(this.form, 'workunitCode', row.workunitCode)
this.$set(this.form, 'workunitId', row.workunitId)
this.form.workstationId = row.workstationId;
this.form.workstationCode = row.workstationCode;
this.form.workstationName = row.workstationName;
......
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