工作台(施工端)页面创建
This commit is contained in:
parent
c1cd245889
commit
9497732beb
31
pages.json
31
pages.json
|
|
@ -270,6 +270,13 @@
|
|||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
//工资卡见证
|
||||
{//工资查看
|
||||
"path": "pages/realName/workbench/wageRecord/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
//电子合同
|
||||
{//电子合同-pdf
|
||||
"path": "pages/realName/workbench/electronicContract/contractVideo",
|
||||
|
|
@ -282,13 +289,32 @@
|
|||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},{//电子合同-填写
|
||||
},
|
||||
{//电子合同-填写
|
||||
"path": "pages/realName/workbench/electronicContract/contractFill",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{//考勤
|
||||
{//欠薪维权申诉
|
||||
"path": "pages/realName/workbench/safeguarding/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{//准入信息查询
|
||||
"path": "pages/realName/workbench/dayPlan/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{//安全教育培训
|
||||
"path": "pages/realName/workbench/exam/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{//考勤
|
||||
"path": "pages/realName/workAttendance/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
|
|
@ -365,6 +391,7 @@
|
|||
"navigationBarTitleText" : "消息通知"
|
||||
}
|
||||
}
|
||||
|
||||
],
|
||||
"globalStyle": {
|
||||
"fontFamily": "Helvetica, Arial, sans-serif",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
<template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
<template>
|
||||
<view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
|
|
@ -8,6 +8,10 @@
|
|||
<view><image class="img1" src="@/static/realName/contract_witness.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">合同见证</view>
|
||||
</view>
|
||||
<view class="view-item" @click="goSafeguarding">
|
||||
<view><image class="img1" src="@/static/realName/safeguarding.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">欠薪维权申诉</view>
|
||||
</view>
|
||||
<view class="view-item" @click="goPersonEnter">
|
||||
<view><image class="img1" src="@/static/realName/base_person.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">人员信息录入</view>
|
||||
|
|
@ -20,14 +24,22 @@
|
|||
<view><image class="img1" src="@/static/realName/contract_sign.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">电子合同</view>
|
||||
</view>
|
||||
<view class="view-item" @click="goWageWitness">
|
||||
<view><image class="img1" src="@/static/realName/wage_witness.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">工资卡见证</view>
|
||||
<view class="view-item" @click="goWageRecord">
|
||||
<view><image class="img1" src="@/static/realName/wage_check.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">工资查看</view>
|
||||
</view>
|
||||
<view class="view-item" @click="goWageWitness">
|
||||
<view><image class="img1" src="@/static/realName/wage_witness.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">工资卡见证</view>
|
||||
</view>
|
||||
<view class="view-item" @click="goDayPlan">
|
||||
<view><image class="img1" src="@/static/realName/day_plan.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">准入信息查询</view>
|
||||
</view>
|
||||
<view class="view-item" @click="goExam">
|
||||
<view><image class="img1" src="@/static/realName/exam.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">安全教育培训</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
|
|
@ -85,11 +97,31 @@
|
|||
url: `/pages/realName/workbench/contractWitness/index`
|
||||
})
|
||||
},
|
||||
goSafeguarding(){//欠薪维权申诉
|
||||
uni.navigateTo({
|
||||
url: `/pages/realName/workbench/safeguarding/index`
|
||||
})
|
||||
},
|
||||
goWageWitness(){//工资卡见证
|
||||
uni.navigateTo({
|
||||
url: `/pages/realName/workbench/wageWitness/index`
|
||||
})
|
||||
},
|
||||
goWageRecord(){//工资卡见证
|
||||
uni.navigateTo({
|
||||
url: `/pages/realName/workbench/wageRecord/index`
|
||||
})
|
||||
},
|
||||
goDayPlan(){//准入信息查询
|
||||
uni.navigateTo({
|
||||
url: `/pages/realName/workbench/dayPlan/index`
|
||||
})
|
||||
},
|
||||
goExam(){//安全教育培训
|
||||
uni.navigateTo({
|
||||
url: `/pages/realName/workbench/exam/index`
|
||||
})
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
<template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue