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

@@ -161,6 +161,7 @@ export default {
{ label: '厚度', value: 'computedThickness' },
{ label: '实测厚度', value: 'actualThickness' },
{ label: '理论厚度', value: 'theoreticalThickness' },
{ label: '排产厚度', value: 'scheduleThickness' },
{ label: '厚度差值', value: 'thicknessDiff' },
{ label: '宽度', value: 'computedWidth' },