领料优化
This commit is contained in:
parent
3702be5f60
commit
1025d540cc
|
|
@ -813,6 +813,7 @@ export default {
|
||||||
// console.log('🚀 ~ changeTypeName ~ type:', type)
|
// console.log('🚀 ~ changeTypeName ~ type:', type)
|
||||||
row.unitName = type.unitName
|
row.unitName = type.unitName
|
||||||
row.typeName = type.name
|
row.typeName = type.name
|
||||||
|
row.unitValue = type.unitValue
|
||||||
},
|
},
|
||||||
// 获取标准配置
|
// 获取标准配置
|
||||||
async getStandardConfigList() {
|
async getStandardConfigList() {
|
||||||
|
|
@ -990,7 +991,7 @@ export default {
|
||||||
// 将新项添加到数组开头,实现倒序
|
// 将新项添加到数组开头,实现倒序
|
||||||
this.equipmentList.unshift({
|
this.equipmentList.unshift({
|
||||||
...typeData,
|
...typeData,
|
||||||
preNum: 0
|
preNum: ''
|
||||||
})
|
})
|
||||||
this.deviceType.push(lastSelected)
|
this.deviceType.push(lastSelected)
|
||||||
this.$message({
|
this.$message({
|
||||||
|
|
@ -1054,7 +1055,7 @@ export default {
|
||||||
maTypeName: '',
|
maTypeName: '',
|
||||||
typeId: '',
|
typeId: '',
|
||||||
typeName: '',
|
typeName: '',
|
||||||
preNum: 0,
|
preNum: '',
|
||||||
remark: '',
|
remark: '',
|
||||||
typeList: []
|
typeList: []
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -810,7 +810,7 @@ export default {
|
||||||
// 将新项添加到数组开头,实现倒序
|
// 将新项添加到数组开头,实现倒序
|
||||||
this.equipmentList.unshift({
|
this.equipmentList.unshift({
|
||||||
...typeData,
|
...typeData,
|
||||||
preNum: 0
|
preNum: ''
|
||||||
});
|
});
|
||||||
this.deviceType.push(lastSelected);
|
this.deviceType.push(lastSelected);
|
||||||
this.$message({
|
this.$message({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue