diff --git a/klp-ui/src/components/KLPUI/KLPTable/FloatLayer/index.vue b/klp-ui/src/components/KLPUI/KLPTable/FloatLayer/index.vue
index e69de29b..6d48ec18 100644
--- a/klp-ui/src/components/KLPUI/KLPTable/FloatLayer/index.vue
+++ b/klp-ui/src/components/KLPUI/KLPTable/FloatLayer/index.vue
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/klp-ui/src/components/KLPUI/KLPTable/index.vue b/klp-ui/src/components/KLPUI/KLPTable/index.vue
index 07c2cba2..4bc14c76 100644
--- a/klp-ui/src/components/KLPUI/KLPTable/index.vue
+++ b/klp-ui/src/components/KLPUI/KLPTable/index.vue
@@ -6,88 +6,45 @@
{{ loadingText || "加载中..." }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row[column.prop] }}
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/klp-ui/src/views/system/user/index.vue b/klp-ui/src/views/system/user/index.vue
index 32516303..34bc7575 100644
--- a/klp-ui/src/views/system/user/index.vue
+++ b/klp-ui/src/views/system/user/index.vue
@@ -137,7 +137,7 @@
-
+
diff --git a/klp-ui/src/views/wms/coil/panels/base.vue b/klp-ui/src/views/wms/coil/panels/base.vue
index 7e39aaf5..ce6c9445 100644
--- a/klp-ui/src/views/wms/coil/panels/base.vue
+++ b/klp-ui/src/views/wms/coil/panels/base.vue
@@ -69,15 +69,15 @@
-
+
-
+
-
-
+
+
@@ -107,14 +107,14 @@
-
-
-
-
+
+
+
+
来自母卷:{{ scope.row.parentCoilNos }}
@@ -128,7 +128,7 @@
—
-
+
@@ -139,7 +139,7 @@
追溯
-
+
@@ -367,6 +367,25 @@ export default {
visible: false,
data: {},
type: '2'
+ },
+ 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: 'qualityStatus' },
+ { label: '打包状态', prop: 'packingStatus' },
+ { label: '切边要求', prop: 'edgeRequirement' },
+ { label: '包装要求', prop: 'packagingRequirement' }
+ ],
+ title: '详细信息'
}
};
},