From 9a1fec8cbc01e614ee55cb9a9d95507cb3454274 Mon Sep 17 00:00:00 2001 From: tao Date: Mon, 12 Jan 2026 17:17:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=B3=BB=E7=BB=9F=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E7=8A=B6=E6=80=81=E7=AE=A1=E7=90=86=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 3 + .../traceOrderManage/holdTraceOrder.vue | 2 +- src/store/index.ts | 12 +- src/store/job.ts | 36 --- src/store/pwo.ts | 31 --- src/store/{ => system}/auth.ts | 0 src/store/{ => system}/dict.ts | 0 src/store/{ => system}/user.ts | 0 src/store/traceOrderManage/traceOrder.ts | 147 +++++++++++ src/views/pwoManage/index.vue | 46 +--- .../pwoManage/infeed/equipment/index.vue | 8 +- src/views/pwoManage/infeed/layout.vue | 9 +- src/views/pwoManage/infeed/mask/index.vue | 8 +- .../infeed/primaryMaterial/index.vue | 15 +- src/views/pwoManage/layout.vue | 234 ++++-------------- .../pwoManage/outfeed/jobReport/index.vue | 13 +- src/views/pwoManage/outfeed/layout.vue | 6 +- 17 files changed, 243 insertions(+), 327 deletions(-) delete mode 100644 src/store/job.ts delete mode 100644 src/store/pwo.ts rename src/store/{ => system}/auth.ts (100%) rename src/store/{ => system}/dict.ts (100%) rename src/store/{ => system}/user.ts (100%) create mode 100644 src/store/traceOrderManage/traceOrder.ts diff --git a/components.d.ts b/components.d.ts index e115d12..c6ae86f 100644 --- a/components.d.ts +++ b/components.d.ts @@ -40,8 +40,11 @@ declare module 'vue' { ATypographyText: typeof import('ant-design-vue/es')['TypographyText'] DictTag: typeof import('./src/components/common/DictTag/index.vue')['default'] Header: typeof import('./src/components/common/Header/index.vue')['default'] + HoldTraceOrder: typeof import('./src/components/traceOrderManage/holdTraceOrder.vue')['default'] ILucideBuilding: typeof import('~icons/lucide/building')['default'] ILucideChevronDown: typeof import('~icons/lucide/chevron-down')['default'] + ILucideChevronLeft: typeof import('~icons/lucide/chevron-left')['default'] + ILucideChevronUp: typeof import('~icons/lucide/chevron-up')['default'] ILucideCopy: typeof import('~icons/lucide/copy')['default'] ILucideCpu: typeof import('~icons/lucide/cpu')['default'] ILucideLoader: typeof import('~icons/lucide/loader')['default'] diff --git a/src/components/traceOrderManage/holdTraceOrder.vue b/src/components/traceOrderManage/holdTraceOrder.vue index ae6e597..6427589 100644 --- a/src/components/traceOrderManage/holdTraceOrder.vue +++ b/src/components/traceOrderManage/holdTraceOrder.vue @@ -30,7 +30,7 @@