From a124030f4924514470c4d2498f70ad08b596ca63 Mon Sep 17 00:00:00 2001 From: hwj Date: Thu, 9 Apr 2026 17:43:52 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E7=94=98=E7=89=B9=E5=9B=BE?= =?UTF-8?q?=E5=BC=B9=E6=A1=86=E6=8A=BD=E7=A6=BB=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 5 +- .../components/TaskScheduleDialog.vue | 460 +--------------- .../components/TaskSchedulePreviewDialog.vue | 491 ++++++++++++++++++ 3 files changed, 505 insertions(+), 451 deletions(-) create mode 100644 src/views/mes/tasksummary/components/TaskSchedulePreviewDialog.vue diff --git a/.env.local b/.env.local index 9bd18842..71123634 100644 --- a/.env.local +++ b/.env.local @@ -8,8 +8,9 @@ VITE_DEV=true # 线上环境 # VITE_BASE_URL='https://besure.ngsk.tech:7001' # 本地联调 -# VITE_BASE_URL='http://192.168.5.107:48081' -VITE_BASE_URL='http://localhost:48081' +VITE_BASE_URL='http://192.168.5.167:48081' +# VITE_BASE_URL='http://192.168.5.164:48081' +# VITE_BASE_URL='http://192.168.5.5:48081' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 diff --git a/src/views/mes/tasksummary/components/TaskScheduleDialog.vue b/src/views/mes/tasksummary/components/TaskScheduleDialog.vue index 6d43b3d5..87f80a79 100644 --- a/src/views/mes/tasksummary/components/TaskScheduleDialog.vue +++ b/src/views/mes/tasksummary/components/TaskScheduleDialog.vue @@ -159,40 +159,11 @@ - -
-
-
-
计划信息
- - {{ activePreviewDevice.deviceName }} - {{ activePreviewDevice.deviceId }} - {{ activePreviewDevice.ratedCapacity ?? '-' }} - {{ activePreviewDevice.plans?.length ?? 0 }} - - -
计划明细
-
-
-
任务明细ID:{{ plan.taskDetailId ?? '-' }}
-
计划数量:{{ plan.planNumber ?? '-' }}
-
交货日期:{{ plan.deliveryDateStr ?? '-' }}
-
开始:{{ plan.planStartTimeStr || '-' }}
-
结束:{{ plan.planEndTimeStr || '-' }}
-
最晚开工:{{ plan.latestStartTimeStr || '-' }}
-
-
-
-
- -
+ @@ -200,12 +171,9 @@ - - diff --git a/src/views/mes/tasksummary/components/TaskSchedulePreviewDialog.vue b/src/views/mes/tasksummary/components/TaskSchedulePreviewDialog.vue new file mode 100644 index 00000000..ac2c40ae --- /dev/null +++ b/src/views/mes/tasksummary/components/TaskSchedulePreviewDialog.vue @@ -0,0 +1,491 @@ + + + + +