将所有劳务人员替换为施工人员
This commit is contained in:
parent
4eb29cfc97
commit
57150e4600
7
main.js
7
main.js
@ -37,14 +37,15 @@ if (process.env.NODE_ENV === 'development') {
|
|||||||
console.log('开发环境')
|
console.log('开发环境')
|
||||||
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢正式地址(弃用)
|
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢正式地址(弃用)
|
||||||
// Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢正式地址
|
// Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢正式地址
|
||||||
// Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
||||||
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址
|
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址
|
||||||
// Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址
|
// Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址
|
||||||
Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
|
// Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
|
||||||
// Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地
|
// Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地
|
||||||
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用)
|
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用)
|
||||||
// Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址
|
// Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址
|
||||||
Vue.prototype.work_url = 'http://192.168.34.138:5173' // 工作流地址
|
Vue.prototype.work_url = 'http://42.180.188.17:19097' // 工作流测试地址
|
||||||
|
// Vue.prototype.work_url = 'http://192.168.34.138:5173' // 工作流地址
|
||||||
// Vue.prototype.work_url = 'http://139.9.66.234:5173' // 工作流地址
|
// Vue.prototype.work_url = 'http://139.9.66.234:5173' // 工作流地址
|
||||||
// Vue.prototype.work_url = 'http://192.168.34.126:5173' // 工作流地址
|
// Vue.prototype.work_url = 'http://192.168.34.126:5173' // 工作流地址
|
||||||
// Vue.prototype.url_config = 'http://8.142.139.165:7080/' // 湖里
|
// Vue.prototype.url_config = 'http://8.142.139.165:7080/' // 湖里
|
||||||
|
|||||||
14
pages.json
14
pages.json
@ -1119,13 +1119,15 @@
|
|||||||
"enablePullDownRefresh" : false
|
"enablePullDownRefresh" : false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// 目前不清楚有啥用,先注释带掉
|
||||||
|
// {
|
||||||
|
// "path": "uni_modules/uni-portal/pages/index",
|
||||||
|
// "style": {
|
||||||
|
// "navigationBarTitleText": "发布应用",
|
||||||
|
// "enablePullDownRefresh": false
|
||||||
|
// }
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
"path": "uni_modules/uni-portal/pages/index",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "发布应用",
|
|
||||||
"enablePullDownRefresh": false
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
"path": "pages/potentialRisk/potentialRisk",
|
"path": "pages/potentialRisk/potentialRisk",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "安全隐患",
|
"navigationBarTitleText": "安全隐患",
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
<view class="blockBox">
|
<view class="blockBox">
|
||||||
<view class="blockTitle">
|
<view class="blockTitle">
|
||||||
<view class="titleName">
|
<view class="titleName">
|
||||||
劳务人员分布
|
施工人员分布
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="blockContent">
|
<view class="blockContent">
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
<view class="banner_bg flex">
|
<view class="banner_bg flex">
|
||||||
<view class="type">
|
<view class="type">
|
||||||
<view>{{listData.workercount?listData.workercount.lwPersonTotal:0}}</view>
|
<view>{{listData.workercount?listData.workercount.lwPersonTotal:0}}</view>
|
||||||
<view class="type_name">在职劳务人员</view>
|
<view class="type_name">在职施工人员</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="type">
|
<view class="type">
|
||||||
<view>{{listData.workercount?listData.workercount.glPersonTotal:0}}</view>
|
<view>{{listData.workercount?listData.workercount.glPersonTotal:0}}</view>
|
||||||
|
|||||||
@ -63,7 +63,7 @@
|
|||||||
{{listData.presencecount?listData.presencecount.lwPersonTotal:0}}
|
{{listData.presencecount?listData.presencecount.lwPersonTotal:0}}
|
||||||
</view>
|
</view>
|
||||||
<view class="text">
|
<view class="text">
|
||||||
在场劳务人员
|
在场施工人员
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="dataItem">
|
<view class="dataItem">
|
||||||
|
|||||||
@ -79,7 +79,7 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
searchForm: {
|
searchForm: {
|
||||||
personType: 1,//1、劳务人员 2、管理人员
|
personType: 1,//1、施工人员 2、管理人员
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
projectSn: "",
|
projectSn: "",
|
||||||
@ -92,7 +92,7 @@ export default {
|
|||||||
isLoadMore: false,
|
isLoadMore: false,
|
||||||
personTypeArr: [
|
personTypeArr: [
|
||||||
{
|
{
|
||||||
name: '劳务人员', value: 1
|
name: '施工人员', value: 1
|
||||||
}, {
|
}, {
|
||||||
name: '管理人员', value: 2
|
name: '管理人员', value: 2
|
||||||
}
|
}
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
<view class="itemInner" @click="tabIndex=0">
|
<view class="itemInner" @click="tabIndex=0">
|
||||||
<view class="">
|
<view class="">
|
||||||
<view class="txt" :class="tabIndex==0?'active':''">
|
<view class="txt" :class="tabIndex==0?'active':''">
|
||||||
在场劳务人员
|
在场施工人员
|
||||||
</view>
|
</view>
|
||||||
<view class="num">
|
<view class="num">
|
||||||
{{statictisData.presencePerson.lwPersonTotal}}
|
{{statictisData.presencePerson.lwPersonTotal}}
|
||||||
@ -37,7 +37,7 @@
|
|||||||
<view class="itemInner">
|
<view class="itemInner">
|
||||||
<view class="">
|
<view class="">
|
||||||
<view class="txt">
|
<view class="txt">
|
||||||
<text v-if="tabIndex === 0">劳务人员出勤</text>
|
<text v-if="tabIndex === 0">施工人员出勤</text>
|
||||||
<text v-if="tabIndex === 1">管理人员出勤</text>
|
<text v-if="tabIndex === 1">管理人员出勤</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="num">
|
<view class="num">
|
||||||
@ -49,7 +49,7 @@
|
|||||||
<view class="itemInner">
|
<view class="itemInner">
|
||||||
<view class="">
|
<view class="">
|
||||||
<view class="txt">
|
<view class="txt">
|
||||||
<text v-if="tabIndex === 0">劳务人员总数</text>
|
<text v-if="tabIndex === 0">施工人员总数</text>
|
||||||
<text v-if="tabIndex === 1">管理人员总数</text>
|
<text v-if="tabIndex === 1">管理人员总数</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="num">
|
<view class="num">
|
||||||
@ -63,7 +63,7 @@
|
|||||||
<view class="itemInner">
|
<view class="itemInner">
|
||||||
<view class="">
|
<view class="">
|
||||||
<view class="txt">
|
<view class="txt">
|
||||||
<text v-if="tabIndex === 0">劳务昨日出勤率</text>
|
<text v-if="tabIndex === 0">施工人员昨日出勤率</text>
|
||||||
<text v-if="tabIndex === 1">管理人员昨日出勤率</text>
|
<text v-if="tabIndex === 1">管理人员昨日出勤率</text>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@ -355,7 +355,7 @@
|
|||||||
let that = this;
|
let that = this;
|
||||||
let requestData = {
|
let requestData = {
|
||||||
enterpriseName: obj.enterpriseName,
|
enterpriseName: obj.enterpriseName,
|
||||||
personType: obj.personType == 1?'劳务人员':obj.personType == 2?'管理人员':'临时人员',
|
personType: obj.personType == 1?'施工人员':obj.personType == 2?'管理人员':'临时人员',
|
||||||
teamDepartmentName: obj.teamName || obj.departmentName,
|
teamDepartmentName: obj.teamName || obj.departmentName,
|
||||||
workerName: obj.workerName,
|
workerName: obj.workerName,
|
||||||
projectSn: obj.projectSn
|
projectSn: obj.projectSn
|
||||||
|
|||||||
@ -106,7 +106,7 @@
|
|||||||
{{statisticsCount.workercount.lwPersonTotal}}
|
{{statisticsCount.workercount.lwPersonTotal}}
|
||||||
</view>
|
</view>
|
||||||
<view class="text">
|
<view class="text">
|
||||||
在职劳务人员数
|
在职施工人员数
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="dataItem">
|
<view class="dataItem">
|
||||||
@ -114,7 +114,7 @@
|
|||||||
{{statisticsCount.presencecount.lwPersonTotal}}
|
{{statisticsCount.presencecount.lwPersonTotal}}
|
||||||
</view>
|
</view>
|
||||||
<view class="text">
|
<view class="text">
|
||||||
在场劳务人员数
|
在场施工人员数
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user