feat(组件): 增强物料选择组件功能并优化样式

- 为ProductSelect、MaterialSelect和RawMaterialSelect组件添加多选支持
- 优化el-select组件样式,调整高度和标签显示宽度
- 在QRCode组件中添加内容变化监听自动生成二维码
- 在标签预览组件中添加qrcodeRecordId字段
- 在基础面板中添加物料多选查询和状态筛选功能
This commit is contained in:
砂糖
2025-11-01 13:02:42 +08:00
parent 66b740288b
commit 6cb591a7ce
8 changed files with 98 additions and 23 deletions

View File

@@ -142,7 +142,8 @@ export default {
address: '唐山市滦州市茨榆坨工业区',
englishAddress: 'Donghai special steel, ciyutuo Industrial Zone, Luanzhou, Tangshan, Hebei province, China.',
tel: '0315-7560777',
timestamp: '2025.04.12 10:14'
timestamp: '2025.04.12 10:14',
qrcodeRecordId: '',
})
}
},

View File

@@ -63,7 +63,8 @@ export default {
material: '',
nextProcess: '',
productionTeam: '',
productionDate: ''
productionDate: '',
qrcodeRecordId: '',
})
}
}