This commit is contained in:
2025-09-08 09:47:21 +08:00
parent dd60d1bb24
commit 4144492ad3
3 changed files with 7 additions and 42 deletions

View File

@@ -107,6 +107,7 @@
this.dataList.map((item) => {
if (this.pkObj.mid === item.mid) {
item.material_name = this.currentData.material_name
item.material_code = this.currentData.material_code
item.measure_unit_id = this.currentData.measure_unit_id
}
})