From 470fa694ad7d5cc1a1c62f9d696d762a758f9835 Mon Sep 17 00:00:00 2001 From: hwj Date: Mon, 15 Jun 2026 11:05:42 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E6=A8=A1=E5=85=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E7=82=B9=E6=A3=80=E8=AE=B0=E5=BD=95-=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=E7=BB=93=E6=9E=9C=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mold/ticketManagement/index.ts | 2 + src/locales/en.ts | 1 + src/locales/zh-CN.ts | 1 + .../components/TicketResultDialog.vue | 329 +++++++++++------- src/views/mold/workOrderInquiry/index.vue | 45 ++- 5 files changed, 241 insertions(+), 137 deletions(-) diff --git a/src/api/mold/ticketManagement/index.ts b/src/api/mold/ticketManagement/index.ts index 11370a49..e85bc695 100644 --- a/src/api/mold/ticketManagement/index.ts +++ b/src/api/mold/ticketManagement/index.ts @@ -6,11 +6,13 @@ export interface TicketManagementVO { planId?: string planNo?: string deviceName?: string + moldName?: string planType?: string | number configName?: string jobStatus?: string | number jobResult?: string jobUser?: string + operatorName?: string taskTime?: string taskEndTime?: string cancelReason?: string diff --git a/src/locales/en.ts b/src/locales/en.ts index 93e42035..5f7cc3c8 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -3254,6 +3254,7 @@ export default { MoldWorkOrderInquiry: { moduleName: 'Work Order Inquiry', + basicInfo: 'Basic Information', planNo: 'Order No', planType: 'Type', planTypeInspect: 'Inspection', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index 99809a79..a9a19f23 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -2740,6 +2740,7 @@ export default { MoldWorkOrderInquiry: { moduleName: '工单查询', + basicInfo: '基本信息', planNo: '单号', planType: '类型', planTypeInspect: '点检', diff --git a/src/views/mold/workOrderInquiry/components/TicketResultDialog.vue b/src/views/mold/workOrderInquiry/components/TicketResultDialog.vue index 5dd1bedb..32d1f6cb 100644 --- a/src/views/mold/workOrderInquiry/components/TicketResultDialog.vue +++ b/src/views/mold/workOrderInquiry/components/TicketResultDialog.vue @@ -1,123 +1,171 @@