+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 预览
+ 打印
+ 追溯
+
+ 修正
+ 删除
+
+ 回滚
+ 强制入库
+
+
+
+
+
@@ -294,7 +331,7 @@ export default {
name: 'DoPage',
dicts: ['action_type', 'coil_abnormal_code', 'coil_abnormal_position', 'coil_abnormal_degree', 'coil_quality_status', 'coil_business_purpose'],
props: {
- label: {
+ label: {
type: String,
default: () => '酸连轧工序'
},
@@ -448,6 +485,40 @@ export default {
correctVisible: false,
buttonLoading: false,
userList: [],
+ floatLayerConfig: {
+ columns: [
+ { label: '入场钢卷号', prop: 'enterCoilNo' },
+ { label: '当前钢卷号', prop: 'currentCoilNo' },
+ { label: '厂家卷号', prop: 'supplierCoilNo' },
+ { label: '逻辑库位', prop: 'warehouseName' },
+ { label: '实际库位', prop: 'actualWarehouseName' },
+ { label: '物料类型', prop: 'materialType' },
+ { label: '班组', prop: 'team' },
+ { label: '净重', prop: 'netWeight' },
+ { label: '毛重', prop: 'grossWeight' },
+ { label: '备注', prop: 'remark' },
+ { label: '创建人', prop: 'createBy' },
+ { label: '创建时间', prop: 'createTime' },
+ { label: '更新人', prop: 'updateBy' },
+ { label: '更新时间', prop: 'updateTime' },
+ { label: '质量状态', prop: 'qualityStatus' },
+ { label: '原料材质', prop: 'packingStatus' },
+ { label: '切边要求', prop: 'edgeRequirement' },
+ { label: '包装要求', prop: 'packagingRequirement' },
+ { label: '物料名称', prop: 'itemName' },
+ { label: '材质', prop: 'material' },
+ { label: '规格', prop: 'specification' },
+ { label: '镀层质量', prop: 'zincLayer' },
+ { label: '厂家', prop: 'manufacturer' },
+ { label: '调制度', prop: 'temperGrade' },
+ { label: '镀层种类', prop: 'coatingType' },
+ { label: '实测长度(m)', prop: 'actualLength' },
+ { label: '实测宽度(m)', prop: 'actualWidth' },
+ { label: '实测厚度(m)', prop: 'actualThickness' },
+ { label: '钢卷表面处理', prop: 'coilSurfaceTreatment' },
+ ],
+ title: '详细信息'
+ },
}
},
computed: {
diff --git a/klp-ui/src/views/wms/coil/do/correntAll.vue b/klp-ui/src/views/wms/coil/do/correntAll.vue
index 072b94d7..ec4e0ba6 100644
--- a/klp-ui/src/views/wms/coil/do/correntAll.vue
+++ b/klp-ui/src/views/wms/coil/do/correntAll.vue
@@ -36,8 +36,46 @@