| | |
| | | refreshGB28181Tree, |
| | | updateCameraArea, |
| | | getCameraBaseImage |
| | | } from '@/api/area' |
| | | } from "@/api/area" |
| | | |
| | | export default class TreeDataPool { |
| | | public openeds: Array<boolean> |
| | |
| | | public readonly: boolean |
| | | public gbReadonly: boolean |
| | | public multiple: boolean |
| | | public searchFrom: string = '' |
| | | public searchFrom: string = "" |
| | | public showTreeBox: boolean |
| | | public selectedNodes: Array<string> |
| | | public selectedNode: any |
| | |
| | | this.treeDataPure = [] |
| | | this.gb28181DataPure = [] |
| | | this.clusterDataPure = [] |
| | | this.videoArr = [''] |
| | | this.videoArr = [""] |
| | | this.searchCamType = 0 |
| | | this.searchInput = '' |
| | | this.activeVideoIndex = '' |
| | | this.activeVideoId = '' |
| | | this.searchInput = "" |
| | | this.activeVideoIndex = "" |
| | | this.activeVideoId = "" |
| | | this.activeForceChoose = false |
| | | this.showTreeBox = true |
| | | this.readonly = true |
| | |
| | | this.multiple = false |
| | | this.selectedNodes = [] |
| | | this.selectedNode = {} |
| | | this.treeType = '' |
| | | this.treeType = "" |
| | | this.foldNodeList = {} |
| | | this.treeActiveName = 'camera' |
| | | this.treeActiveName = "camera" |
| | | this.searchLocalType = 0 |
| | | |
| | | //1:暂停状态;2:等待状态;3:置灰 |
| | | this.btnStaus = '3' |
| | | this.ctrlCameraId = '' |
| | | this.ctrlCameraName = '' |
| | | this.btnStaus = "3" |
| | | this.ctrlCameraId = "" |
| | | this.ctrlCameraName = "" |
| | | this.zTree = false |
| | | this.checkedTreeNode = [] |
| | | this.gb28181CheckedCount = 0 |
| | |
| | | } |
| | | let _selected = this.selectedNodes |
| | | function nodeFilter(node: any) { |
| | | if (node.type === '4' && node.selected) { |
| | | if (node.type === "4" && node.selected) { |
| | | _selected.push(node.id) |
| | | } |
| | | if (node.children) { |
| | |
| | | } |
| | | if (this.selectedNode.cameraType === 0) { |
| | | //摄像机树 |
| | | if (this.treeActiveName == 'camera') { |
| | | if (this.treeActiveName == "camera") { |
| | | this.treeData.forEach((n: any) => { |
| | | nodeFilter(n) |
| | | }) |
| | | } else if (this.treeActiveName == 'cluster') { |
| | | } else if (this.treeActiveName == "cluster") { |
| | | //集群树 |
| | | this.clusterData.forEach((n: any) => { |
| | | nodeFilter(n) |
| | |
| | | } |
| | | |
| | | function nodeFilter(node: any) { |
| | | if (node.type === '4' && (node.selected || node.checked)) { |
| | | if (node.type === "4" && (node.selected || node.checked)) { |
| | | _this.selectedNodes.push(node.id) |
| | | } |
| | | if (node.children) { |
| | |
| | | } |
| | | |
| | | getParent(id: string, isGB: boolean): string { |
| | | let parent = '0' |
| | | let parent = "0" |
| | | |
| | | function nodeFilter(node: Array<any>): any { |
| | | for (let i = 0; i < node.length; i++) { |
| | |
| | | } |
| | | |
| | | cleanTree(tree) { |
| | | if (tree === 'localTree') { |
| | | if (tree === "localTree") { |
| | | this.treeData = JSON.parse(JSON.stringify(this.treeDataPure)) |
| | | } |
| | | if (tree === 'gb28182Tree') { |
| | | if (tree === "gb28182Tree") { |
| | | this.gb28181Data = JSON.parse(JSON.stringify(this.gb28181DataPure)) |
| | | } |
| | | } |
| | |
| | | if (!node) { |
| | | return |
| | | } |
| | | node.forEach(n => { |
| | | node.forEach((n) => { |
| | | // vue-js-tree 默认展开,控制部分折叠. z-tree 默认折叠, 控制部分展开 |
| | | if (this.foldNodeList[n.id]) { |
| | | if (this.zTree) { |
| | |
| | | if (!node) { |
| | | return |
| | | } |
| | | node.forEach(n => { |
| | | node.forEach((n) => { |
| | | if (n.children && n.children.length > 0) { |
| | | this.setDropDisable(n.children) |
| | | } else { |
| | | if (n.type === '4') { |
| | | if (n.type === "4") { |
| | | n.dropDisabled = true |
| | | } |
| | | } |
| | |
| | | if (!node) { |
| | | return |
| | | } |
| | | node.sort(function (obj1: any, obj2: any) { |
| | | node.sort(function(obj1: any, obj2: any) { |
| | | if (obj1.type == "menu") { |
| | | return -1 |
| | | } |
| | | var val1 = obj1.name |
| | | var val2 = obj2.name |
| | | if (val1 < val2) { |
| | |
| | | } |
| | | }) |
| | | |
| | | node.forEach(n => { |
| | | node.forEach((n) => { |
| | | if (n.children && n.children.length > 0) { |
| | | if (this.zTree) { |
| | | n.open = true |
| | | } |
| | | this.sortTreeData(n.children) |
| | | } else { |
| | | if (n.type == "menu" && this.zTree) { |
| | | n.isParent = true |
| | | console.log(n) |
| | | } |
| | | } |
| | | }) |
| | | } |
| | |
| | | cameraName: this.searchInput |
| | | //isPlatform: 1 |
| | | } |
| | | if (this.searchFrom == 'cluster') { |
| | | if (this.searchFrom == "cluster") { |
| | | params.isPlatform = 1 |
| | | } |
| | | const rsp: any = await getLocalCameraTree(params) |
| | |
| | | |
| | | getAllChildrenNodes(treeNode, arr) { |
| | | for (var i = 0; i < treeNode.length; i++) { |
| | | var sonList = treeNode[i].children; |
| | | var sonList = treeNode[i].children |
| | | if (!sonList) { |
| | | if (treeNode[i].type == "camera") { |
| | | arr.push(treeNode[i]); |
| | | arr.push(treeNode[i]) |
| | | |
| | | if (treeNode[i].checked) { |
| | | this.gb28181CheckedCount += 1; |
| | | this.gb28181CheckedCount += 1 |
| | | } |
| | | } |
| | | } else { |
| | | this.getAllChildrenNodes(sonList, arr); |
| | | this.getAllChildrenNodes(sonList, arr) |
| | | } |
| | | } |
| | | return arr; |
| | | return arr |
| | | } |
| | | countChildrenNodes(treeNode) { |
| | | let arry = [] |
| | |
| | | this.setDropDisable(this.treeData) |
| | | this.isFold(this.treeData) |
| | | |
| | | this.activeTreeData = this.treeData |
| | | |
| | | this.gb28181CheckedCount = 0; |
| | | this.gb28181CheckedCount = 0 |
| | | this.gb28181ChildNodeCount = this.countChildrenNodes(this.treeData) |
| | | this.activeTreeData = this.treeData |
| | | console.log(this.activeTreeData) |
| | | } |
| | | } |
| | | |
| | | removeNoCheckedNode(nodes: Array<any>) { |
| | | for (let i = 0; i < nodes.length;) { |
| | | for (let i = 0; i < nodes.length; ) { |
| | | if (!nodes[i].checked) { |
| | | nodes.splice(i, 1) |
| | | continue |
| | |
| | | |
| | | countCheckedNodes(nodes: Array<any>) { |
| | | let count = 0 |
| | | nodes.forEach(n => { |
| | | nodes.forEach((n) => { |
| | | if (n.type == "camera") { |
| | | count++ |
| | | } |