123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948 |
- <template>
- <div class="bg" style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden">
- <a-spin :spinning="loading" />
- <div id="deviceDetail" class="device-detail">
- <div id="deviceCard" class="device-card" style="z-index: -1; position: absolute">
- <div class="title">KJ-980-F矿用本安型监控分站</div>
- <div class="detail-box">
- <div class="left-box"></div>
- <div class="right-box">
- <div><span class="detail-title">规格型号:</span> <span>KJ-980-F</span></div>
- <div
- ><span class="detail-title">技术参数:</span>
- <span
- >380V,电机功率22kW,50Hz,B级绝缘,额定电流42.2A,效率90.5%,能效等级3,接法角型,2940r/min,轴承6311/CM 6211/CM,功率因数0.89</span
- >
- </div>
- </div>
- </div>
- </div>
- </div>
- <div id="damper3D" style="width: 100%; height: 100%; position: absolute; overflow: hidden"></div>
- </div>
- <div class="scene-box">
- <div class="top-box">
- <div class="top-center row">
- <div v-if="hasPermission('btn:control')" class="button-box" @click="playAnimation(1)">打开前门</div>
- <div v-if="hasPermission('btn:control')" class="button-box" @click="playAnimation(2)">关闭前门</div>
- <div v-if="hasPermission('btn:control') && selectData.deviceType == 'gate_ss'" class="button-box" @click="playAnimation(8)">打开中间门</div>
- <div v-if="hasPermission('btn:control') && selectData.deviceType == 'gate_ss'" class="button-box" @click="playAnimation(9)">关闭中间门</div>
- <div v-if="hasPermission('btn:control')" class="button-box" @click="playAnimation(3)">打开后门</div>
- <div v-if="hasPermission('btn:control')" class="button-box" @click="playAnimation(4)">关闭后门</div>
- <div v-if="hasPermission('btn:control') && selectData.deviceType != 'gate_ss'" class="button-box" @click="playAnimation(5)">同时打开</div>
- <div v-if="hasPermission('btn:control') && selectData.deviceType != 'gate_ss'" class="button-box" @click="playAnimation(6)">同时关闭</div>
- </div>
- <!-- 控制模式 -->
- <div class="top-right row">
- <div class="vent-flex-m row" v-if="selectData.contrlMod == 'loopCtrl'">
- <div class="control-title">控制模式:</div>
- <a-radio-group v-model:value="selectData.autoRoManual">
- <template v-for="(item, index) in modelList" :key="index">
- <a-radio :value="item.value" :disabled="true">{{ item.text }}</a-radio>
- </template>
- </a-radio-group>
- <div class="button-box" @click="playAnimation(7)">切换模式</div>
- </div>
- <div class="vent-flex-m row" v-else>
- <div class="control-title">控制模式:</div>
- <a-radio-group v-model:value="selectData.autoRoManual">
- <template v-for="(item, index) in modelList" :key="index">
- <a-radio :value="item.value" :disabled="true">{{ item.text }}</a-radio>
- </template>
- </a-radio-group>
- <div class="button-box" v-for="(item, index) in modelList" @click="playAnimation(7, item.value)" :key="index">{{ item.text }}</div>
- </div>
- <!-- <div class="run-type row">
- <div class="control-title">运行状态:</div>
- <a-radio-group v-model:value="selectData.runRoRecondition">
- <a-radio :value="`0`">检修</a-radio>
- <a-radio :value="`1`">运行</a-radio>
- </a-radio-group>
- </div> -->
- </div>
- </div>
- <div class="title-text">
- {{ selectData.supplyAirAddr || selectData.strinstallpos || selectData.strname }}
- </div>
- <div class="bottom-tabs-box" @mousedown="setDivHeight($event, 350, scroll)">
- <dv-border-box8 :dur="5" :style="`padding: 5px; height: ${scroll.y + 120}px`">
- <a-tabs class="tabs-box" v-model:activeKey="activeKey" @change="tabChange">
- <a-tab-pane key="1" tab="实时监测">
- <MonitorTable
- v-if="activeKey === '1'"
- ref="MonitorDataTable"
- class="monitor-table"
- :columnsType="deviceType"
- :isShowActionColumn="true"
- :dataSource="dataSource"
- design-scope="gate-monitor"
- @selectRow="getSelectRow"
- :scroll="{ y: scroll.y - 40 }"
- title="风门监测"
- :isShowPagination="true"
- >
- <template #filterCell="{ column, record }">
- <a-tag v-if="column.dataIndex === 'frontGateOpen' && record.frontGateOpen == '0' && record.frontGateClose == '0'" color="red"
- >正在运行</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'frontGateOpen' && record.frontGateOpen == '0' && record.frontGateClose == 1" color="default"
- >关闭</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'frontGateOpen' && record.frontGateOpen == '1' && record.frontGateClose == '0'" color="#46C66F"
- >打开</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'frontGateOpen' && record.frontGateOpen == '1' && record.frontGateClose == '1'" color="#FF0000"
- >点位异常</a-tag
- >
- <a-tag v-if="column.dataIndex === 'rearGateOpen' && record.rearGateOpen == '0' && record.rearGateClose == '0'" color="red"
- >正在运行</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'rearGateOpen' && record.rearGateOpen == '0' && record.rearGateClose == '1'" color="default"
- >关闭</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'rearGateOpen' && record.rearGateOpen == '1' && record.rearGateClose == '0'" color="#46C66F"
- >打开</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'rearGateOpen' && record.rearGateOpen == '1' && record.rearGateClose == '1'" color="#FF0000"
- >点位异常</a-tag
- >
- <a-tag v-if="column.dataIndex === 'midGateOpen' && record.midGateOpen == '0' && record.midGateClose == '0'" color="red"
- >正在运行</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'midGateOpen' && record.midGateOpen == '0' && record.midGateClose == 1" color="default"
- >关闭</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'midGateOpen' && record.midGateOpen == '1' && record.midGateClose == '0'" color="#46C66F"
- >打开</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'midGateOpen' && record.midGateOpen == '1' && record.midGateClose == '1'" color="#FF0000"
- >点位异常</a-tag
- >
- <template v-if="column.dataIndex === 'ndoortype'">
- <span v-if="record.ndoortype == '0'">气动风门</span>
- <span v-else color="default">液压风门</span>
- </template>
- <template v-if="column.dataIndex === 'doorUse'">
- <span v-if="record.doorUse == 1" color="default">行车风门</span>
- <span v-else-if="record.doorUse == 2">行人风门</span>
- <span v-else-if="record.doorUse == 3">短路风门</span>
- </template>
- <template v-else-if="column.dataIndex === 'warnLevel'">
- <a-tag v-if="record.warnLevel == '101'" color="green">低风险</a-tag>
- <a-tag v-else-if="record.warnLevel == '102'" color="#FF5812">一般风险</a-tag>
- <a-tag v-else-if="record.warnLevel == '103'" color="#FF5812">较大风险</a-tag>
- <a-tag v-else-if="record.warnLevel == '104'" color="#FF5812">重大风险</a-tag>
- <a-tag v-else-if="record.warnLevel == '201'" color="#FF0000">报警</a-tag>
- <a-tag v-else-if="record.warnLevel == '10000'" color="#FF5812">数据超限</a-tag>
- <a-tag v-else-if="record.warnLevel == '1001'" color="default">网络中断</a-tag>
- <a-tag v-else color="green">正常</a-tag>
- </template>
- <a-tag v-else-if="column.dataIndex === 'warnFlag'" :color="record.warnFlag == '0' ? 'green' : 'red'">{{
- record.warnFlag == '0' ? '正常' : '报警'
- }}</a-tag>
- <a-tag v-if="column.dataIndex === 'netStatus'" :color="record.netStatus == '0' ? '#f00' : 'green'">{{
- record.netStatus == '0' ? '断开' : '连接'
- }}</a-tag>
- </template>
- <template #action="{ record }">
- <a v-if="globalConfig?.showReport" class="table-action-link" @click="deviceEdit($event, 'reportInfo', record)">报表录入</a>
- <a class="table-action-link" @click="deviceEdit($event, 'deviceInfo', record)">设备编辑</a>
- </template>
- </MonitorTable>
- </a-tab-pane>
- <!-- <a-tab-pane key="2" tab="实时曲线图" force-render>
- <div class="tab-item" v-if="activeKey === '2'">
- <DeviceEcharts chartsColumnsType="gate_chart" xAxisPropType="strname" :dataSource="dataSource" height="100%"
- :chartsColumns="chartsColumns" :device-list-api="list" device-type="gate" />
- </div>
- </a-tab-pane> -->
- <a-tab-pane key="3" tab="历史数据">
- <div class="tab-item" v-if="activeKey === '3'">
- <HistoryTable :columnsType="deviceType" :device-type="deviceType" designScope="gate-history" :scroll="scroll">
- <template #filterCell="{ column, record }">
- <a-tag v-if="column.dataIndex === 'frontGateOpen' && record.frontGateOpen == '0' && record.frontGateClose == '0'" color="red"
- >正在运行</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'frontGateOpen' && record.frontGateOpen == '0' && record.frontGateClose == 1" color="default"
- >关闭</a-tag
- >
- <a-tag
- v-else-if="column.dataIndex === 'frontGateOpen' && record.frontGateOpen == '1' && record.frontGateClose == '0'"
- color="#46C66F"
- >打开</a-tag
- >
- <a-tag
- v-else-if="column.dataIndex === 'frontGateOpen' && record.frontGateOpen == '1' && record.frontGateClose == '1'"
- color="#FF0000"
- >点位异常</a-tag
- >
- <a-tag v-if="column.dataIndex === 'rearGateOpen' && record.rearGateOpen == '0' && record.rearGateClose == '0'" color="red"
- >正在运行</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'rearGateOpen' && record.rearGateOpen == '0' && record.rearGateClose == '1'" color="default"
- >关闭</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'rearGateOpen' && record.rearGateOpen == '1' && record.rearGateClose == '0'" color="#46C66F"
- >打开</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'rearGateOpen' && record.rearGateOpen == '1' && record.rearGateClose == '1'" color="#FF0000"
- >点位异常</a-tag
- >
- <a-tag v-if="column.dataIndex === 'midGateOpen' && record.midGateOpen == '0' && record.midGateClose == '0'" color="red"
- >正在运行</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'midGateOpen' && record.midGateOpen == '0' && record.midGateClose == 1" color="default"
- >关闭</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'midGateOpen' && record.midGateOpen == '1' && record.midGateClose == '0'" color="#46C66F"
- >打开</a-tag
- >
- <a-tag v-else-if="column.dataIndex === 'midGateOpen' && record.midGateOpen == '1' && record.midGateClose == '1'" color="#FF0000"
- >点位异常</a-tag
- >
- <template v-if="column.dataIndex === 'ndoortype'">
- <span v-if="record.ndoortype == '0'">气动风门</span>
- <span v-else color="default">液压风门</span>
- </template>
- <template v-if="column.dataIndex === 'doorUse'">
- <span v-if="record.doorUse == 1" color="default">行车风门</span>
- <span v-else-if="record.doorUse == 2">行人风门</span>
- <span v-else-if="record.doorUse == 3">短路风门</span>
- </template>
- <template v-else-if="column.dataIndex === 'warnLevel'">
- <a-tag v-if="record.warnLevel == '101'" color="green">低风险</a-tag>
- <a-tag v-else-if="record.warnLevel == '102'" color="#FF5812">一般风险</a-tag>
- <a-tag v-else-if="record.warnLevel == '103'" color="#FF5812">较大风险</a-tag>
- <a-tag v-else-if="record.warnLevel == '104'" color="#FF5812">重大风险</a-tag>
- <a-tag v-else-if="record.warnLevel == '201'" color="#FF0000">报警</a-tag>
- <a-tag v-else-if="record.warnLevel == '10000'" color="#FF5812">数据超限</a-tag>
- <a-tag v-else-if="record.warnLevel == '1001'" color="default">网络中断</a-tag>
- <a-tag v-else color="green">正常</a-tag>
- </template>
- <a-tag v-else-if="column.dataIndex === 'warnFlag'" :color="record.warnFlag == '0' ? 'green' : 'red'">{{
- record.warnFlag == '0' ? '正常' : '报警'
- }}</a-tag>
- <a-tag v-if="column.dataIndex === 'netStatus'" :color="record.netStatus == '0' ? '#f00' : 'green'">{{
- record.netStatus == '0' ? '断开' : '连接'
- }}</a-tag>
- </template>
- </HistoryTable>
- </div>
- </a-tab-pane>
- <a-tab-pane key="4" tab="报警历史">
- <div class="tab-item" v-if="activeKey === '4'">
- <AlarmHistoryTable
- :columnsType="deviceType"
- :device-type="deviceType"
- :device-list-api="getTableList"
- designScope="alarm-history"
- :scroll="scroll"
- >
- <template #filterCell="{ column, record }">
- <a-tag v-if="column.dataIndex === 'warnFlag'" :color="record.warnFlag == '0' ? 'green' : record.warnFlag == 1 ? '#FF5812' : 'gray'">
- {{ record.warnFlag == '0' ? '正常' : record.warnFlag == 1 ? '报警' : record.warnFlag == 2 ? '断开' : '未监测' }}</a-tag
- >
- <a-tag v-if="column.dataIndex === 'netStatus'" :color="record.netStatus == '0' ? '#f00' : 'green'">{{
- record.netStatus == '0' ? '断开' : '连接'
- }}</a-tag>
- </template>
- </AlarmHistoryTable>
- </div>
- </a-tab-pane>
- <a-tab-pane key="5" tab="操作历史">
- <div class="tab-item" v-if="activeKey === '5'">
- <HandlerHistoryTable
- columns-type="operator_history"
- :device-type="deviceType"
- :device-list-api="getTableList"
- designScope="alarm-history"
- :scroll="scroll"
- />
- </div>
- </a-tab-pane>
- </a-tabs>
- </dv-border-box8>
- </div>
- </div>
- <div ref="playerRef" style="z-index: 999; position: absolute; top: 100px; right: 15px; width: 300px; height: 280px; margin: auto"> </div>
- <LivePlayer
- id="fm-player1"
- style="height: 220px; width: 300px; position: absolute; top: 0px; z-index: -1"
- ref="player1"
- :videoUrl="flvURL1()"
- muted
- live
- loading
- controls
- />
- <HandleModal
- v-if="!globalConfig?.simulatedPassword"
- :modal-is-show="modalIsShow"
- :modal-title="modalTitle"
- :modal-type="modalType"
- @handle-ok="handleOK"
- @handle-cancel="handleCancel"
- />
- <DeviceBaseInfo @register="registerModal" :device-type="selectData['deviceType']" />
- </template>
- <script setup lang="ts">
- import { onBeforeUnmount, onUnmounted, onMounted, ref, reactive, nextTick, inject, unref } from 'vue';
- import MonitorTable from '../comment/MonitorTable.vue';
- import HistoryTable from '../comment/HistoryTable.vue';
- import AlarmHistoryTable from '../comment/AlarmHistoryTable.vue';
- import HandlerHistoryTable from '../comment/HandlerHistoryTable.vue';
- import HandleModal from './modal.vue';
- import DeviceBaseInfo from '../comment/components/DeviceBaseInfo.vue';
- import { mountedThree, addMonitorText, play, destroy, setModelType, initCameraCanvas } from './gate.threejs';
- import { deviceControlApi } from '/@/api/vent/index';
- import { message } from 'ant-design-vue';
- import { list, getTableList, cameraList, cameraAddrList } from './gate.api';
- import lodash from 'lodash';
- import { setDivHeight } from '/@/utils/event';
- import { BorderBox8 as DvBorderBox8 } from '@kjgl77/datav-vue3';
- import { useRouter } from 'vue-router';
- import LivePlayer from '@liveqing/liveplayer-v3';
- import { useModal } from '/@/components/Modal';
- import { useCamera } from '/@/hooks/system/useCamera';
- import { usePermission } from '/@/hooks/web/usePermission';
- import { getDictItems } from '/@/api/common/api';
- const { hasPermission } = usePermission();
- const globalConfig = inject('globalConfig');
- const { currentRoute } = useRouter();
- const MonitorDataTable = ref();
- let contrlValue = '';
- const playerRef = ref();
- const deviceType = ref('gate');
- const activeKey = ref('1'); // tab
- const loading = ref(false);
- const scroll = reactive({
- y: 230,
- });
- const modelList = ref<{ text: string; value: string }[]>([]);
- const frontDoorIsOpen = ref(false); //前门是否开启
- const backDoorIsOpen = ref(false); //后门是否开启
- const midDoorIsOpen = ref(false); //中间门是否开启
- const modalIsShow = ref<boolean>(false); // 是否显示模态框
- const modalTitle = ref(''); // 模态框标题显示内容,根据设备操作类型决定
- const modalType = ref(''); // 模态框内容显示类型,设备操作类型
- const selectRowIndex = ref(-1); // 选中行
- const dataSource = ref([]);
- const deviceBaseList = ref([]); // 设备基本信息
- const [registerModal, { openModal, closeModal }] = useModal();
- const { getCamera, removeCamera } = useCamera();
- const tabChange = (activeKeyVal) => {
- activeKey.value = activeKeyVal;
- if (activeKeyVal == 1) {
- nextTick(() => {
- MonitorDataTable.value.setSelectedRowKeys([selectData.deviceID]);
- });
- }
- };
- const initData = {
- deviceID: '',
- deviceType: '',
- strname: '',
- frontRearDP: '-', //压差
- // sourcePressure: '-', //气源压力
- runRoRecondition: null,
- autoRoManual: null,
- netStatus: '0', //通信状态
- frontGateOpen: '0',
- frontGateClose: '1',
- rearGateOpen: '0',
- rearGateClose: '1',
- midGateOpen: '0',
- midGateClose: '1',
- fault: '气源压力超限',
- masterComputer: 0,
- frontGateOpenCtrl: false,
- rearGateOpenCtrl: false,
- cameras: [],
- };
- // 监测数据
- const selectData = reactive(lodash.cloneDeep(initData));
- const flvURL1 = () => {
- // return ''
- return `/video/gate.mp4`;
- };
- function deviceEdit(e: Event, type: string, record) {
- e.stopPropagation();
- openModal(true, {
- type,
- deviceId: record['deviceID'],
- });
- }
- // 获取设备基本信息列表
- function getDeviceBaseList() {
- getTableList({ pageSize: 1000 }).then((res) => {
- deviceBaseList.value = res.records;
- });
- }
- // https获取监测数据
- let timer: null | NodeJS.Timeout = null;
- async function getMonitor(flag?) {
- if (Object.prototype.toString.call(timer) === '[object Null]') {
- timer = await setTimeout(
- async () => {
- const res = await list({ devicetype: deviceType.value, pagetype: 'normal' });
- if (res.msgTxt && res.msgTxt[0]) {
- dataSource.value = res.msgTxt[0].datalist || [];
- dataSource.value.forEach((data: any) => {
- const readData = data.readData;
- data = Object.assign(data, readData);
- });
- if (dataSource.value.length > 0 && selectRowIndex.value == -1) {
- // 初始打开页面
- if (currentRoute.value && currentRoute.value['query'] && currentRoute.value['query']['id']) {
- MonitorDataTable.value.setSelectedRowKeys([currentRoute.value['query']['id']]);
- } else {
- MonitorDataTable.value.setSelectedRowKeys([dataSource.value[0]['deviceID']]);
- }
- }
- Object.assign(selectData, dataSource.value[selectRowIndex.value]);
- addMonitorText(selectData);
- monitorAnimation(selectData);
- if (timer) {
- timer = null;
- }
- getMonitor();
- }
- },
- flag ? 0 : 1000
- );
- }
- }
- // 切换检测数据
- async function getSelectRow(selectRow, index) {
- if (!selectRow) return;
- loading.value = true;
- selectRowIndex.value = index;
- const baseData: any = deviceBaseList.value.find((baseData: any) => baseData.id === selectRow.deviceID);
- Object.assign(selectData, initData, selectRow, baseData);
- isFrontOpenRunning = false; //开关门动作是否在进行
- isRearOpenRunning = false; //开关门动作是否在进行
- isMidOpenRunning = false; //开关门动作是否在进行
- frontDeviceState = 0; //记录设备状态,为了与下一次监测数据做比较
- rearDeviceState = 0; //记录设备状态,为了与下一次监测数据做比较
- midDeviceState = 0; //记录设备状态,为了与下一次监测数据做比较
- // const type = selectData.nwindownum == 1 ? 'singleWindow' : 'doubleWindow';
- let type;
- if (selectData['doorUse'] == 2) {
- type = 'fmXr';
- } else {
- if (selectData.deviceType == 'gate_ss') {
- type = 'fm2';
- } else if (selectData.deviceType == 'gate_qd' || selectData.deviceType == 'gate_normal') {
- type = 'fm3';
- } else if (selectData.deviceType == 'gate_ss_two' || selectData.deviceType == 'gate_ss_two1') {
- type = 'fmTwoSs';
- } else {
- type = 'fm1'; // 液压
- }
- }
- setModelType(type).then(async () => {
- addMonitorText(selectData);
- loading.value = false;
- });
- await getCamera(selectRow.deviceID, playerRef.value);
- }
- // 播放动画
- function playAnimation1(handlerState, data: any = null) {
- const value = data;
- switch (handlerState) {
- case 1: // 打开前门
- if (selectData.frontGateOpen == '0' && selectData.frontGateClose == '1') {
- modalTitle.value = '打开前门';
- modalType.value = '1';
- modalIsShow.value = true;
- } else {
- message.warning('前门已经打开或正在打开,请勿重新操作');
- }
- break;
- case 2: // 关闭前门
- if (selectData.frontGateOpen == '1' && selectData.frontGateClose == '0') {
- modalTitle.value = '关闭前门';
- modalType.value = '2';
- modalIsShow.value = true;
- } else {
- message.warning('前门已经关闭或正在关闭,请勿重新操作');
- }
- break;
- case 3: // 打开后门
- if (selectData.rearGateOpen == '0' && selectData.rearGateClose == '1') {
- modalTitle.value = '打开后门';
- modalType.value = '3';
- modalIsShow.value = true;
- } else {
- message.warning('后门已经打开或正在打开,请勿重新操作');
- }
- break;
- case 4: // 关闭后门
- if (selectData.rearGateOpen == '1' && selectData.rearGateClose == '0') {
- modalTitle.value = '关闭后门';
- modalType.value = '4';
- modalIsShow.value = true;
- } else {
- message.warning('后门已经关闭或正在关闭,请勿重新操作');
- }
- break;
- case 8: // 打开中间门
- if (selectData.midGateOpen == '0' && selectData.midGateClose == '1') {
- modalTitle.value = '打开中间门';
- modalType.value = '8';
- modalIsShow.value = true;
- } else {
- message.warning('后门已经打开或正在打开,请勿重新操作');
- }
- break;
- case 9: // 关闭中间门
- if (selectData.midGateOpen == '1' && selectData.midGateClose == '0') {
- modalTitle.value = '关闭中间门';
- modalType.value = '9';
- modalIsShow.value = true;
- } else {
- message.warning('后门已经关闭或正在关闭,请勿重新操作');
- }
- break;
- case 5: // 打开前后门
- if (
- selectData.frontGateOpen == '0' &&
- selectData.frontGateClose == '1' &&
- selectData.rearGateOpen == '0' &&
- selectData.rearGateClose == '1'
- ) {
- modalTitle.value = '打开前后门';
- modalType.value = '5';
- modalIsShow.value = true;
- } else {
- message.warning('前后门已经打开或正在打开,请勿重新操作');
- }
- break;
- case 6: // 关闭前后门
- if (
- selectData.frontGateOpen == '1' &&
- selectData.frontGateClose == '0' &&
- selectData.rearGateOpen == '1' &&
- selectData.rearGateClose == '0'
- ) {
- modalTitle.value = '关闭前后门';
- modalType.value = '6';
- modalIsShow.value = true;
- } else {
- message.warning('前后门已经关闭或正在关闭,请勿重新操作');
- }
- break;
- case 7: // 控制模式切换
- modalTitle.value = '控制模式切换';
- modalType.value = '7';
- modalIsShow.value = true;
- break;
- }
- if (globalConfig?.simulatedPassword) {
- handleOK('', handlerState + '');
- }
- contrlValue = value;
- }
- // 保德缺打开状态
- function playAnimation(handlerState, data: any = null) {
- const value = data;
- switch (handlerState) {
- case 1: // 打开前门
- modalTitle.value = '打开前门';
- modalType.value = '1';
- modalIsShow.value = true;
- break;
- case 2: // 关闭前门
- modalTitle.value = '关闭前门';
- modalType.value = '2';
- modalIsShow.value = true;
- break;
- case 3: // 打开后门
- modalTitle.value = '打开后门';
- modalType.value = '3';
- modalIsShow.value = true;
- break;
- case 4: // 关闭后门
- modalTitle.value = '关闭后门';
- modalType.value = '4';
- modalIsShow.value = true;
- break;
- case 8: // 打开中间门
- modalTitle.value = '打开中间门';
- modalType.value = '8';
- modalIsShow.value = true;
- break;
- case 9: // 关闭中间门
- modalTitle.value = '关闭中间门';
- modalType.value = '9';
- modalIsShow.value = true;
- break;
- case 5: // 打开前后门
- modalTitle.value = '打开前后门';
- modalType.value = '5';
- modalIsShow.value = true;
- break;
- case 6: // 关闭前后门
- modalTitle.value = '关闭前后门';
- modalType.value = '6';
- modalIsShow.value = true;
- break;
- case 7: // 控制模式切换
- modalTitle.value = '控制模式切换';
- modalType.value = '7';
- modalIsShow.value = true;
- break;
- }
- if (globalConfig?.simulatedPassword) {
- handleOK('', handlerState + '');
- }
- contrlValue = value;
- }
- function handleOK(passWord, handlerState) {
- if (passWord == '') {
- message.warning('请输入密码');
- return;
- }
- if (isOpenRunning) {
- return;
- }
- const data = {
- deviceid: selectData.deviceID,
- devicetype: selectData.deviceType,
- paramcode: '',
- value: contrlValue,
- password: passWord || globalConfig?.simulatedPassword,
- masterComputer: selectData.masterComputer,
- };
- let handler = () => {};
- switch (handlerState) {
- case '1': // 打开前门
- if (selectData.frontGateOpen == '0' && selectData.frontGateClose == '1') {
- handler = () => {
- frontDoorIsOpen.value = true;
- };
- data.paramcode = 'frontGateOpen_S';
- }
- break;
- case '2': // 关闭前门
- if (selectData.frontGateOpen == '1' && selectData.frontGateClose == '0') {
- handler = () => {
- frontDoorIsOpen.value = false;
- };
- data.paramcode = 'frontGateClose_S';
- }
- break;
- case '3': // 打开后门
- if (selectData.rearGateOpen == '0' && selectData.rearGateClose == '1') {
- handler = () => {
- backDoorIsOpen.value = true;
- };
- data.paramcode = 'rearGateOpen_S';
- }
- break;
- case '4': // 关闭后门
- if (selectData.rearGateOpen == '1' && selectData.rearGateClose == '0') {
- handler = () => {
- backDoorIsOpen.value = false;
- };
- data.paramcode = 'rearGateClose_S';
- }
- break;
- case '8': // 打开中间门
- if (selectData.midGateOpen == '0' && selectData.midGateClose == '1') {
- handler = () => {
- midDoorIsOpen.value = true;
- };
- data.paramcode = 'midGateOpen_S';
- }
- break;
- case '9': // 关闭中间门
- if (selectData.midGateOpen == '1' && selectData.midGateClose == '0') {
- handler = () => {
- midDoorIsOpen.value = false;
- };
- data.paramcode = 'midGateClose_S';
- }
- break;
- case '5': // 打开前后门
- if (
- selectData.frontGateOpen == '0' &&
- selectData.frontGateClose == '1' &&
- selectData.rearGateOpen == '0' &&
- selectData.rearGateClose == '1'
- ) {
- handler = () => {
- frontDoorIsOpen.value = true;
- backDoorIsOpen.value = true;
- };
- data.paramcode = 'sameTimeOpen';
- }
- break;
- case '6': // 关闭前后门
- if (
- selectData.frontGateOpen == '1' &&
- selectData.frontGateClose == '0' &&
- selectData.rearGateOpen == '1' &&
- selectData.rearGateClose == '0'
- ) {
- handler = () => {
- frontDoorIsOpen.value = false;
- backDoorIsOpen.value = false;
- };
- data.paramcode = 'sameTimeClose';
- }
- break;
- case '7': // 远程与就地
- data.paramcode = 'autoRoManualControl';
- data.value = selectData.contrlMod != 'loopCtrl' ? contrlValue : '';
- selectData.autoRoManual = null;
- }
- if (data.paramcode) {
- deviceControlApi(data).then((res) => {
- // 模拟时开启
- if (res.success) {
- modalIsShow.value = false;
- if (globalConfig.History_Type == 'remote') {
- message.success('指令已下发至生产管控平台成功!');
- } else {
- message.success('指令已下发成功!');
- }
- } else {
- message.error(res.message);
- }
- });
- }
- }
- let isOpenRunning = false; //开关门动作是否在进行
- /** 开关门动画调用 */
- let isFrontOpenRunning = false; //开关门动作是否在进行
- // let isFrontCloseRunning = false; //开关门动作是否在进行
- let isRearOpenRunning = false; //开关门动作是否在进行
- // let isRearCloseRunning = false; //开关门动作是否在进行
- let isMidOpenRunning = false; //中间门动作是否在进行
- // let isMidCloseRunning = false; //中间门动作是否在进行
- // 0 关闭 1 正在打开 2 打开 3正在关闭
- let frontDeviceState = 0; //记录设备状态,为了与下一次监测数据做比较
- let rearDeviceState = 0; //记录设备状态,为了与下一次监测数据做比较
- let midDeviceState = 0; //记录设备状态,为了与下一次监测数据做比较
- function monitorAnimation(selectData) {
- const timeScale = 0.005;
- if (selectData.frontGateOpen == '1' && selectData.frontGateClose == '0' && !isFrontOpenRunning) {
- isFrontOpenRunning = true;
- if (frontDeviceState != 1) {
- // import.meta.env.VITE_GLOB_IS_SIMULATE ? play(1, timeScale) : play(1);
- play(1, timeScale);
- frontDeviceState = 1;
- frontDoorIsOpen.value = false;
- backDoorIsOpen.value = true;
- }
- }
- if (selectData.frontGateOpen == '0' && selectData.frontGateClose == '0' && !isFrontOpenRunning) {
- isFrontOpenRunning = true;
- if (frontDeviceState != 1) {
- // import.meta.env.VITE_GLOB_IS_SIMULATE ? play(1, timeScale) : play(1);
- play(1, timeScale);
- frontDeviceState = 1;
- frontDoorIsOpen.value = false;
- backDoorIsOpen.value = true;
- }
- }
- if (selectData.frontGateClose == '1' && selectData.frontGateOpen == '0' && isFrontOpenRunning) {
- isFrontOpenRunning = false;
- if (frontDeviceState != 0) {
- // import.meta.env.VITE_GLOB_IS_SIMULATE ? play(2, timeScale) : play(2);
- play(2, timeScale);
- frontDeviceState = 0;
- frontDoorIsOpen.value = false;
- // backDoorIsOpen.value = false
- }
- }
- if (selectData.rearGateOpen == '1' && selectData.rearGateClose == '0' && !isRearOpenRunning) {
- isRearOpenRunning = true;
- if (rearDeviceState != 1) {
- rearDeviceState = 1;
- // import.meta.env.VITE_GLOB_IS_SIMULATE ? play(3, timeScale) : play(3);
- play(3, timeScale);
- backDoorIsOpen.value = false;
- frontDoorIsOpen.value = true;
- }
- }
- if (selectData.rearGateOpen == '0' && selectData.rearGateClose == '0' && !isRearOpenRunning) {
- isRearOpenRunning = true;
- if (rearDeviceState != 1) {
- rearDeviceState = 1;
- // import.meta.env.VITE_GLOB_IS_SIMULATE ? play(3, timeScale) : play(3);
- play(3, timeScale);
- backDoorIsOpen.value = false;
- frontDoorIsOpen.value = true;
- }
- }
- if (selectData.rearGateClose == '1' && selectData.rearGateOpen == '0' && isRearOpenRunning) {
- isRearOpenRunning = false;
- if (rearDeviceState != 0) {
- rearDeviceState = 0;
- // import.meta.env.VITE_GLOB_IS_SIMULATE ? play(4, timeScale) : play(4);
- play(4, timeScale);
- backDoorIsOpen.value = false;
- }
- }
- if (selectData.midGateOpen == '1' && selectData.midGateClose == '0' && !isMidOpenRunning) {
- isMidOpenRunning = true;
- if (midDeviceState != 1) {
- midDeviceState = 1;
- // import.meta.env.VITE_GLOB_IS_SIMULATE ? play(3, timeScale) : play(3);
- play(8, timeScale);
- backDoorIsOpen.value = false;
- frontDoorIsOpen.value = true;
- }
- }
- if (selectData.midGateOpen == '0' && selectData.midGateClose == '0' && !isMidOpenRunning) {
- isMidOpenRunning = true;
- if (midDeviceState != 1) {
- midDeviceState = 1;
- // import.meta.env.VITE_GLOB_IS_SIMULATE ? play(3, timeScale) : play(3);
- play(8, timeScale);
- backDoorIsOpen.value = false;
- frontDoorIsOpen.value = true;
- }
- }
- if (selectData.midGateClose == '1' && selectData.midGateOpen == '0' && isMidOpenRunning) {
- isMidOpenRunning = false;
- if (midDeviceState != 0) {
- midDeviceState = 0;
- // import.meta.env.VITE_GLOB_IS_SIMULATE ? play(4, timeScale) : play(4);
- play(9, timeScale);
- backDoorIsOpen.value = false;
- }
- }
- }
- function handleCancel() {
- modalIsShow.value = false;
- modalTitle.value = '';
- modalType.value = '';
- selectData.autoRoManual = null;
- }
- // // 远程、就地切换
- // function changeType() {
- // const data = {
- // deviceid: selectData.deviceID,
- // devicetype: selectData.deviceType,
- // paramcode: 'autoRoManualControl',
- // value: selectData.autoRoManual,
- // };
- // deviceControlApi(data).then(() => {
- // if (globalConfig.History_Type == 'remote') {
- // message.success('指令已下发至生产管控平台成功!');
- // } else {
- // message.success('指令已下发成功!');
- // }
- // });
- // }
- onMounted(async () => {
- const { query } = unref(currentRoute);
- if (query['deviceType']) deviceType.value = query['deviceType'] as string;
- modelList.value = await getDictItems('gateModel');
- loading.value = true;
- const playerDom = document.getElementById('fm-player1')?.getElementsByClassName('vjs-tech')[0];
- mountedThree(playerDom).then(async () => {
- await getMonitor(true);
- loading.value = false;
- });
- });
- onBeforeUnmount(() => {
- getDeviceBaseList();
- });
- onUnmounted(() => {
- removeCamera();
- if (timer) {
- clearTimeout(timer);
- timer = undefined;
- }
- destroy();
- });
- </script>
- ,
- <style lang="less" scoped>
- @import '/@/design/vent/modal.less';
- .scene-box {
- .bottom-tabs-box {
- height: 350px;
- }
- }
- .button-box {
- border: none !important;
- height: 34px !important;
- &:hover {
- background: linear-gradient(#2cd1ff55, #1eb0ff55) !important;
- }
- &::before {
- height: 27px !important;
- background: linear-gradient(#1fa6cb, #127cb5) !important;
- }
- &::after {
- top: 35px !important;
- }
- }
- :deep(.@{ventSpace}-tabs-tabpane-active) {
- height: 100%;
- }
- ::-webkit-scrollbar-thumb {
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
- background: #4288a444;
- }
- :deep(.zxm-radio-disabled + span) {
- color: #fff !important;
- }
- :deep(.zxm-radio-disabled .zxm-radio-inner::after) {
- background-color: #127cb5 !important;
- }
- </style>
|