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

This commit is contained in:
zhouxain01 2023-12-25 10:38:00 +08:00
parent 7c6596b715
commit aabcf222b1
1 changed files with 4 additions and 4 deletions

View File

@ -154,7 +154,7 @@
min-width="200" min-width="200"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> />
<el-table-column label="计量单位" prop="unitCn" min-width="100" /> <el-table-column label="计量单位" prop="unitNames" min-width="100" />
<el-table-column <el-table-column
label="当前在用量" label="当前在用量"
@ -334,7 +334,7 @@ export default {
typeId: null, // 4 id typeId: null, // 4 id
typeCn: '', // typeCn: '', //
guigeCn: '', // guigeCn: '', //
unitCn: '', // unitNames: '', //
remark: '', // remark: '', //
preNum: 1, // preNum: 1, //
}, },
@ -502,7 +502,7 @@ export default {
template.typeId = item.data.typeId template.typeId = item.data.typeId
template.companyId = item.companyId template.companyId = item.companyId
// template.typeId = item.typeId // template.typeId = item.typeId
template.unitCn = item.unitName template.unitNames = item.unitNames
template.typeCn = item.typeName template.typeCn = item.typeName
template.guigeCn = item.typeModelName template.guigeCn = item.typeModelName
template.remark = item.remark template.remark = item.remark
@ -784,7 +784,7 @@ export default {
template.typeId = node.data.typeId template.typeId = node.data.typeId
template.companyId = this.companyId template.companyId = this.companyId
// template.typeId = node.data.id // template.typeId = node.data.id
template.unitCn = node.data.unitNames template.unitNames = node.data.unitNames
template.preNum = node.data.num template.preNum = node.data.num
template.typeCn = node.pathLabels[2] template.typeCn = node.pathLabels[2]
template.guigeCn = node.pathLabels[3] template.guigeCn = node.pathLabels[3]