diff --git a/dist.zip b/dist.zip index f6e52de8..e339351f 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/public/js/config.js b/public/js/config.js index f6e76261..21e9d2ba 100644 --- a/public/js/config.js +++ b/public/js/config.js @@ -1,7 +1,7 @@ -// var COMPANY = ''; //通用 +var COMPANY = ''; //通用 // var COMPANY='zhongjian'; //中建,和沃尔对接的插件版用这个企业 // var COMPANY='hezhan'; //合展-宿迁 -var COMPANY='nanchang'; //南昌地铁、衢州 +// var COMPANY='nanchang'; //南昌地铁、衢州 // var COMPANY='longguang'; //龙光地产 // var COMPANY='zhengwu' // var COMPANY='shenbai'; //沈白高铁 diff --git a/src/views/messageV2.vue b/src/views/messageV2.vue index 05e8775c..0ef5c99a 100644 --- a/src/views/messageV2.vue +++ b/src/views/messageV2.vue @@ -129,62 +129,62 @@ export default { pageNo: 1, pageSize: 20, tableData: [], - options:[{ - label: "防疫人员通知", - value: "2" - },{ - label: "访客通知", - value: "16" - }], // options:[{ - // label: "高空火警", - // value: "8" - // },{ - // label: "考勤提醒", - // value: "1" - // },{ // label: "防疫人员通知", // value: "2" // },{ - // label: "防疫车辆通知", - // value: "3" - // },{ // label: "访客通知", // value: "16" - // },{ - // label: "混凝土监测", - // value: "4" - // },{ - // label: "卸料平台", - // value: "5" - // },{ - // label: "配电箱", - // value: "6" - // },{ - // label: "扬尘", - // value: "7" - // },{ - // label: "标养室", - // value: "9" - // },{ - // label: "安全检查", - // value: "10" - // },{ - // label: "质量检查", - // value: "11" - // },{ - // label: "塔吊", - // value: "12" - // },{ - // label: "升降机", - // value: "13" - // },{ - // label: "电表", - // value: "14" - // },{ - // label: "水表", - // value: "15" // }], + options:[{ + label: "高空火警", + value: "8" + },{ + label: "考勤提醒", + value: "1" + },{ + label: "防疫人员通知", + value: "2" + },{ + label: "防疫车辆通知", + value: "3" + },{ + label: "访客通知", + value: "16" + },{ + label: "混凝土监测", + value: "4" + },{ + label: "卸料平台", + value: "5" + },{ + label: "配电箱", + value: "6" + },{ + label: "扬尘", + value: "7" + },{ + label: "标养室", + value: "9" + },{ + label: "安全检查", + value: "10" + },{ + label: "质量检查", + value: "11" + },{ + label: "塔吊", + value: "12" + },{ + label: "升降机", + value: "13" + },{ + label: "电表", + value: "14" + },{ + label: "水表", + value: "15" + }], }; }, created() { diff --git a/src/views/projectAdmin/dataBoard/projectHuScreen/laborManage/centerBottom.vue b/src/views/projectAdmin/dataBoard/projectHuScreen/laborManage/centerBottom.vue index 5e134137..dbef0866 100644 --- a/src/views/projectAdmin/dataBoard/projectHuScreen/laborManage/centerBottom.vue +++ b/src/views/projectAdmin/dataBoard/projectHuScreen/laborManage/centerBottom.vue @@ -1,14 +1,24 @@ diff --git a/src/views/projectAdmin/dataBoard/projectHuScreen/laborManage/rightBottom.vue b/src/views/projectAdmin/dataBoard/projectHuScreen/laborManage/rightBottom.vue index d5ce27b8..60261552 100644 --- a/src/views/projectAdmin/dataBoard/projectHuScreen/laborManage/rightBottom.vue +++ b/src/views/projectAdmin/dataBoard/projectHuScreen/laborManage/rightBottom.vue @@ -1,42 +1,78 @@ + + diff --git a/src/views/projectAdmin/projectIndex.vue b/src/views/projectAdmin/projectIndex.vue index 569808e0..684dfd1d 100644 --- a/src/views/projectAdmin/projectIndex.vue +++ b/src/views/projectAdmin/projectIndex.vue @@ -180,6 +180,7 @@ export default { projectSn: this.$store.state.projectSn, }; getProjectInfoBySn(data).then((res)=>{ + console.log('------------',res.result.projectNumber) this.projectNumber = res.result.projectNumber }) }, @@ -196,8 +197,9 @@ export default { }).then((res)=>{ console.log('全景成像测距',res) let toUrl = res.data.find((item)=>{ - this.projectNumber == item.jinqianmaosn - return item.url + if(this.projectNumber == item.jinqianmaosn){ + return item.url + } }) window.open(toUrl.url) })