-
-
日视图
月视图
@@ -42,10 +40,14 @@
-
+
+
+
+
+
+
查询
导出产出钢卷
@@ -86,7 +92,6 @@
{{ summary.countDiff }}(昨日: {{ yesterdaySummary.countDiff }})
{{ summary.weightDiff }}(昨日: {{ yesterdaySummary.weightDiff }})
{{ summary.avgWeightDiff }}t(昨日: {{ yesterdaySummary.avgWeightDiff }}t)
-
{{ summary.passRate }}(昨日: {{ yesterdaySummary.passRate }})
@@ -216,7 +221,7 @@ export default {
default: '',
},
},
- dicts: ['product_coil_status', 'coil_material', 'coil_itemname', 'coil_manufacturer'],
+ dicts: ['product_coil_status', 'coil_material', 'coil_itemname', 'coil_manufacturer', 'coil_quality_status'],
data() {
// 工具函数:个位数补零
const addZero = (num) => num.toString().padStart(2, '0')
diff --git a/klp-ui/src/views/wms/report/template/day.vue b/klp-ui/src/views/wms/report/template/day.vue
index c9843b98..d123de91 100644
--- a/klp-ui/src/views/wms/report/template/day.vue
+++ b/klp-ui/src/views/wms/report/template/day.vue
@@ -14,10 +14,14 @@
-
+
+
+
+
+
+
查询
导出产出钢卷
@@ -153,6 +161,7 @@ export default {
CoilTable,
SplitSummary,
},
+ dicts: ['coil_quality_status'],
props: {
actionTypes: {
type: Array,
diff --git a/klp-ui/src/views/wms/report/template/loss.vue b/klp-ui/src/views/wms/report/template/loss.vue
index f7601cc3..7f3bba64 100644
--- a/klp-ui/src/views/wms/report/template/loss.vue
+++ b/klp-ui/src/views/wms/report/template/loss.vue
@@ -40,6 +40,10 @@
+
+
+
查询
导出
@@ -111,7 +115,7 @@ export default {
default: '',
},
},
- dicts: ['coil_material', 'coil_manufacturer'],
+ dicts: ['coil_quality_status'],
data() {
// 工具函数:个位数补零,保证格式统一(比如 9 → 09,5 → 05)
const addZero = (num) => num.toString().padStart(2, '0')
diff --git a/klp-ui/src/views/wms/report/template/mands.vue b/klp-ui/src/views/wms/report/template/mands.vue
index ce4a55f9..15e11a3c 100644
--- a/klp-ui/src/views/wms/report/template/mands.vue
+++ b/klp-ui/src/views/wms/report/template/mands.vue
@@ -42,10 +42,14 @@
-
+
+
+
+
+
+
查询
导出产出钢卷
@@ -163,7 +171,6 @@