作业日计划管理
This commit is contained in:
parent
71910681de
commit
319d66f202
22
pages.json
22
pages.json
|
|
@ -589,6 +589,28 @@
|
||||||
"navigationStyle": "custom"
|
"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",
|
"path": "pages/realName/workbench/outPerson/outList",
|
||||||
|
|
|
||||||
|
|
@ -15,15 +15,15 @@
|
||||||
|
|
||||||
<!-- 监督端 -->
|
<!-- 监督端 -->
|
||||||
<!-- 作业计划与实名制管控情况 -->
|
<!-- 作业计划与实名制管控情况 -->
|
||||||
<!-- <view class="view-item" @click="goPlan" v-if="type.indexOf('4')>-1">-->
|
<!-- <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><image class="img1" src="@/static/realName/attendance_statistics.png" style="width: 80rpx;height: 80rpx;" alt=""></view>
|
||||||
<!-- <view style="font-size: 28rpx;">作业计划与实...</view>-->
|
<view style="font-size: 28rpx;">作业计划与实...</view>
|
||||||
<!-- </view>-->
|
</view> -->
|
||||||
<!-- 人员信息录入 -->
|
<!-- 人员信息录入 -->
|
||||||
<!-- <view class="view-item" @click="goPersonEnter" v-if="type.indexOf('4')>-1">-->
|
<!-- <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><image class="img1" src="@/static/realName/base_person.png" style="width: 70rpx;height: 70rpx;" alt=""></view>
|
||||||
<!-- <view style="font-size: 26rpx;">人员信息录入</view>-->
|
<view style="font-size: 26rpx;">人员信息录入</view>
|
||||||
<!-- </view>-->
|
</view> -->
|
||||||
<!-- 人员资质库更新 -->
|
<!-- 人员资质库更新 -->
|
||||||
<!-- <view class="view-item" @click="goUpdateFace" v-if="type.indexOf('4')>-1">-->
|
<!-- <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>-->
|
<!-- <view><image class="img1" src="@/static/realName/update_face.png" style="width: 80rpx;height: 80rpx;" alt=""></view>-->
|
||||||
|
|
@ -41,6 +41,11 @@
|
||||||
<view style="font-size: 28rpx;">我的组织</view>
|
<view style="font-size: 28rpx;">我的组织</view>
|
||||||
</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">-->
|
<!-- <view class="view-item" @click="goDayPlan" v-if="type.indexOf('3')>-1">-->
|
||||||
<!-- <view><image class="img1" src="@/static/realName/day_plan.png" style="width: 70rpx;height: 70rpx;" alt=""></view>-->
|
<!-- <view><image class="img1" src="@/static/realName/day_plan.png" style="width: 70rpx;height: 70rpx;" alt=""></view>-->
|
||||||
|
|
@ -264,12 +269,19 @@
|
||||||
url: `/pages/realName/workbench/qualifications/index`
|
url: `/pages/realName/workbench/qualifications/index`
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
goOutPerson(){
|
goOutPerson(){
|
||||||
uni.navigateTo({//人员资质检查
|
uni.navigateTo({//人员资质检查
|
||||||
url: `/pages/realName/workbench/outPerson/index`
|
url: `/pages/realName/workbench/outPerson/index`
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
getDailyPlanManagement(){
|
||||||
|
uni.navigateTo({//日计划管理
|
||||||
|
url: `/pages/realName/workbench/dailyPlanManagement/index`
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
// 施工端
|
// 施工端
|
||||||
goDayPlan(){//准入信息查询
|
goDayPlan(){//准入信息查询
|
||||||
|
|
@ -314,7 +326,8 @@
|
||||||
getPro(){
|
getPro(){
|
||||||
let param={
|
let param={
|
||||||
id:-1,
|
id:-1,
|
||||||
subId:this.subId
|
// subId:this.subId
|
||||||
|
subId:'161'
|
||||||
}
|
}
|
||||||
console.log(param)
|
console.log(param)
|
||||||
uni.request({
|
uni.request({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue