From 446784a5969426e660490f6d579d5e14ed63df9a Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Tue, 23 Dec 2025 13:47:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E7=9C=8B=E6=9D=BF=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/index/top/index.vue | 2 +- .../schedulingDashboard/index.vue | 244 +++++++++++++----- 2 files changed, 182 insertions(+), 64 deletions(-) diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue index f4cbae6..7142e4c 100644 --- a/src/page/index/top/index.vue +++ b/src/page/index/top/index.vue @@ -113,7 +113,7 @@ - + diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/index.vue b/src/views/productionSchedulingPlan/schedulingDashboard/index.vue index d9109de..bb0cd85 100644 --- a/src/views/productionSchedulingPlan/schedulingDashboard/index.vue +++ b/src/views/productionSchedulingPlan/schedulingDashboard/index.vue @@ -3,9 +3,15 @@ - + - + - + - + - + - + - + - +
- 搜索 - 清空 + + 搜索 + + 清空
@@ -87,23 +108,25 @@
零件号
批次号
数量
-
质量等级
+
质量等级
-
-
-
{{ order.woCode }}
-
{{ order.partCode }}
-
{{ order.batchNo }}
-
{{ order.makeQty }}
-
{{ order.productIdent }}
+
+
+
+
{{ order.woCode }}
+
{{ order.partCode }}
+
{{ order.batchNo }}
+
{{ order.makeQty }}
+
{{ order.productIdent }}
+
@@ -131,6 +154,16 @@ {{ time }}
+
+
+ {{ time }} +
+
+
+
+
@@ -169,7 +210,7 @@ v-for="(order, index) in currentPageOrders" :key="index" class="device-task-row" - :style="{ height: getRowHeight(order.woCode) + 'px' }" + :style="{ height: getRowChartHeight(order.woCode) + 'px' }" >