作业日计划管理
This commit is contained in:
parent
71910681de
commit
319d66f202
22
pages.json
22
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",
|
||||
|
|
|
|||
|
|
@ -15,15 +15,15 @@
|
|||
|
||||
<!-- 监督端 -->
|
||||
<!-- 作业计划与实名制管控情况 -->
|
||||
<!-- <view class="view-item" @click="goPlan" v-if="type.indexOf('4')>-1">-->
|
||||
<!-- <view><image class="img1" src="@/static/realName/attendance_statistics.png" style="width: 80rpx;height: 80rpx;" alt=""></view>-->
|
||||
<!-- <view style="font-size: 28rpx;">作业计划与实...</view>-->
|
||||
<!-- </view>-->
|
||||
<!-- <view class="view-item" @click="goPlan" v-if="type.indexOf('4')>-1">
|
||||
<view><image class="img1" src="@/static/realName/attendance_statistics.png" style="width: 80rpx;height: 80rpx;" alt=""></view>
|
||||
<view style="font-size: 28rpx;">作业计划与实...</view>
|
||||
</view> -->
|
||||
<!-- 人员信息录入 -->
|
||||
<!-- <view class="view-item" @click="goPersonEnter" v-if="type.indexOf('4')>-1">-->
|
||||
<!-- <view><image class="img1" src="@/static/realName/base_person.png" style="width: 70rpx;height: 70rpx;" alt=""></view>-->
|
||||
<!-- <view style="font-size: 26rpx;">人员信息录入</view>-->
|
||||
<!-- </view>-->
|
||||
<!-- <view class="view-item" @click="goPersonEnter" v-if="type.indexOf('4')>-1">
|
||||
<view><image class="img1" src="@/static/realName/base_person.png" style="width: 70rpx;height: 70rpx;" alt=""></view>
|
||||
<view style="font-size: 26rpx;">人员信息录入</view>
|
||||
</view> -->
|
||||
<!-- 人员资质库更新 -->
|
||||
<!-- <view class="view-item" @click="goUpdateFace" v-if="type.indexOf('4')>-1">-->
|
||||
<!-- <view><image class="img1" src="@/static/realName/update_face.png" style="width: 80rpx;height: 80rpx;" alt=""></view>-->
|
||||
|
|
@ -40,6 +40,11 @@
|
|||
<view><image class="img1" src="@/static/realName/out_person.png" style="width: 80rpx;height: 80rpx;" alt=""></view>
|
||||
<view style="font-size: 28rpx;">我的组织</view>
|
||||
</view>
|
||||
|
||||
<view class="view-item" @click="getDailyPlanManagement" v-if="type.indexOf('4')>-1">
|
||||
<view><image class="img1" src="@/static/realName/attendance.png" style="width: 80rpx;height: 80rpx;" alt=""></view>
|
||||
<view style="font-size: 28rpx;">作业计划管理</view>
|
||||
</view>
|
||||
|
||||
<!-- 施工端 -->
|
||||
<!-- <view class="view-item" @click="goDayPlan" v-if="type.indexOf('3')>-1">-->
|
||||
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue