领料优化

This commit is contained in:
bb_pan 2025-08-15 18:23:39 +08:00
parent 3702be5f60
commit 1025d540cc
2 changed files with 4 additions and 3 deletions

View File

@ -813,6 +813,7 @@ export default {
// console.log('🚀 ~ changeTypeName ~ type:', type)
row.unitName = type.unitName
row.typeName = type.name
row.unitValue = type.unitValue
},
//
async getStandardConfigList() {
@ -990,7 +991,7 @@ export default {
//
this.equipmentList.unshift({
...typeData,
preNum: 0
preNum: ''
})
this.deviceType.push(lastSelected)
this.$message({
@ -1054,7 +1055,7 @@ export default {
maTypeName: '',
typeId: '',
typeName: '',
preNum: 0,
preNum: '',
remark: '',
typeList: []
})

View File

@ -810,7 +810,7 @@ export default {
//
this.equipmentList.unshift({
...typeData,
preNum: 0
preNum: ''
});
this.deviceType.push(lastSelected);
this.$message({