feat(wms): 优化钢卷选择器及发货计划界面
- 重构钢卷选择器组件,支持自定义列配置和对话框宽度 - 调整发货计划界面布局比例,增加质量状态等显示列 - 更新钢卷详情表单字段映射关系
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user