feat(wms): 优化钢卷选择器及发货计划界面

- 重构钢卷选择器组件,支持自定义列配置和对话框宽度
- 调整发货计划界面布局比例,增加质量状态等显示列
- 更新钢卷详情表单字段映射关系
This commit is contained in:
砂糖
2025-12-17 16:34:07 +08:00
parent a0652ca5fb
commit afac697752
3 changed files with 157 additions and 24 deletions

View File

@@ -200,8 +200,8 @@ export default {
this.form = {
...this.form,
productName: coil.itemName,
edgeType: coil.surfaceTreatmentDesc,
packaging: coil.packagingId,
edgeType: coil.edgeRequirement,
packaging: coil.packagingRequirement,
rawMaterialFactory: coil.manufacturer,
coilNo: coil.currentCoilNo,
specification: coil.specification,