add:半成品入库功能

This commit is contained in:
zhangzhiqiang
2023-05-11 11:17:34 +08:00
parent c91a5f86e7
commit eb7d4a2b40
19 changed files with 470 additions and 212 deletions

View File

@@ -210,7 +210,7 @@ export default {
},
// 新增编辑给form表单物料相关信息赋值
setMaterValue(row) {
this.form.material_uuid = row.material_id
this.form.material_id = row.material_id
this.form.material_code = row.material_code
this.form.material_name = row.material_name
this.form.material_spec = row.material_spec