Compare commits

...

2 Commits

Author SHA1 Message Date
zhouxain01 7c6596b715 Merge remote-tracking branch 'origin/dev' into dev 2023-12-25 10:32:28 +08:00
zhouxain01 0e12123327 提交退库修改字段值新增计量单位 2023-12-25 10:32:21 +08:00
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]