2、6、7公司人员定位支持

liujun-267公司新增人员定位
liujun 2025-01-14 18:07:56 +08:00
parent 1c729eb851
commit e416e14f11
2 changed files with 28 additions and 8 deletions

View File

@ -57,8 +57,22 @@
<carPositionCfdD v-if="type === 'carPosition'" :id="id" :type="type" :infoname="infoname"/> <carPositionCfdD v-if="type === 'carPosition'" :id="id" :type="type" :infoname="infoname"/>
<!--曹妃甸东 八项作业 曹实业详细页面 end--> <!--曹妃甸东 八项作业 曹实业详细页面 end-->
<peoplePositionNine v-if="type === 'peoplePositionNine'" :id="id" :type="type" :infoname="infoname"/> <peoplePositionNine v-if="type === 'peoplePositionNine'" :id="id" :type="type" :infoname="infoname"/>
<peoplePositionOne v-if="type === 'peoplePositionOne' && !(corpInfoId === '035958e685cf4850bc40151c5e0617a6' || corpInfoId === '21590a00ea5e462e9ee44dd332dddc26')" :id="id" :type="type" /> <peoplePositionOne v-if="type === 'peoplePositionOne' && !(
<peoplePositionYGS v-if="type === 'peoplePositionOne' && (corpInfoId === '035958e685cf4850bc40151c5e0617a6' || corpInfoId === '21590a00ea5e462e9ee44dd332dddc26')" :id="id" :type="type" :corp-id="corpInfoId" /> corpInfoId === '035958e685cf4850bc40151c5e0617a6'
|| corpInfoId === '17973964c87346e7a4a737cf252557d9'
|| corpInfoId === '97b87eba9f9c49a0a917c1f412016fb1'
|| corpInfoId === '286dcae730aa43ba82c97a676f9d8ee2'
|| corpInfoId === '21590a00ea5e462e9ee44dd332dddc26'
|| corpInfoId === '033549ed3bd648e49c8a65eb4993ec2f'
)" :id="id" :type="type" />
<peoplePositionYGS v-if="type === 'peoplePositionOne' && (corpInfoId === '035958e685cf4850bc40151c5e0617a6'
|| corpInfoId === '17973964c87346e7a4a737cf252557d9'
|| corpInfoId === '97b87eba9f9c49a0a917c1f412016fb1'
|| corpInfoId === '286dcae730aa43ba82c97a676f9d8ee2'
|| corpInfoId === '21590a00ea5e462e9ee44dd332dddc26'
|| corpInfoId === '033549ed3bd648e49c8a65eb4993ec2f'
)" :id="id" :type="type" :corp-id="corpInfoId" />
<!-- 重点工程 start --> <!-- 重点工程 start -->
<outSourceInfo v-if="type === 'PROJECT'" :id="id" :type="type" /> <outSourceInfo v-if="type === 'PROJECT'" :id="id" :type="type" />
<outSourceVideoInfo v-if="type === 'VIDEO'" :id="id" :type="type" /> <outSourceVideoInfo v-if="type === 'VIDEO'" :id="id" :type="type" />

View File

@ -1888,15 +1888,21 @@ export default {
if (this.gangkouActive === '00003' && this.CORP_INFO_ID === '035958e685cf4850bc40151c5e0617a6' && urlType === 'peoplePosition') { if (this.gangkouActive === '00003' && this.CORP_INFO_ID === '035958e685cf4850bc40151c5e0617a6' && urlType === 'peoplePosition') {
!this.connecting ? this.createConnection(this.CORP_INFO_ID) : this.doSubscribe() !this.connecting ? this.createConnection(this.CORP_INFO_ID) : this.doSubscribe()
} else if (this.gangkouActive === '00003' && this.CORP_INFO_ID === '21590a00ea5e462e9ee44dd332dddc26' && } else if (this.gangkouActive === '00003' && this.CORP_INFO_ID === '21590a00ea5e462e9ee44dd332dddc26' && urlType === 'peoplePosition') {
urlType === 'peoplePosition') { //
// websocket
console.info('Assssssss')
this.initRYDWWebsocket('21590a00ea5e462e9ee44dd332dddc26') this.initRYDWWebsocket('21590a00ea5e462e9ee44dd332dddc26')
} else if (this.gangkouActive === '00003' && this.CORP_INFO_ID === '033549ed3bd648e49c8a65eb4993ec2f' && urlType === 'peoplePosition') { } else if (this.gangkouActive === '00003' && this.CORP_INFO_ID === '033549ed3bd648e49c8a65eb4993ec2f' && urlType === 'peoplePosition') {
// websocket //
console.info('Assssssss')
this.initRYDWWebsocket('033549ed3bd648e49c8a65eb4993ec2f') this.initRYDWWebsocket('033549ed3bd648e49c8a65eb4993ec2f')
} else if (this.gangkouActive === '00003' && this.CORP_INFO_ID === '17973964c87346e7a4a737cf252557d9' && urlType === 'peoplePosition') {
//
this.initRYDWWebsocket('17973964c87346e7a4a737cf252557d9')
} else if (this.gangkouActive === '00003' && this.CORP_INFO_ID === '97b87eba9f9c49a0a917c1f412016fb1' && urlType === 'peoplePosition') {
//
this.initRYDWWebsocket('97b87eba9f9c49a0a917c1f412016fb1')
} else if (this.gangkouActive === '00003' && this.CORP_INFO_ID === '286dcae730aa43ba82c97a676f9d8ee2' && urlType === 'peoplePosition') {
//
this.initRYDWWebsocket('286dcae730aa43ba82c97a676f9d8ee2')
} else { } else {
requestFN( requestFN(
pointUrl, pointUrl,