feat(成品管理): 添加成品相关表格列并调整标签类型

为成品物料添加质量状态、切边要求等表格列,同时将rubbish.vue中的labelType从3改为2
This commit is contained in:
砂糖
2025-11-14 10:11:47 +08:00
parent 514701f2d0
commit adbf0619b3
2 changed files with 32 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ export default {
// warehouseId: 111,
},
hideWarehouseQuery: true,
labelType: '3',
labelType: '2',
hideType: false,
}
}