From 319d66f202d15db062e8ffd412756e91294b9fd7 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Fri, 20 Dec 2024 19:27:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E6=97=A5=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 22 +++++++++++++++++++++ pages/realName/workbench/index.vue | 31 +++++++++++++++++++++--------- 2 files changed, 44 insertions(+), 9 deletions(-) diff --git a/pages.json b/pages.json index eb5924c..001625a 100644 --- a/pages.json +++ b/pages.json @@ -589,6 +589,28 @@ "navigationStyle": "custom" } }, + { + //作业计划管理-首页 + "path": "pages/realName/workbench/dailyPlanManagement/index", + "style": { + "navigationStyle": "custom" + } + }, + { + //作业计划管理-日计划制定 + "path": "pages/realName/workbench/dailyPlanManagement/develop", + "style": { + "navigationStyle": "custom" + } + }, + { + //作业计划管理-完成情况上传 + "path": "pages/realName/workbench/dailyPlanManagement/upload", + "style": { + "navigationStyle": "custom" + } + }, + { //人员暂退-暂退人员选择 "path": "pages/realName/workbench/outPerson/outList", diff --git a/pages/realName/workbench/index.vue b/pages/realName/workbench/index.vue index d9ed207..11d6d82 100644 --- a/pages/realName/workbench/index.vue +++ b/pages/realName/workbench/index.vue @@ -15,15 +15,15 @@ - - - - + - - - - + @@ -40,6 +40,11 @@ 我的组织 + + + + 作业计划管理 + @@ -264,12 +269,19 @@ url: `/pages/realName/workbench/qualifications/index` }) }, + goOutPerson(){ uni.navigateTo({//人员资质检查 url: `/pages/realName/workbench/outPerson/index` }) }, + getDailyPlanManagement(){ + uni.navigateTo({//日计划管理 + url: `/pages/realName/workbench/dailyPlanManagement/index` + }) + }, + // 施工端 goDayPlan(){//准入信息查询 @@ -314,7 +326,8 @@ getPro(){ let param={ id:-1, - subId:this.subId + // subId:this.subId + subId:'161' } console.log(param) uni.request({