123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628 |
- <template>
- <div style="height: calc(100% - 44.5px);padding: 0px 10px 10px;box-sizing: border-box;">
- <div class="hanson-bar">
- <div style="float:right;overflow:hidden;">
- <span>当前筛选条件下共{{page.total || '--'}}系统</span>
- </div>
- <el-select v-model="onlyRead" @change="getHeaderData(mess)" style="width:100px;margin-right:20px;vertical-align:bottom;">
- <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"></el-option>
- </el-select>
- <el-select v-model="showType" @change="initTable" style="width:100px;margin-right:10px;vertical-align:bottom;">
- <el-option v-for="item in showTypes" :key="item.value" :label="item.label" :value="item.value"></el-option>
- </el-select>
- <el-button size="small" style="width: 80px" @click="addDevice" icon="iconfont icon-tianjia">添加系统</el-button>
- <el-button size="small" style="width: 80px" @click="reset" icon="iconfont icon-shuaxin">刷新</el-button>
- <el-button size="small" style="width: 80px" @click="undo" icon="iconfont icon-undo">撤销</el-button>
- </div>
- <qrcode :dialog="myDialog" :addBody="true" ref="qrcode"></qrcode>
- <upload-files-dialog ref="upload" @changeFile="fileChange" :keysArr="filesArr" :dialog="myDialog"></upload-files-dialog>
- <upload-img-dialog @changeFile="imgChange" :keysArr="imgsArr" :dialog="myDialog"></upload-img-dialog>
- <pic-dialog :dialog="myDialog" :keysArr="picsArr" @change="changePics"></pic-dialog>
- <div class="center middle_sty" style="height: 91%" v-show="!mess.deviceId && (!tableData || !tableData.length)">
- <p><i class="icon-wushuju iconfont"></i>请选择系统类型</p>
- </div>
- <div class="center middle_sty" style="height: 91%" v-show="mess.deviceId && (!tableData || !tableData.length)">
- <p><i class="icon-wushuju iconfont"></i>暂无数据</p>
- </div>
- <div v-show="mess.deviceId && tableData && tableData.length" v-loading="loading" id="handsontable" ref="handsontable"></div>
- <div v-show="mess.deviceId && tableData && tableData.length" class="right">
- <my-pagination @change="getTableData" :page="page"></my-pagination>
- </div>
- <!-- <dialog-assets :assetType="[this.mess.deviceId]" @close="getClose" v-if="myDialog.addDevice" ref="assets" :dialog="myDialog"></dialog-assets> -->
- <details-dialog :iframeSrc="iframeSrc" v-if="myDialog.details" :dialog="myDialog"></details-dialog>
- <system-relevance @close="reset" :id="systemId" :dialog="myDialog"></system-relevance>
- <!-- 新增系统 -->
- <el-dialog title="确定新增系统的类型" :visible.sync="myDialog.addDevice" width="30%">
- <el-row>
- <my-cascader ref="cascader" @change="changeAddType" :all="true"></my-cascader>
- </el-row>
- <span slot="footer" class="dialog-footer">
- <el-button type="primary" @click="toAddDevice">下 一 步</el-button>
- </span>
- </el-dialog>
- </div>
- </template>
- <script>
- import {
- getTableHeader,
- getBillSystemList,
- updateBusiness,
- BeatchQueryParam,
- delBatchList,
- getDataDictionary,
- queryLinkSys,
- updateGeneralSys,
- deleteGeneralSys
- } from "@/api/scan/request"
- import myCascader from "@/components/ledger/lib/system";
- import tools from "@/utils/scan/tools";
- import handsonUtils from "@/utils/scan/hasontableUtils"
- import showTools from "@/utils/handsontable/notShow"
- import qrcode from "@/components/business_space/lib/qrcode"
- import uploadFilesDialog from "@/components/business_space/dialogs/list/filesDialog"
- import uploadImgDialog from "@/components/business_space/dialogs/list/uploadImgDialog"
- import picDialog from "@/components/business_space/dialogs/list/picDialog"
- import myPagination from "@/components/common/myPagination"
- import dialogAssets from "@/components/ledger/addDialog/dialogSystem"
- import detailsDialog from "@/components/business_space/lib/detailsDia"
- import systemRelevance from "@/components/ledger/tableTransfers"
- import Handsontable from "handsontable-pro"
- import 'handsontable-pro/dist/handsontable.full.css'
- import zhCN from 'handsontable-pro/languages/zh-CN'
- import {
- mapGetters,
- mapActions
- } from "vuex";
- export default {
- components: {
- qrcode, //二维码页面
- uploadFilesDialog,
- uploadImgDialog,
- picDialog,
- myPagination,
- dialogAssets,
- detailsDialog,
- systemRelevance,
- myCascader
- },
- computed: {
- ...mapGetters("layout", ["projectId", "secret", "userId"]),
- showTypes() {
- return this.onlyRead ?
- [{ value: "Visible", label: '只看采集信息' }, { value: "all", label: '全部' }] :
- [{ value: "partInfo", label: '隐藏信息点' }, { value: "all", label: '全部' }, { value: "Visible", label: '只看采集信息' }]
- }
- },
- data() {
- return {
- options: [{
- value: true,
- label: '只读模式'
- }, {
- value: false,
- label: '编辑模式'
- }],
- tableData: [],
- mess: {},
- tableHeader: null,
- page: {
- size: 50,
- sizes: [10, 30, 50, 100, 150, 200],
- total: 0,
- currentPage: 1
- },
- myDialog: {
- qrcode: false, //二维码弹窗
- firm: false, //厂商弹窗
- supply: false, //选择供应合同
- supplier: false, //供应商选择
- guarantee: false, //选择保单
- maintainer: false, //选择维修商
- insurer: false, //选择保险公司
- uploadFiles: false,//上传文件
- uploadImgs: false,//上传单个图片
- pic: false, //多个图片
- addDevice: false,
- details: false,//详情页
- relevance: false,//关联设备
- },
- row: null,//被修改的row
- filesArr: [],//保存临时的文件key
- messKey: null,
- imgsArr: [],//临时保存的图片key数组
- picsArr: [],//临时设备图片keys数组
- noShowList: ["SysID", "SysName"],
- copyMain: null,
- iframeSrc: "",
- systemId: "",
- onlyRead: true,
- showType: 'all',
- linkNameFalg: false,
- qrcodeUrl: "",//二维码图片地址
- loading: false,
- addData: {}, //添加设备选择的设备类型
- };
- },
- created() {
- },
- mounted() { },
- methods: {
- //触发父组件change
- getClose(val) {
- this.$emit("close", val)
- },
- //获取表头
- getHeaderData(code) {
- this.mess = code
- if (this.mess.deviceId) {
- let params = {
- data: {
- Orders: "sort asc",
- PageNumber: 1,
- PageSize: 500
- },
- type: this.mess.deviceId
- }
- getDataDictionary(params, res => {
- this.tableHeader = res.Content;
- this.getTableData()
- });
- }
- },
- changeWatch() {
- this.reset()
- },
- //获取主体数据
- getTableData() {
- let _this = this
- this.loading = true
- if (!!this.mess.deviceId) {
- let param = {
- PageSize: this.page.size,
- Orders: "createTime desc, SysID desc",
- PageNumber: this.page.currentPage,
- Filters: `category='${this.mess.deviceId}'`
- }
- if (this.mess.buildId == "noKnow") {
- param.Filters += `;buildingId isNull`
- } else if (this.mess.buildId && this.mess.buildId != "all") {
- param.Filters += `;buildingId='${this.mess.buildId}'`
- }
- queryLinkSys(param, res => {
- this.loading = false;
- _this.tableData = res.Content;
- _this.copyMain = tools.deepCopy(res.Content);
- _this.page.total = res.Total;
- if (res.Content && res.Content.length) {
- if (this.onlyRead) {
- this.getBatch(res.Content)
- }
- _this.initTable();
- }
- })
- }
- },
- //撤回
- undo() {
- this.hot.undo();
- },
- //刷新
- reset() {
- if (this.mess.deviceId) {
- this.getTableData();
- } else {
- this.$message({
- message: '请选择系统类型',
- type: 'warning'
- });
- }
- },
- //添加设备
- addDevice() {
- this.myDialog.addDevice = true
- if (this.mess.deviceId) {
- this.$nextTick(() => {
- this.$refs.cascader.setValue(this.mess.deviceId)
- })
- }
- },
- //下一步
- toAddDevice() {
- if (this.addData.Category) {
- this.$router.push({
- path: "/ledger/systemadd",
- query: this.addData
- });
- }
- },
- //选择设备类型-添加设备
- changeAddType(val) {
- this.addData.Category = val.Category;
- this.addData.CategoryName = val.CategoryName;
- },
- //格式化表头
- formatHeaderData(list) {
- let arr = tools.copyArr(list)
- let data = showTools.headerTextFilter(arr, 'system', this.onlyRead, this.showType)
- data.unshift("操作", "关联设备数量");
- return data;
- },
- //格式化表内容
- formatHeaderType(list) {
- let arr = tools.copyArr(list)
- let data = showTools.headerTypeFilter(arr, 'system', this.onlyRead, this.showType)
- data.unshift(
- {
- data: "caozuo",
- renderer: tools.lookDetails,
- readOnly: true
- },
- {
- data: "Count",
- renderer: tools.num,
- readOnly: true
- }
- );
- if (this.onlyRead) {
- data.map(item => {
- item.readOnly = true
- })
- }
- return data;
- },
- //获取动态参数
- getBatch(data) {
- let param = {
- secret: this.secret,
- ProjId: this.projectId,
- data: {
- criterias: []
- }
- }
- //一级遍历list
- this.tableHeader.map(head => {
- //如果一级标签为动态参数或者设定参数放入数据等待请求
- if (
- head.InputMode == "L" ||
- head.InputMode == "L1" ||
- head.InputMode == "L2" ||
- head.InputMode == "M"
- ) {
- data.map(item => {
- let cur = tools.dataForKey(item, head.Path);
- if (cur) {
- param.data.criterias.push({
- id: item.SysID,
- code: head.InfoPointCode
- });
- }
- });
- }
- })
- if (param.data.criterias.length) {
- BeatchQueryParam(param, res => {
- if (!this.onlyRead) {
- return false
- }
- this.tableData = data.map(item => {
- res.Content.map(child => {
- if (item.SysID == child.id) {
- if (!!child.data || child.data == 0) {
- this.tableHeader.map(head => {
- if (head.InfoPointCode == child.code) {
- tools.setDataForKey(item, head.Path, child.data);
- }
- });
- } else {
- this.tableHeader.map(head => {
- if (head.InfoPointCode == child.code) {
- tools.setDataForKey(
- item,
- head.Path,
- // child.error ? "表号功能号格式错误" : "表号功能号不存在"
- child.error ? child.value? "表号功能号格式错误" : "表号功能号不存在" : "暂未采集到实时数据"
- );
- }
- });
- }
- }
- })
- return item
- })
- this.hot.loadData(this.tableData)
- })
- }
- },
- //初始化插件
- initTable() {
- var container = document.getElementById("handsontable");
- let winHeight = document.documentElement.clientHeight;
- if (this.hot) {
- this.hot.destroy();
- this.hot = null;
- }
- this.hot = new Handsontable(container, {
- data: this.tableData,
- fixedColumnsLeft: 4,
- colHeaders: this.formatHeaderData(this.tableHeader), //表头文案
- columns: this.formatHeaderType(this.tableHeader), //数据显示格式
- filters: true,
- maxRows: this.tableData.length,
- height: winHeight - 335,
- columnSorting: true, //添加排序
- sortIndicator: true, //添加排序
- renderAllRows: true,
- // colWidths: 200,
- autoColumnSize: true,
- language: "zh-CN",
- manualColumnResize: true,
- manualColumnMove: true,
- dropdownMenu: [
- "filter_by_condition",
- "filter_by_value",
- "filter_action_bar"
- ],
- contextMenu: {
- items: {
- remove_row: {
- name: "删除该系统"
- }
- }
- },
- // 事件
- afterChange: this.handleUpdataTable, //修改后
- afterFilter: this.trimmedRows, //排序前
- afterRemoveRow: this.handleDeleteTableRow, //右键删除
- afterOnCellMouseDown: this.eventClick //鼠标点击
- });
- let pro = document.getElementById("hot-display-license-info");
- if (!!pro) {
- pro.parentNode.removeChild(pro);
- }
- this.isLoading = false;
- },
- //表格中的点击
- eventClick(el, rowArr) {
- //点击的是表头
- if (rowArr.row < 0) {
- return;
- }
- //被筛选过后的数组
- let trimmedArr = this.trimmedRows();
- //是否启用了排序
- let isSort = this.hot.getPlugin("columnSorting").isSorted();
- if (trimmedArr.length && isSort) {
- let sortArr = this.myHotArr.getPlugin("columnSorting").rowsMapper
- .__arrayMap;
- let infos = this.tableData[trimmedArr[sortArr[rowArr.row]]];
- this.getInfors(infos, { row: sortArr[rowArr.row], col: rowArr.col });
- } else if (isSort) {
- //排序后的数组
- let sortArr = this.hot.getPlugin("columnSorting").rowsMapper.__arrayMap;
- let infos = this.tableData[sortArr[rowArr.row]];
- this.getInfors(infos, { row: sortArr[rowArr.row], col: rowArr.col });
- } else if (trimmedArr.length) {
- let infos = this.tableData[trimmedArr[rowArr.row]];
- this.getInfors(infos, { row: trimmedArr[rowArr.row], col: rowArr.col });
- } else {
- let infos = this.tableData[rowArr.row];
- this.getInfors(infos, rowArr);
- }
- },
- handleUpdataTable(changeData, source) {
- if (!this.onlyRead) {
- if (changeData) {
- let trimmedArr = this.trimmedRows();
- let param = handsonUtils.getParam(changeData, source, this.hot, trimmedArr);
- let data = [];
- for (let i = 0; i < param.length; i++) {
- data.push(param[i]);
- }
- //如果data中包含/且data长度为1,将其转换成.
- if (changeData.length == 1 && changeData[0][1].indexOf("/") > 0) {
- changeData[0][1] = changeData[0][1].split("/").join(".")
- }
- //存在data进行修改请求
- if (data && data.length) {
- this.updateBusiness(data, changeData);
- }
- }
- }
- },
- //删除资产
- async handleDeleteTableRow() {
- this.$confirm('此操作将删除该系统, 是否继续?', '提示', {
- confirmButtonText: '确定',
- cancelButtonText: '取消',
- type: 'warning'
- }).then(() => {
- let params = tools.differenceArr(this.tableData, this.copyMain)
- let param = []
- params.map(item => {
- param.push({ SysID: item.SysID })
- })
- this.removeSys(param)
- }).catch(() => {
- this.getTableData()
- this.$message('取消删除');
- });
- },
- async removeSys(param) {
- await deleteGeneralSys(param, res => {
- this.$message.success("删除成功")
- this.$emit('close','')
- this.getTableData()
- })
- },
- // 修改
- updateBusiness(data, change) {
- let param = {
- Content: [],
- Projection: []
- }, keyList = [];
- //生成要修改字段列表
- change.map(item => {
- let key = item[1].split(".")[0]
- if (item[1] && keyList.indexOf(key) == -1) {
- keyList.push(key);
- }
- if (item[1] && item[3] == "" && param.Projection.indexOf(key) == -1) {
- param.Projection.push(key);
- }
- });
- //生成对应修改数据
- data.map((item, index) => {
- keyList.map(value => {
- let itemData = tools.dataForKey(item, value);
- tools.setDataForKey(item, value, itemData == "" ? null : itemData);
- });
- param.Content.push(item);
- });
- updateGeneralSys(param, res => { });
- },
- //获取到了正确的信息
- getInfors(infos, row) {
- //其他的开始判断
- let val = this.hot.colToProp(row.col);
- this.systemId = infos.SysID
- this.row = row.row
- this.messKey = val
- switch (val) {
- //操作
- case 'caozuo':
- // window.open(`http://adm.sagacloud.cn:8058/system?id=${infos.id}&pid=${this.projectId}&secret=${this.secret}`,"_blank")
- this.$message("开发中...")
- break;
- //设备二维码图片
- case 'EquipQRCode':
- this.qrcodeUrl = this.tableData[row.row].EquipQRCode;
- if (!!this.qrcodeUrl) {
- this.myDialog.qrcode = true;
- } else {
- this.$message("此设备没有设备二维码");
- }
- break;
- //关联设备数量
- case 'Count':
- if (!this.onlyRead) {
- this.myDialog.relevance = true
- }
- break;
- default:
- break;
- }
- },
- //获取被筛选掉的行号
- trimmedRows() {
- // var plugin = hot.getPlugin('trimRows').trimmedRows;//获取被筛选掉的行号
- var plugin = this.hot.getPlugin("trimRows").trimmedRows;
- let dataLength = this.tableData.length;
- let dataArr = new Array();
- for (let i = 0; i < dataLength; i++) {
- dataArr.push(i);
- }
- if (plugin.length <= 0) {
- dataArr = undefined;
- } else {
- dataArr = this.array_diff(dataArr, plugin);
- }
- return dataArr || [];
- // var DataArray = new Array();
- // for (var i = 0; i < plugin.length; i++) {
- // // 通过行号获取数据
- // DataArray.push(this.hot.getSourceDataAtRow(plugin[i]));
- // }
- },
- //上传文件弹窗触发事件
- fileChange(keys) {
- this.setDataToMain(keys[0], this.messKey.split(".")[1], this.row)
- // tools.setItem(this.deviceType.code, this.tableData)
- },
- //上传图片弹窗触发事件
- imgChange(keys) {
- this.setDataToMain(keys[0], this.messKey.split(".")[1], this.row)
- // tools.setItem(this.deviceType.code, this.tableData)
- },
- //设备图片弹窗改变事件
- changePics(keys) {
- this.setDataToMain(keys, this.messKey.split(".")[1], this.row)
- // tools.setItem(this.deviceType.code, this.tableData)
- },
- //判断是否有值,有值赋值
- setDataToMain(data, key, row) {
- if (!!data && data != '--') {
- if (!!this.tableData[row].infos) {
- //falg确定每个的是否有值
- let falg = false
- if (!this.tableData[row].infos[key]) {
- falg = true
- }
- //铭牌照片特殊处理
- if (key == 'Nameplate') {
- this.tableData[row].infos[key] = {
- "systemId": "dataPlatform",
- "name": "铭牌照片",
- "type": "image",
- "key": data
- }
- } else {
- this.tableData[row].infos[key] = data
- }
- if (falg) {
- this.updateBusiness([this.tableData[row]], [[0, "infos." + key, null, data]])
- }
- } else {
- this.tableData[row].infos = {}
- if (key == 'Nameplate') {
- this.tableData[row].infos[key] = {
- "systemId": "dataPlatform",
- "name": "铭牌照片",
- "type": "image",
- "key": data
- }
- } else {
- this.tableData[row].infos[key] = data
- }
- }
- } else {
- this.tableData[row].infos[key] = ''
- }
- }
- },
- watch: {
- projectId() {
- this.tableData = []
- this.mess.deviceId = null
- this.page.total = 0
- },
- showTypes: {
- handler(newName, oldName) {
- if (newName && newName[0] && newName[0].value) {
- this.showType = newName[0].value
- } else {
- this.showType = ""
- }
- },
- immediate: true,
- deep: true
- }
- }
- };
- </script>
- <style lang="less">
- .hanson-bar {
- height: 40px;
- padding: 5px 0;
- font-size: 14px;
- overflow: hidden;
- margin-top: 0;
- line-height: 40px;
- .iconfont {
- font-size: 12px;
- }
- }
- </style>
|