作业日计划管理

This commit is contained in:
lSun 2024-12-20 19:27:08 +08:00
parent 71910681de
commit 319d66f202
2 changed files with 44 additions and 9 deletions

View File

@ -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",

View File

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