生产线表格中炉号变动

This commit is contained in:
shijing 2024-02-22 09:49:19 +08:00
parent 2a4fdf1573
commit 78f9b40a1b
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ export default {
list.forEach(item => {
let arr = [], obj1 = {}, obj2 = {}, obj3 = {}, obj4 = {}, obj5 = {}, obj6 = {}, obj7 = {};
obj1.elType = 'primary';
obj1.value = item.equip_name + '|' + item.equip_number;//
obj1.value = item.equip_number;//
obj2.elType = 'primary';
obj2.value = item.material_name;
obj3.elType = 'primary';