From 2523c0759397f1f4f4a24cc9ea52ea9f61628b63 Mon Sep 17 00:00:00 2001 From: hwj Date: Fri, 3 Jul 2026 17:08:06 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E7=94=9F=E4=BA=A7=E8=AE=A1?= =?UTF-8?q?=E5=88=92-tabs=E8=AF=BB=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/plan/PlanForm.vue | 4 +- src/views/mes/plan/index.vue | 86 ++++++++++----------------------- 2 files changed, 27 insertions(+), 63 deletions(-) diff --git a/src/views/mes/plan/PlanForm.vue b/src/views/mes/plan/PlanForm.vue index 4e356b07..2bc3551a 100644 --- a/src/views/mes/plan/PlanForm.vue +++ b/src/views/mes/plan/PlanForm.vue @@ -364,11 +364,9 @@ const formRules = reactive({ const formRef = ref() // 表单 Ref const fetchDeviceLedgerPage = (params: Record) => { - console.log('11',taskDetailList.value[0]) return DeviceLedgerApi.getDeviceLedgerPage({ ...params, - isScheduled: 1, - productId: taskDetailList.value[0].productId + isScheduled: 1 }) } diff --git a/src/views/mes/plan/index.vue b/src/views/mes/plan/index.vue index dfb2df52..2e9e8b38 100644 --- a/src/views/mes/plan/index.vue +++ b/src/views/mes/plan/index.vue @@ -34,15 +34,15 @@ :end-placeholder="t('ProductionPlan.Plan.searchPlanEndEndPlaceholder')" :default-time="[new Date('1 00:00:00'), new Date('1 23:59:59')]" class="!w-240px" /> - - + + {{ showAllFilters ? t('FactoryModeling.FactoryStructure.collapseText') : t('FactoryModeling.FactoryStructure.expandText') }} - + {{ t('ProductionPlan.Plan.buttonSearchText') }} @@ -68,17 +68,10 @@ - - - - - - - - - + - + @@ -108,22 +94,17 @@ + sortable min-width="100px"/> + sortable min-width="100px"/> - + sortable min-width="100px"/> + @@ -212,8 +193,7 @@ v-if="scope.row.status === 2 || scope.row.status === 3 || scope.row.status === 8"> {{ t('ProductionPlan.Plan.actionFinishLabel') }} - {{ t('ProductionPlan.Plan.actionStoreLabel') }} @@ -251,12 +231,7 @@ - + @@ -272,7 +247,7 @@