This commit is contained in:
2025-08-23 09:37:58 +08:00
2 changed files with 2 additions and 0 deletions

View File

@ -374,6 +374,7 @@ const getNameChange = (value, index, item) => {
console.log(data);
form.value.itemList[index].name = data.materialsName;
form.value.itemList[index].materialsId = data.id;
form.value.itemList[index].specification = data.typeSpecificationName;
form.value.itemList[index].unit = data.weightId;
form.value.itemList[index].stockQuantity = data.inventoryNumber;