工作台(施工端)页面创建
This commit is contained in:
parent
c1cd245889
commit
9497732beb
29
pages.json
29
pages.json
|
|
@ -270,6 +270,13 @@
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
//工资卡见证
|
||||||
|
{//工资查看
|
||||||
|
"path": "pages/realName/workbench/wageRecord/index",
|
||||||
|
"style": {
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
//电子合同
|
//电子合同
|
||||||
{//电子合同-pdf
|
{//电子合同-pdf
|
||||||
"path": "pages/realName/workbench/electronicContract/contractVideo",
|
"path": "pages/realName/workbench/electronicContract/contractVideo",
|
||||||
|
|
@ -282,12 +289,31 @@
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},{//电子合同-填写
|
},
|
||||||
|
{//电子合同-填写
|
||||||
"path": "pages/realName/workbench/electronicContract/contractFill",
|
"path": "pages/realName/workbench/electronicContract/contractFill",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom"
|
"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",
|
"path": "pages/realName/workAttendance/index",
|
||||||
"style": {
|
"style": {
|
||||||
|
|
@ -365,6 +391,7 @@
|
||||||
"navigationBarTitleText" : "消息通知"
|
"navigationBarTitleText" : "消息通知"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
"fontFamily": "Helvetica, Arial, sans-serif",
|
"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><image class="img1" src="@/static/realName/contract_witness.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||||
<view style="font-size: 24rpx;">合同见证</view>
|
<view style="font-size: 24rpx;">合同见证</view>
|
||||||
</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 class="view-item" @click="goPersonEnter">
|
||||||
<view><image class="img1" src="@/static/realName/base_person.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
<view><image class="img1" src="@/static/realName/base_person.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||||
<view style="font-size: 24rpx;">人员信息录入</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><image class="img1" src="@/static/realName/contract_sign.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||||
<view style="font-size: 24rpx;">电子合同</view>
|
<view style="font-size: 24rpx;">电子合同</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="view-item" @click="goWageWitness">
|
<view class="view-item" @click="goWageRecord">
|
||||||
<view><image class="img1" src="@/static/realName/wage_witness.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
<view><image class="img1" src="@/static/realName/wage_check.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||||
<view style="font-size: 24rpx;">工资卡见证</view>
|
<view style="font-size: 24rpx;">工资查看</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="view-item" @click="goWageWitness">
|
<view class="view-item" @click="goWageWitness">
|
||||||
<view><image class="img1" src="@/static/realName/wage_witness.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
<view><image class="img1" src="@/static/realName/wage_witness.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||||
<view style="font-size: 24rpx;">工资卡见证</view>
|
<view style="font-size: 24rpx;">工资卡见证</view>
|
||||||
</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`
|
url: `/pages/realName/workbench/contractWitness/index`
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
goSafeguarding(){//欠薪维权申诉
|
||||||
|
uni.navigateTo({
|
||||||
|
url: `/pages/realName/workbench/safeguarding/index`
|
||||||
|
})
|
||||||
|
},
|
||||||
goWageWitness(){//工资卡见证
|
goWageWitness(){//工资卡见证
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/realName/workbench/wageWitness/index`
|
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>
|
</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