From 6cdcea5ca1819e2cb31ba14f8fc1dc4a17b08097 Mon Sep 17 00:00:00 2001 From: gaojs <757918719@qq.com> Date: Mon, 22 Apr 2024 14:34:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E8=AE=A1=E5=88=92=E5=AF=BC=E4=B8=BB?= =?UTF-8?q?=E5=AD=90=E6=98=8E=E7=BB=86=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 6 + src/pages/mes/orderDayPlan/detail.vue | 348 ++++++++++---------- src/pages/mes/orderDayPlan/orderDayPlan.vue | 174 ++++------ 3 files changed, 252 insertions(+), 276 deletions(-) diff --git a/src/pages.json b/src/pages.json index 6e948bd..691a5fa 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1901,6 +1901,12 @@ "navigationBarTitleText": "日计划查询", "enablePullDownRefresh": true } + },{ + "path": "pages/mes/orderDayPlan/detail", + "style": { + "navigationBarTitleText": "日计划查询明细", + "enablePullDownRefresh": true + } } diff --git a/src/pages/mes/orderDayPlan/detail.vue b/src/pages/mes/orderDayPlan/detail.vue index 1c14740..22c2c42 100644 --- a/src/pages/mes/orderDayPlan/detail.vue +++ b/src/pages/mes/orderDayPlan/detail.vue @@ -185,178 +185,178 @@ onShow(() => { \ No newline at end of file diff --git a/src/pages/mes/orderDayPlan/orderDayPlan.vue b/src/pages/mes/orderDayPlan/orderDayPlan.vue index 63e9d14..2a40fc5 100644 --- a/src/pages/mes/orderDayPlan/orderDayPlan.vue +++ b/src/pages/mes/orderDayPlan/orderDayPlan.vue @@ -1,23 +1,28 @@