一公司监管端地图门口门禁展示改为和企业端一致
parent
77615123da
commit
da01631b41
|
@ -11,7 +11,7 @@
|
||||||
<xf-point v-if="type === 'point'" :id="id" :type="type" :gangkou="gangkou"/>
|
<xf-point v-if="type === 'point'" :id="id" :type="type" :gangkou="gangkou"/>
|
||||||
<xf-control v-if="type === 'xfbf01' || type ==='xfkzs01' || type ==='xfjyd01' || type ==='xfsy01'" :id="id" :type="type" :gangkou="gangkou"/>
|
<xf-control v-if="type === 'xfbf01' || type ==='xfkzs01' || type ==='xfjyd01' || type ==='xfsy01'" :id="id" :type="type" :gangkou="gangkou"/>
|
||||||
<alarm-device v-if="type === 'alarm'" :id="id" :type="type" :gangkou="gangkou"/>
|
<alarm-device v-if="type === 'alarm'" :id="id" :type="type" :gangkou="gangkou"/>
|
||||||
<mk-gate-machine v-if="type === 'CAR'||type ==='PERSON' || type ==='CAMERA'" :id="id" :type="type" :gangkou="gangkou"/>
|
<mk-gate-machine v-if="type === 'CAR'||type ==='PERSON' || type ==='CAMERA'" :id="id" :type="type" :gangkou="gangkou" :corp-id="corpInfoId"/>
|
||||||
<mk-gate-machine-cfd v-if="type === 'CAR00004'||type ==='PERSON00004' " :id="id" :type="type" :gangkou="gangkou" :infoname="infoname"/>
|
<mk-gate-machine-cfd v-if="type === 'CAR00004'||type ==='PERSON00004' " :id="id" :type="type" :gangkou="gangkou" :infoname="infoname"/>
|
||||||
<mk-gate-machine-cmt v-if="type === 'CAR00005'||type ==='PERSON00005' " :id="id" :type="type" :gangkou="gangkou" :infoname="infoname"/>
|
<mk-gate-machine-cmt v-if="type === 'CAR00005'||type ==='PERSON00005' " :id="id" :type="type" :gangkou="gangkou" :infoname="infoname"/>
|
||||||
<zhong_da_info v-if="type === 'majordangersource'" :id="id" :type="type" :gangkou="gangkou"/>
|
<zhong_da_info v-if="type === 'majordangersource'" :id="id" :type="type" :gangkou="gangkou"/>
|
||||||
|
|
|
@ -79,6 +79,12 @@ export default {
|
||||||
gangkou: {
|
gangkou: {
|
||||||
type: String,
|
type: String,
|
||||||
default: ''
|
default: ''
|
||||||
|
},
|
||||||
|
corpId: {
|
||||||
|
type: String,
|
||||||
|
default() {
|
||||||
|
return ''
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
@ -107,7 +113,8 @@ export default {
|
||||||
{
|
{
|
||||||
GATE_AREA_ID: this.id,
|
GATE_AREA_ID: this.id,
|
||||||
TYPE: this.type,
|
TYPE: this.type,
|
||||||
GANGKOU: this.gangkou
|
GANGKOU: this.gangkou,
|
||||||
|
CORPINFO_ID: this.corpId
|
||||||
}
|
}
|
||||||
).then((data) => {
|
).then((data) => {
|
||||||
Object.assign(this.info, data.pd)
|
Object.assign(this.info, data.pd)
|
||||||
|
|
|
@ -459,6 +459,16 @@ export default {
|
||||||
containAuthorization: [],
|
containAuthorization: [],
|
||||||
eliminateAuthorization: [],
|
eliminateAuthorization: [],
|
||||||
list: [
|
list: [
|
||||||
|
{
|
||||||
|
label: '人员',
|
||||||
|
dialog_width: '800px',
|
||||||
|
check: false,
|
||||||
|
img: require('../../assets/map/gangkou_index/buttom/ico1.png'),
|
||||||
|
checkImg: require('../../assets/map/gangkou_index/buttom/ico1_on.png'),
|
||||||
|
type: 'PERSON',
|
||||||
|
containAuthorization: [],
|
||||||
|
eliminateAuthorization: []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: '车辆',
|
label: '车辆',
|
||||||
dialog_width: '600px',
|
dialog_width: '600px',
|
||||||
|
|
Loading…
Reference in New Issue