2、6、7公司人员定位支持
parent
1c729eb851
commit
e416e14f11
|
@ -57,8 +57,22 @@
|
|||
<carPositionCfdD v-if="type === 'carPosition'" :id="id" :type="type" :infoname="infoname"/>
|
||||
<!--曹妃甸东 八项作业 曹实业详细页面 end-->
|
||||
<peoplePositionNine v-if="type === 'peoplePositionNine'" :id="id" :type="type" :infoname="infoname"/>
|
||||
<peoplePositionOne v-if="type === 'peoplePositionOne' && !(corpInfoId === '035958e685cf4850bc40151c5e0617a6' || corpInfoId === '21590a00ea5e462e9ee44dd332dddc26')" :id="id" :type="type" />
|
||||
<peoplePositionYGS v-if="type === 'peoplePositionOne' && (corpInfoId === '035958e685cf4850bc40151c5e0617a6' || corpInfoId === '21590a00ea5e462e9ee44dd332dddc26')" :id="id" :type="type" :corp-id="corpInfoId" />
|
||||
<peoplePositionOne v-if="type === 'peoplePositionOne' && !(
|
||||
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 -->
|
||||
<outSourceInfo v-if="type === 'PROJECT'" :id="id" :type="type" />
|
||||
<outSourceVideoInfo v-if="type === 'VIDEO'" :id="id" :type="type" />
|
||||
|
|
|
@ -1888,15 +1888,21 @@ export default {
|
|||
|
||||
if (this.gangkouActive === '00003' && this.CORP_INFO_ID === '035958e685cf4850bc40151c5e0617a6' && urlType === 'peoplePosition') {
|
||||
!this.connecting ? this.createConnection(this.CORP_INFO_ID) : this.doSubscribe()
|
||||
} else if (this.gangkouActive === '00003' && this.CORP_INFO_ID === '21590a00ea5e462e9ee44dd332dddc26' &&
|
||||
urlType === 'peoplePosition') {
|
||||
// websocket实时获取人员定位
|
||||
console.info('Assssssss')
|
||||
} else if (this.gangkouActive === '00003' && this.CORP_INFO_ID === '21590a00ea5e462e9ee44dd332dddc26' && urlType === 'peoplePosition') {
|
||||
//秦港股份九公司
|
||||
this.initRYDWWebsocket('21590a00ea5e462e9ee44dd332dddc26')
|
||||
} else if (this.gangkouActive === '00003' && this.CORP_INFO_ID === '033549ed3bd648e49c8a65eb4993ec2f' && urlType === 'peoplePosition') {
|
||||
// websocket实时获取人员定位
|
||||
console.info('Assssssss')
|
||||
// 秦港股份杂货公司
|
||||
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 {
|
||||
requestFN(
|
||||
pointUrl,
|
||||
|
|
Loading…
Reference in New Issue