feat: 修改打包状态为原料材质并优化异常管理功能
修改所有打包状态字段为原料材质,统一业务术语 重构异常管理功能,新增异常记录列表和删除功能 优化分条钢卷面板显示更多物料信息 将切边要求和包装要求改为下拉选择框
This commit is contained in:
@@ -80,7 +80,7 @@ export default {
|
||||
showOverflowTooltip: true
|
||||
},
|
||||
{ label: '质量状态', prop: 'qualityStatus' },
|
||||
{ label: '打包状态', prop: 'packingStatus' },
|
||||
{ label: '原料材质', prop: 'packingStatus' },
|
||||
// 对应edgeType
|
||||
{ label: '切边要求', prop: 'edgeRequirement' },
|
||||
// 对应packaging
|
||||
|
||||
@@ -263,7 +263,7 @@ export default {
|
||||
{ label: '毛重', prop: 'grossWeight' },
|
||||
{ label: '备注', prop: 'remark' },
|
||||
{ label: '质量状态', prop: 'qualityStatus' },
|
||||
{ label: '打包状态', prop: 'packingStatus' },
|
||||
{ label: '原料材质', prop: 'packingStatus' },
|
||||
{ label: '切边要求', prop: 'edgeRequirement' },
|
||||
{ label: '包装要求', prop: 'packagingRequirement' },
|
||||
{ label: '厂家', prop: 'itemManufacturer' }
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
<el-table :data="selectedCoilList" border highlight-current-row style="width: 100%" max-height="400px">
|
||||
<!-- <el-table-column type="index" width="50" align="center" label="序号" /> -->
|
||||
<!-- { label: '质量状态', prop: 'qualityStatus' },
|
||||
{ label: '打包状态', prop: 'packingStatus' },
|
||||
{ label: '原料材质', prop: 'packingStatus' },
|
||||
// 对应edgeType
|
||||
{ label: '切边要求', prop: 'edgeRequirement' },
|
||||
// 对应packaging
|
||||
@@ -97,7 +97,7 @@
|
||||
<el-table-column label="卷号" align="center" prop="coilDetail.currentCoilNo"
|
||||
:show-overflow-tooltip="true" />
|
||||
<el-table-column label="质量状态" align="center" prop="coilDetail.qualityStatus" />
|
||||
<!-- <el-table-column label="打包状态" align="center" prop="coilDetail.packingStatus" /> -->
|
||||
<!-- <el-table-column label="原料材质" align="center" prop="coilDetail.packingStatus" /> -->
|
||||
<el-table-column label="切边要求" align="center" prop="coilDetail.edgeRequirement" />
|
||||
<el-table-column label="包装要求" align="center" prop="coilDetail.packagingRequirement" />
|
||||
<el-table-column label="存储位置" align="center" prop="coilDetail.actualWarehouseName" width="120"
|
||||
@@ -230,7 +230,7 @@ export default {
|
||||
showOverflowTooltip: true
|
||||
},
|
||||
{ label: '质量状态', prop: 'qualityStatus' },
|
||||
{ label: '打包状态', prop: 'packingStatus' },
|
||||
{ label: '原料材质', prop: 'packingStatus' },
|
||||
// 对应edgeType
|
||||
{ label: '切边要求', prop: 'edgeRequirement' },
|
||||
// 对应packaging
|
||||
|
||||
Reference in New Issue
Block a user