|
|
@ -454,12 +454,9 @@ export default {
|
|
|
|
roles: row.roles,
|
|
|
|
roles: row.roles,
|
|
|
|
depts: row.depts,
|
|
|
|
depts: row.depts,
|
|
|
|
dept: row.dept,
|
|
|
|
dept: row.dept,
|
|
|
|
warehouseName: row.warehouseName
|
|
|
|
warehouseName: row.locInvCode,
|
|
|
|
|
|
|
|
locInvCode:row.locInvCode
|
|
|
|
};
|
|
|
|
};
|
|
|
|
getDeptById(row.dept)
|
|
|
|
|
|
|
|
.then((res) => {
|
|
|
|
|
|
|
|
this.formData.depts=res.data.list
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.formName = "add";
|
|
|
|
this.formName = "add";
|
|
|
|
this.formRules = this.addRules;
|
|
|
|
this.formRules = this.addRules;
|
|
|
|