123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763 |
- <template>
- <div class="main-data data-engineering">
- <div class="left">
- <div class="left-cont" v-if="leftShow">
- <div class="left-top"
- @click="showDialog(1)"
- @mouseover="showDialog(1)">
- <div class="cont-title-area">
- <img
- class="cont-title-bg"
- src="@/assets/images/main/cont_title_bg.png"
- alt=""
- />
- <div class="cont-title">生产辅助基建项目情况</div>
- </div>
- <div class="components-item bg2">
- <unit-access :key="appOrg"></unit-access>
- </div>
- <!-- <monitoring v-if="menu === 1"></monitoring>
- <monitoring-video v-if="menu === 2"></monitoring-video> -->
- </div>
- <div class="left-top">
- <div class="cont-title-area">
- <img
- class="cont-title-bg"
- src="@/assets/images/main/cont_title_bg.png"
- alt=""
- />
- <div class="cont-title">现场监控接入情况</div>
- </div>
- <div class="components-item">
- <unit-access-to @chooseUnit="onChooseUnit" :key="appOrg"></unit-access-to>
- </div>
- <!-- <monitoring v-if="menu === 1"></monitoring>
- <monitoring-video v-if="menu === 2"></monitoring-video> -->
- </div>
- </div>
- </div>
- <div class="middle flex-column">
- <!-- <div class="menu-area flex-row align-items-center space-between">
- <div v-for="(item, index) in dataList" :key="index" class="rate-area">
- <img src="@/assets/images/main/rate_bg.png" class="icon" alt="" />
- <div class="rate">
- <div class="rate-data">
- <div class="data">{{ item.num }}</div>
- <div class="unit">{{ item.unit }}</div>
- </div>
- </div>
- <div class="desc">{{ item.name }}</div>
- </div>
- </div> -->
- <div
- v-if="showLocal"
- class="img-area flex-row align-items-center flex-center"
- >
- <img class="build" src="@/assets/images/build.png" alt="" />
- </div>
- <!-- 返回按钮 -->
- <div class="bottom-area flex-row align-items-center space-between">
- <div class="bottom-left flex-row align-items-center">
- <div class="left-item">
- <el-cascader
- v-model="curCompany"
- :options="company"
- @change="handleCompanyChange"
- placeholder="单位"
- :show-all-levels="false"
- >
- <template slot-scope="{ node, data }">
- <div style="display: flex; align-items: center">
- <img
- v-if="data.label == '山西省公司(本部)'"
- src="../../../assets/images/main/tiaozhuanlouyu.png"
- style="width: 15px; margin-right: 10px"
- />
- <span
- v-else-if="data.value == '1A001' || data.value == '1A002' || data.value == '1A004' || data.value == '1A005'"
- style="
- display: inline-block;
- width: 10px;
- height: 10px;
- border-radius: 50%;
- margin-right: 10px;
- background: rgb(255, 180, 74);
- "
- ></span>
- <span
- v-else-if="data.value.length == 5 && data.value != '10001'"
- style="
- display: inline-block;
- width: 10px;
- height: 10px;
- border-radius: 50%;
- margin-right: 10px;
- background: rgb(74, 194, 29);
- "
- ></span>
- <span
- v-else-if="data.value.length == 7"
- style="
- display: inline-block;
- width: 10px;
- height: 10px;
- border-radius: 50%;
- margin-right: 10px;
- background: rgb(99, 235, 255);
- "
- ></span>
- <span>{{ data.label }}</span>
- </div>
- <!-- <div
- v-if="data.level == 2"
- style="width: 1.5vh;height: 1.5vh;background-color: red;border-radius: 60%;margin-top:10px;margin-left:10px;float:right"
- ></div> -->
- </template>
- </el-cascader>
- </div>
- <div class="office" disabled>办公区</div>
- </div>
- <div class="bottom-right">
- <img
- v-if="showBack"
- @click="onBack"
- src="@/assets/images/main/back.png"
- class="back"
- />
- </div>
- </div>
- </div>
- <div class="right">
- <div class="right-cont">
- <div class="right-top">
- <div class="cont-title-area">
- <img
- class="cont-title-bg"
- src="@/assets/images/main/cont_title_bg.png"
- alt=""
- />
- <div class="cont-title">现场远程检查情况</div>
- </div>
- <div class="components-item">
- <current-area @chooseMonitor="onChooseMonitor" @choose="onChooseIssueList" :monitorName="monitorName" :key="appOrg"></current-area>
- </div>
- </div>
- </div>
- </div>
- <!-- 监控区域 -->
- <div v-if="showCenter" class="dialog-2">
- <div class="dialog-center">
- <monitor-live
- v-if="showType === 1"
- @closeMonitor="onCloseMonitor"
- @chooseAllMonitor="onChooseAllMonitor"
- :monitorInfo="this.monitorInfo"
- ></monitor-live>
- <monitor-live-list
- v-if="showType === 2"
- @closeMonitor="onCloseMonitor"
- @chooseMonitor="onChooseMonitor"
- :monitorInfo="this.monitorInfo"
- :monitorName="monitorName"
- ></monitor-live-list>
- </div>
- </div>
- <!-- 监控区域 -->
- <div v-if="showC" class="dialog-2">
- <div class="dialog-center">
- <unit-project-dia
- v-if="showProject === 1"
- @close="onCloseProject"
- @choose="onChooseProject"
- ></unit-project-dia>
- <project-camera-dia
- v-if="showCamera === 1"
- @close="onCloseCamera"
- @choose="onChooseCamera"
- ></project-camera-dia>
- <camera-screen
- v-if="showCameraScreen === 1"
- @leave="onCloseCameraScreen"
- @issue="onChooseIssue">
- </camera-screen>
- <issue-list-dia
- v-if="showIssue === 1"
- @close="onCloseIssue"
- @subIssue="onSubIssue"
- :monitorInfo="this.monitorInfo">
- </issue-list-dia>
- <issue-sub-dia
- v-if="showIssueSub === 1"
- @close="onCloseIssueSub"
- :monitorInfo="this.monitorInfo">
- </issue-sub-dia>
- </div>
- </div>
- <!-- 弹出层-->
- <div
- :class="dialogType < 3 ? 'dialog' : 'dialog-r'"
- v-if="dialogShow"
- @click="closeDialog"
- >
- <unit-access-dialog
- v-if="dialogType === 1"
- @choose="chooseRes"
- @chooseH="chooseHealth"
- @closeDialog="closeDialog"
- ></unit-access-dialog>
- </div>
- </div>
- </template>
- <script>
- import IssueSubDia from './issueSubDia.vue'
- import CameraScreen from './cameraScreen.vue'
- import IssueListDia from "./issueListDia.vue"
- import ProjectCameraDia from "./projectCameraDia.vue";
- import UnitProjectDia from "./unitProjectDia.vue";
- import Province from "../map/province.vue";
- import UnitAccess from "./unitAccess.vue";
- import UnitAccessTo from "./unitAccessto.vue";
- import CameraOnline from "./cameraOnline.vue";
- import CurrentArea from "./currentArea.vue";
- import Monitoring from "./monitoring.vue";
- import VideoList from "./videoList.vue";
- import MonitoringStatus from "./monitoringStatus.vue";
- import MonitoringVideo from "./monitoringVideo.vue";
- import MonitorLive from "./monitorLive.vue";
- import MonitorLiveList from "./monitorLiveList.vue";
- import company from "../data/company.json";
- import TerminalDataDialog from "@/views/screen/official/terminalDataDialog.vue";
- import CarWarningDialog from "@/views/screen/official/carWarningDialog.vue";
- import CarStockDialog from "@/views/screen/logistics/car/carStockDialog.vue";
- import unitAccessDialog from "@/views/screen/engineering/unitAccessDialog.vue";
- import CarCost from "@/views/screen/official/carCost.vue";
- import ResourceList from "@/views/screen/official/resourceList.vue";
- import CarHealth from "@/views/screen/official/carHealth.vue";
- export default {
- name: "EngineeringMain",
- components: {
- CarHealth, ResourceList, CarCost,
- CarStockDialog, CarWarningDialog, TerminalDataDialog,
- IssueSubDia,
- CameraScreen,
- IssueListDia,
- ProjectCameraDia,
- UnitProjectDia,
- Province,
- UnitAccess,
- UnitAccessTo,
- CameraOnline,
- CurrentArea,
- Monitoring,
- VideoList,
- MonitoringStatus,
- MonitoringVideo,
- MonitorLive,
- MonitorLiveList,
- unitAccessDialog,
- },
- props: {},
- data() {
- return {
- showRes:0,
- showC:false,
- showIssue:0,
- showIssueSub:0,
- showCameraScreen:0,
- showCamera:0,
- showProject:0,
- menu: 0,
- showCost:0,
- showHealth:0,
- leftShow: true,
- rightShow: true,
- dialogShow: false,
- dialogType: 0,
- showCenter: false,
- showType: 0, //实时监控
- curDeep: 1,
- showBack: false,
- showMap: true,
- showLocal: false,
- appOrg: "0000",
- dataList: [
- {
- name: "接入单位数量",
- num: "56",
- unit: "个",
- },
- {
- name: "应接入项目数量",
- num: "56",
- unit: "个",
- },
- {
- name: "已接入项目数量",
- num: "56",
- unit: "个",
- },
- {
- name: "接入摄像头数量",
- num: "56",
- unit: "个",
- },
- {
- name: "接入摄像头在线率",
- num: "56",
- unit: "%",
- },
- ],
- monitorInfo: {},
- monitorName: '',
- curCompany: [],
- company: company,
- };
- },
- created() {},
- destroyed() {},
- beforeDestroy() {},
- mounted() {},
- methods: {
- chooseRes(){
- this.closeDialog()
- this.showC = true
- this.showRes = 1
- },
- chooseHealth(){
- this.closeDialog()
- this.showC = true
- this.showHealth = 1
- },
- onChooseUnit(){
- this.showCenter = true;
- this.showType = 2;
- },
- onCloseRes(){
- this.showC = false
- this.showRes = 0
- },
- onCloseCost(){
- this.showC = false
- this.showCost = 0
- },
- onCloseHealth(){
- this.showC = false
- this.showHealth = 0
- },
- onChooseProject(){
- this.showCamera = 1;
- this.showProject = 0;
- },
- onCloseProject(){
- this.showC = false;
- this.showProject = 0;
- },
- onChooseCamera(){
- this.showCameraScreen = 1;
- this.showCamera = 0;
- },
- onCloseCamera(){
- this.showProject = 1;
- this.showCamera = 0;
- },
- onCloseCameraScreen(){
- this.showCameraScreen = 0;
- this.showCamera = 1;
- },
- //入口
- onChooseIssue(){
- this.flag = 1
- this.showCameraScreen = 0;
- this.showIssueSub = 1;
- },
- onChooseIssueList(){
- this.showC = true
- this.showIssue = 1
- },
- onCloseIssue(){
- this.showC = false
- this.showIssue = 0
- },
- //入口
- onSubIssue(){
- this.flag = 2
- this.showIssueSub = 1
- this.showIssue = 0
- },
- onCloseIssueSub(){
- this.showIssueSub = 0
- if (this.flag === 1){
- this.showCameraScreen = 1
- }
- else if (this.flag === 2){
- this.showIssue = 1
- }
- else {
- }
- this.flag = 0
- },
- showDialog(type) {
- if (type < 4) {
- this.leftShow = false;
- this.rightShow = true;
- } else {
- this.rightShow = false;
- this.leftShow = true;
- }
- this.dialogShow = true;
- this.dialogType = type;
- },
- closeDialog() {
- this.leftShow = true;
- this.rightShow = true;
- this.dialogShow = false;
- },
- //关闭监控视频
- onCloseMonitor() {
- this.showCenter = false;
- this.showType = 0;
- },
- //显示列表
- onChooseAllMonitor() {
- this.showType = 2;
- },
- //选择视频列表
- onChooseMonitor(data) {
- this.showCenter = true;
- this.showType = 1;
- this.monitorInfo = data;
- },
- //点击地图事件
- onMapClick(e) {
- this.curDeep = e.deep;
- if (e.deep > 1) {
- this.showBack = true;
- } else {
- this.showBack = false;
- }
- //点击山西省本部
- if (e.name == "山西省公司(本部)") {
- this.showMap = false;
- this.showLocal = true;
- this.curCompany = ["10001", "10001"];
- this.appOrg = "10001";
- } else {
- this.showMap = true;
- this.showLocal = false;
- this.curCompany = e.curCompany;
- }
- //判断是否点击了子单位
- if (e.curCompany && e.curCompany.length > 0) {
- let appOrg = e.curCompany[e.curCompany.length - 1];
- this.appOrg = appOrg;
- }
- },
- //返回操作
- onBack() {
- this.curDeep = 1;
- if (this.curDeep <= 1) {
- this.showBack = false;
- this.showMap = true;
- this.showLocal = false;
- this.curCompany = [];
- }
- this.appOrg = "0000";
- this.$refs.province.reloadMap(this.curDeep);
- },
- //选择公司
- handleCompanyChange(e) {
- console.log(e);
- if (e && e.length > 0) {
- if (e[1] == "10001") {
- this.showMap = false;
- this.showLocal = true;
- this.showBack = true;
- } else {
- this.showMap = true;
- this.showLocal = false;
- }
- let appOrg = e[e.length - 1];
- this.appOrg = appOrg;
- }
- if(e[1] == "1A001" || e[1] == "1A002" || e[1] == "1A004" || e[1] == "1A005"){
- this.showMap = true;
- this.showLocal = false;
- this.showBack = true;
- // return;
- }
- this.$refs.province.chooseUnit(e);
- },
- },
- };
- </script>
- <style lang="scss">
- .data-engineering {
- width: 100%;
- height: 100%;
- margin: 0 auto;
- // background-image: url("../../../assets/images/engineering/bg.jpg");
- // background-size: cover;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- .left {
- margin: 125px 0 0 40px;
- width: 580px;
- .left-cont {
- width: 100%;
- height: 920px;
- padding-top: 19px;
- background: url("../../../assets/images/main/main_bg.png") no-repeat;
- background-size: cover;
- }
- .components-item {
- width: 550px;
- height: 389px;
- background: url("../../../assets/images/main/components_mid_bg.png")
- no-repeat;
- background-size: cover;
- margin-bottom: 28px;
- margin-left: 15px;
- overflow: hidden;
- }
- .left-top {
- // width: 550px;
- // height: 915px;
- // background: url("../../../assets/images/main/right_top_new.png") no-repeat;
- // background-size: cover;
- // margin-bottom: 21px;
- }
- }
- .middle {
- background: url('../../../assets/camera/project_map.png') no-repeat center;
- display: flex;
- flex: 1;
- align-items: center;
- justify-content: center;
- padding: 125px 0 0 0px;
- position: relative;
- .bottom-area {
- position: absolute;
- right: 50px;
- left: 50px;
- bottom: 50px;
- .bottom-left {
- .left-item {
- width: 180px;
- height: 30px;
- background: url("../../../assets/images/main/choose_bg_long.png")
- no-repeat;
- background-size: cover;
- input {
- background: rgba(255, 255, 255, 0);
- border: none;
- color: #00ffff;
- }
- .el-input__icon {
- color: #00ffff;
- }
- }
- .office {
- margin-left: 10px;
- width: 180px;
- height: 30px;
- line-height: 30px;
- padding-left: 15px;
- color: #898989;
- background: url("../../../assets/images/main/choose_bg_long.png")
- no-repeat;
- background-size: cover;
- font-size: 14px;
- }
- }
- .bottom-right {
- .back {
- width: 34px;
- height: 30px;
- cursor: pointer;
- }
- }
- }
- .menu-area {
- padding: 0 30px;
- .rate-area {
- width: 20%;
- position: relative;
- cursor: pointer;
- img {
- width: 100%;
- }
- .rate {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 100%;
- position: absolute;
- top: 5px;
- left: 0;
- color: #fff;
- .rate-data {
- display: flex;
- flex-direction: row;
- align-items: baseline;
- color: #00ffff;
- .data {
- font-size: 30px;
- font-family: "electronicFont";
- }
- .unit {
- font-size: 12px;
- }
- }
- }
- .desc {
- font-size: 12px;
- text-align: center;
- color: #00ffff;
- }
- }
- }
- }
- .right {
- margin: 125px 40px 0 0px;
- width: 580px;
- .right-cont {
- width: 100%;
- height: 920px;
- padding-top: 19px;
- background: url("../../../assets/images/main/main_bg.png") no-repeat;
- background-size: cover;
- }
- .components-item {
- width: 550px;
- height: 849px;
- background: url("../../../assets/images/main/components_long_bg.png")
- no-repeat;
- background-size: cover;
- margin-left: 15px;
- overflow: hidden;
- }
- .right-top {
- // width: 553px;
- // height: 915px;
- // background: url("../../../assets/images/main/right_top_new.png") no-repeat;
- // background-size: cover;
- // margin-bottom: 21px;
- }
- .right-bottom {
- // width: 553px;
- // height: 556px;
- // background: url("../../../assets/images/main/right_top_m.png") no-repeat;
- // background-size: cover;
- // margin-bottom: 21px;
- }
- }
- .dialog {
- position: fixed;
- top: 125px;
- left: 40px;
- z-index: 10;
- width: 100%;
- }
- .dialog-r {
- position: fixed;
- top: 125px;
- right: 40px;
- z-index: 10;
- width: 100%;
- display: flex;
- justify-content: flex-end;
- }
- .dialog-2 {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- z-index: 9999;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- background: rgba(0, 0, 0, 0.7);
- }
- .img-area {
- height: 850px;
- .build {
- margin: 0 auto;
- width: 90%;
- height: auto;
- object-fit: contain;
- }
- }
- .cont-title-area {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- position: relative;
- margin-bottom: 10px;
- img {
- width: 331px;
- height: 32px;
- }
- .cont-title {
- font-size: 20px;
- font-weight: 900;
- font-family: "PingFangSC";
- width: 100%;
- position: absolute;
- display: flex;
- align-items: center;
- justify-content: center;
- top: -5px;
- color: #fff;
- }
- }
- ::-webkit-scrollbar {
- width: 3px;
- height: 3px;
- }
- ::-webkit-scrollbar-thumb {
- //滑块部分
- // border-radius: 5px;
- background-color: #58cbbb;
- }
- ::-webkit-scrollbar-track {
- //轨道部分
- // box-shadow: inset 0 0 5px #ddd;
- background: #ddd;
- // border-radius: 5px;
- }
- }
- </style>
|