feat(wms/coil): 增加排产厚度字段

1. 新增排产厚度字段到钢卷信息列表、报表列配置、分条/合并/录入页面
2. 优化部分代码格式与换行,修复多余空格问题
3. 调整表单布局,将排产厚度表单项加入对应页面
This commit is contained in:
2026-06-10 17:22:12 +08:00
parent 4342215c00
commit 87d72b2a0d
6 changed files with 110 additions and 182 deletions

View File

@@ -77,6 +77,7 @@ export default {
{ label: '理论', key: 'theoreticalThickness' }
]
},
{ label: '排产厚度[mm]', key: 'scheduleThickness' },
{ label: '实测宽度[mm]', key: 'actualWidth' },
{ label: '毛重[t]', key: 'grossWeight' },
{ label: '净重[t]', key: 'netWeight' },