提交退库修改字段值新增计量单位

This commit is contained in:
zhouxain01 2023-12-25 10:32:21 +08:00
parent c035d39874
commit 0e12123327
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ export default {
template.typeId = node.data.typeId
template.companyId = this.companyId
// template.typeId = node.data.id
template.unitCn = node.data.unitName
template.unitCn = node.data.unitNames
template.preNum = node.data.num
template.typeCn = node.pathLabels[2]
template.guigeCn = node.pathLabels[3]