From 9361f0ea8dc8609a5f2a7afbf0002dfd9dc1700c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Fri, 22 Aug 2025 14:28:10 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E9=A6=96=E9=A1=B5=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=94=80=E5=94=AE=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- klp-ui/src/components/Crontab/day.vue | 2 +- klp-ui/src/components/Crontab/hour.vue | 2 +- .../src/views/components/AllApplications.vue | 311 ++++++++++++++++-- .../src/views/components/OrderDashboard.vue | 170 ++++++++++ klp-ui/src/views/index.vue | 122 +++++-- .../order/components/CurrentSituationArea.vue | 45 ++- .../wms/order/components/PerformanceArea.vue | 45 ++- .../order/components/RecommendationArea.vue | 32 +- klp-ui/src/views/wms/work/schedule/index.vue | 6 +- 9 files changed, 668 insertions(+), 67 deletions(-) create mode 100644 klp-ui/src/views/components/OrderDashboard.vue diff --git a/klp-ui/src/components/Crontab/day.vue b/klp-ui/src/components/Crontab/day.vue index fe3eaf0c..f6c4026d 100644 --- a/klp-ui/src/components/Crontab/day.vue +++ b/klp-ui/src/components/Crontab/day.vue @@ -44,7 +44,7 @@ 指定 - + {{item}} diff --git a/klp-ui/src/components/Crontab/hour.vue b/klp-ui/src/components/Crontab/hour.vue index 4b1f1fcd..098b7112 100644 --- a/klp-ui/src/components/Crontab/hour.vue +++ b/klp-ui/src/components/Crontab/hour.vue @@ -25,7 +25,7 @@ 指定 - + {{item-1}} diff --git a/klp-ui/src/views/components/AllApplications.vue b/klp-ui/src/views/components/AllApplications.vue index a49a4ae2..22b57e2c 100644 --- a/klp-ui/src/views/components/AllApplications.vue +++ b/klp-ui/src/views/components/AllApplications.vue @@ -1,7 +1,50 @@