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({