feat(wms/coil): 增加排产厚度字段
1. 新增排产厚度字段到钢卷信息列表、报表列配置、分条/合并/录入页面 2. 优化部分代码格式与换行,修复多余空格问题 3. 调整表单布局,将排产厚度表单项加入对应页面
This commit is contained in:
@@ -161,6 +161,7 @@ export default {
|
||||
{ label: '厚度', value: 'computedThickness' },
|
||||
{ label: '实测厚度', value: 'actualThickness' },
|
||||
{ label: '理论厚度', value: 'theoreticalThickness' },
|
||||
{ label: '排产厚度', value: 'scheduleThickness' },
|
||||
{ label: '厚度差值', value: 'thicknessDiff' },
|
||||
|
||||
{ label: '宽度', value: 'computedWidth' },
|
||||
|
||||
Reference in New Issue
Block a user