提交退库修改字段值新增计量单位unitNames
This commit is contained in:
parent
7c6596b715
commit
aabcf222b1
|
|
@ -154,7 +154,7 @@
|
|||
min-width="200"
|
||||
: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
|
||||
label="当前在用量"
|
||||
|
|
@ -334,7 +334,7 @@ export default {
|
|||
typeId: null, // 树结构第4级 规格id
|
||||
typeCn: '', //显示的设备类型
|
||||
guigeCn: '', //显示的设备规格
|
||||
unitCn: '', //显示的设备 单位
|
||||
unitNames: '', //显示的设备 单位
|
||||
remark: '', //单条备注
|
||||
preNum: 1, //预领数量
|
||||
},
|
||||
|
|
@ -502,7 +502,7 @@ export default {
|
|||
template.typeId = item.data.typeId
|
||||
template.companyId = item.companyId
|
||||
// template.typeId = item.typeId
|
||||
template.unitCn = item.unitName
|
||||
template.unitNames = item.unitNames
|
||||
template.typeCn = item.typeName
|
||||
template.guigeCn = item.typeModelName
|
||||
template.remark = item.remark
|
||||
|
|
@ -784,7 +784,7 @@ export default {
|
|||
template.typeId = node.data.typeId
|
||||
template.companyId = this.companyId
|
||||
// template.typeId = node.data.id
|
||||
template.unitCn = node.data.unitNames
|
||||
template.unitNames = node.data.unitNames
|
||||
template.preNum = node.data.num
|
||||
template.typeCn = node.pathLabels[2]
|
||||
template.guigeCn = node.pathLabels[3]
|
||||
|
|
|
|||
Loading…
Reference in New Issue