1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531 |
- <template>
- <div style="height: calc(100% - 44.5px);padding: 0px 10px 10px;box-sizing: border-box;" v-loading="loading">
- <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">添加设备</el-button>
- <el-button size="small" @click="Batch" v-show="!onlyRead" :disabled="!(tableData && tableData.length)">批量维护信息点</el-button>
- <el-button size="small" style='width: 80px;' @click="reset">刷新</el-button>
- <el-button size="small" style='width: 80px;' v-show="!onlyRead" @click="undo">撤销</el-button>
- </div>
-
- <qrcode :dialog="myDialog" :qrcodeUrl="qrcodeUrl" :addBody="true" ref="qrcode"></qrcode>
-
- <bimDialog :dialog="myDialog" :bimcodeobj="bimcodeobj" @closeBIM='closeBIM' :addBody="true" ref="bimdialog"></bimDialog>
-
- <firm
- :mess="{deviceId: deviceType.assetType}"
- :firmDataType="firmDataType"
- ref="firm"
- @changeFirm="firmChange"
- :dialog="myDialog"
- ></firm>
-
- <supply-dialog ref="supply" @change="supplyChange" :id="id" :dialog="myDialog"/>
-
- <supplier-dialog ref="supplier" :firmDataType="firmDataType" @changeSupplier="supplierChange" :dialog="myDialog"/>
- <guarantee-dialog :id="id" ref="guarantee" @change="guaranteeChange" :dialog="myDialog"/>
-
- <upload-files-dialog
- :read="onlyRead ? true : false"
- ref="upload"
- @changeFile="fileChange"
- :keysArr="filesArr"
- :firmDataType="firmDataType"
- :information="information"
- :infoType="infoType"
- :dialog="myDialog"
- />
-
- <upload-img-dialog
- :read="onlyRead ? true : false"
- @changeFile="imgChange"
- :keysArr="imgsArr"
- :dialog="myDialog"
- :firmDataType="firmDataType"
- :information="information"
- :infoType="infoType"
- />
-
- <maintainer-dialog
- @changeMaintainer="changeMaintainer"
- :firmDataType="firmDataType"
- ref="maintainer"
- :dialog="myDialog"
- />
- <insurer-dialog @changeInsurer="changeInsurer" :firmDataType="firmDataType" ref="insurer" :dialog="myDialog"/>
- <pic-dialog
- :read="onlyRead ? true : false"
- :dialog="myDialog"
- :keysArr="picsArr"
- @change="changePics"
- :firmDataType="firmDataType"
- :information="information"
- :infoType="infoType"
- />
- <div class=" middle_sty" style="height: 91%; text-align:center"
- 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" id="handsontable" ref="handsontable"></div>
- <div v-show="mess.deviceId && tableData && tableData.length" class="right">
- <my-pagination @change="getTableData" :page="page" :key="pageKey"></my-pagination>
- </div>
- <details-dialog :iframeSrc="iframeSrc" v-if="myDialog.details" :dialog="myDialog"></details-dialog>
-
- <system-type :device="mess" :curDevice="curDevice" :dialog="myDialog" :type="onlyRead?'read':'edit'"
- @change="changeSystemType"
- :list="systemList"></system-type>
-
- <change-rea @changeProperty="changeProperty" :dialog="myDialog" :category="deviceType"></change-rea>
- <look-pic :dialog="myDialog" :keysArr="picsArr"></look-pic>
-
- <el-dialog title="临时维护信息点" :visible.sync="myDialog.update" @close="handleCloseUpdate" width="670px">
- <el-row>
- 该信息点未定义对应组件,现在维护数据不确定后续是否可用。如确实需要维护,请点击
- <el-link @click="updateInputShow = true" type="primary" :underline="false">继续维护</el-link>
- 。
- </el-row>
- <el-row style="margin-top:20px;" v-show="updateInputShow">
- <el-input type="textarea" :autosize="{ minRows: 4, maxRows: 8}" placeholder="请输入内容"
- v-model="updateInput"></el-input>
- </el-row>
- <span slot="footer" class="dialog-footer">
- <el-button @click="myDialog.update = false">取 消</el-button>
- <el-button type="primary" @click="handleClickUpdate">确 认</el-button>
- </span>
- </el-dialog>
-
- <el-dialog title="确定新增设备的类型" :visible.sync="myDialog.addDevice" width="670px">
- <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>
-
- <batchDialog
- ref="batchDialogs"
- @code="fourVendors"
- :firmName="firmName"
- :allObject="allObject"
- :page="batchPage"
- :information="information"
- :newEnclosure="newEnclosure"
- @getAllData="getAllData"
- @multiples="multiples"
- @upDataDevice="upDataDevice"
- />
- </div>
- </template>
- <script>
- import {
- BeatchQueryParam,
- deleteEquip,
- getDataDictionary,
- getEquipBelongs,
- getEquipTableCon,
- queryEquip,
- queryUpdate,
- updateEquip
- } from "@/api/scan/request";
- import tools from "@/utils/scan/tools"
- import handsonUtils from "@/utils/hasontableUtils"
- import showTools from "@/utils/handsontable/notShow"
- import text from "@/utils/handsontable/mainText"
- import myCascader from "@/components/ledger/lib/cascader"
- import buildFloor from '@/utils/handsontable/buildFloorData'
- import qrcode from "@/components/ledger/lib/qrcode"
- import bimDialog from '@/components/ledger/lib/bimDialog'
- import firm from "@/components/dialogs/list/firm"
- import supplyDialog from "@/components/dialogs/list/supplyDialog"
- import supplierDialog from "@/components/dialogs/list/supplierDialog"
- import maintainerDialog from "@/components/dialogs/list/maintainerDialog"
- import insurerDialog from "@/components/dialogs/list/insurerDialog"
- import guaranteeDialog from "@/components/dialogs/list/guaranteeDialog"
- import uploadFilesDialog from "@/components/dialogs/list/filesDialog"
- import uploadImgDialog from "@/components/dialogs/list/uploadImgDialog"
- import picDialog from "@/components/dialogs/list/picDialog"
- import batchDialog from "../../dialogs/list/batchDialog";
- import systemType from "@/components/dialogs/list/systemType"
- import myPagination from "@/components/ledger/lib/myPagination"
- import detailsDialog from "@/components/ledger/lib/detailsDia"
- import changeRea from "@/components/dialogs/changeRea"
- import {mapGetters} from "vuex"
-
- import lookPic from "@/components/ledger/lib/lookImages"
- import Handsontable from "handsontable-pro"
- import 'handsontable-pro/dist/handsontable.full.css'
- import lStorage from '@/utils/localStorage'
-
-
-
- export default {
- props: ["myParam"],
- components: {
- qrcode,
- firm,
- supplyDialog,
- supplierDialog,
- guaranteeDialog,
- uploadFilesDialog,
- maintainerDialog,
- insurerDialog,
- uploadImgDialog,
- picDialog,
- myPagination,
- systemType,
- detailsDialog,
- changeRea,
- lookPic,
- myCascader,
- batchDialog,
- bimDialog
- },
- created() {
- buildFloor.getData(this.buildFloorData)
- },
- 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: '只看采集信息'}]
- },
-
-
-
-
- batchDialogShow() {
- return this.$refs.batchDialogs.batchDialog
- }
- },
- data() {
- return {
- options: [{
- value: true,
- label: '只读模式'
- }, {
- value: false,
- label: '编辑模式'
- }],
- buildFloorData: [],
- tableData: [],
- mess: {},
- tableHeader: null,
- page: {
- size: 50,
- sizes: [10, 30, 50, 100, 150, 200],
- total: 0,
- currentPage: 1
- },
- pageKey: new Date().getTime(),
- batchPage: {
- size: 100,
- sizes: [100, 200,500,1000],
- total: 0,
- currentPage: 1
- },
- myDialog: {
- qrcode: false,
- bimcode:false,
- firm: false,
- supply: false,
- supplier: false,
- guarantee: false,
- maintainer: false,
- insurer: false,
- uploadFiles: false,
- uploadImgs: false,
- pic: false,
- addDevice: false,
- systemType: false,
- details: false,
- changeRea: false,
- lookPic: false,
- update: false,
- },
- row: null,
- filesArr: [],
- messKey: null,
- imgsArr: [],
- picsArr: [],
- systemList: [],
- copyMain: null,
- iframeSrc: "",
- id: 0,
- onlyRead: true,
- showType: 'Visible',
- linkNameFalg: true,
- qrcodeUrl: "",
- bimcodeobj:"",
- loading: false,
- deviceType: {},
- floorData: [],
- curDevice: '',
- addData: {},
- showParts: false,
- inputMap: {
- flowBuild: {
- InputMode: 'D1',
- Editable:true,
- InfoPointCode:"flowBuild",
- InfoPointName:"建筑楼层",
- Path:"flowBuild"
- }
- },
- updateInputShow: false,
- updateInfoPoint: '',
- updateInput: '',
- firmName: '',
- firmDataType: 'row',
- allObject: [],
- information: {
- archive: {
- Archive: [],
- name: '设备文档',
- code: 'LedgerParam.PhotoDoc.Archive',
- num: 14
- },
- checkReport: {
- CheckReport: [],
- name: '安装质检报告',
- code: 'LedgerParam.Siteinstall.CheckReport',
- num: 18
- },
- drawing: {
- Drawing: [],
- name: '设备图纸',
- code: 'LedgerParam.PhotoDoc.Drawing',
- num: 13
- },
- installDrawing: {
- InstallDrawing: [],
- name: '安装图纸',
- code: 'LedgerParam.Siteinstall.InstallDrawing',
- num: 16
- },
- installPic: {
- InstallPic: [],
- name: '安装照片',
- code: 'LedgerParam.Siteinstall.InstallPic',
- num: 17
- },
- insuranceFile: {
- InsuranceFile: [],
- name: '保险文件',
- code: 'LedgerParam.InsuranceDoc.InsuranceFile',
- num: 11
- },
- nameplate: {
- Nameplate: [],
- name: '设备铭牌照片',
- code: 'LedgerParam.PhotoDoc.Nameplate',
- num: 12
- },
- pic: {
- Pic: [],
- name: '设备照片',
- code: 'LedgerParam.PhotoDoc.Pic',
- num: 15
- }
- },
- infoType: '',
- newEnclosure:[]
- };
- },
- methods: {
-
- getHeaderData(code) {
- let tempParams = this.$route.params;
- if (!tempParams.used && tempParams.pageSize) {
- this.page.currentPage = tempParams.pageNo;
- this.page.size = tempParams.pageSize;
- this.onlyRead = tempParams.readOnly;
- tempParams.used = true;
- } else {
- this.page.currentPage = 1
- }
- this.pageKey = new Date().getTime();
- this.mess = code
- this.changeCader()
- if (this.mess.deviceId) {
- let params = {
- data: {
- Orders: "sort asc, InfoPointName desc",
- PageNumber: 1,
- PageSize: 1000
- },
- type: this.mess.deviceId
- };
- getDataDictionary(params, res => {
- this.tableHeader = res.Content;
- console.log(this.tableHeader)
- this.tableHeader.forEach(item => {
- if (item.Path) {
- this.inputMap[item.Path] = item
- }
- })
- this.getTableData()
- this.getAllData()
-
- this.newEnclosure = res.Content.filter(i=>i.InputMode =='F2')
- });
- }
- },
-
- closeBIM(){
- this.myDialog.bimcode = false
-
- },
-
- getTableData() {
- this.loading = true
-
- if (!!this.mess.deviceId) {
- let param = {
- PageSize: this.page.size,
- Orders: "createTime desc,EquipID desc,EquipLocalID desc,EquipLocalName 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}'`
- }
- if (this.mess.floorId == "noKnow") {
- param.Filters += `;floorId isNull`
- } else if (this.mess.floorId && this.mess.floorId != "all") {
- param.Filters += `;floorId='${this.mess.floorId}'`
- }
- getEquipTableCon(param, res => {
- this.loading = false;
- this.showParts = res.Message == "1"?true:false;
- this.tableData = res.Content.map((item) => {
- if (item.hasOwnProperty("BuildingId") && item.hasOwnProperty("FloorId")) {
- item.flowBuild = item.BuildingId + "-" + item.FloorId
- } else if (item.hasOwnProperty("BuildingId") && !item.hasOwnProperty("FloorId")) {
- item.flowBuild = item.BuildingId
- }
- return item
- });
- this.copyMain = tools.deepCopy(this.tableData);
- this.page.total = res.Total;
- if (this.tableData && this.tableData.length) {
- if (this.onlyRead) {
- this.getBatch(this.tableData)
- }
- this.initTable();
- }
- })
- }
- },
-
- getAllData() {
- if (!!this.mess.deviceId) {
-
- let params = {
- "Cascade": [
- {
- "Name": "property",
- "Projection": [
- "Family", "EquipLocalName", "EquipLocalID", "EquipID", "CodeType"
- ]
- },
- {
- "Name": "building",
- "Projection": [
- "BuildLocalName", "BuildName", "BuildID"
- ]
- },
- {
- "Name": "floor",
- "Projection": [
- "FloorLocalName", "FloorName", "FloorID"
- ]
- }
- ],
- Filters: `category='${this.mess.deviceId}'`,
- PageSize: this.batchPage.size,
- Orders: "createTime desc, EquipID desc",
- PageNumber: this.batchPage.currentPage,
- "Projection": [
- "BuildingId", "FloorId", "Category", "EquipLocalName", "EquipLocalID", "EquipID", "BIMID"
- ]
- };
- if (this.mess.buildId == "noKnow") {
- params.Filters += `;buildingId isNull`
- } else if (this.mess.buildId && this.mess.buildId != "all") {
- params.Filters += `;buildingId='${this.mess.buildId}'`
- }
- if (this.mess.floorId == "noKnow") {
- params.Filters += `;floorId isNull`
- } else if (this.mess.floorId && this.mess.floorId != "all") {
- params.Filters += `;floorId='${this.mess.floorId}'`
- }
- queryEquip(params, res => {
- this.allObject = res.Content
- this.batchPage.total = res.Total
- })
- }
- },
-
- getBatch(data) {
- let param = {
- secret: this.secret,
- ProjId: this.projectId,
- data: {
- criterias: []
- }
- }
-
- 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.EquipID,
- 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.EquipID == 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.value ? "表号功能号格式错误" : "表号功能号不存在" : "暂未采集到实时数据"
- );
- }
- });
- }
- }
- })
- return item
- })
- this.hot.loadData(this.tableData)
- })
- }
- },
-
- changeAssetsFalg() {
- if (this.linkNameFalg) {
- this.linkNameFalg = false
- } else {
- this.$confirm('<p>真的要在这里修改设备关联的资产么?</p><p>真的能通过列表信息找到想关联的资产么?</p><p>在这里修改关联的资产一定是因为之前关联错了要修改么?</p>', '提示', {
- dangerouslyUseHTMLString: true,
- confirmButtonText: '没错!我要改关联的资产',
- cancelButtonText: '我就点开看看',
- confirmButtonClass: 'cancelButtonClass',
- cancelButtonClass: 'cancelButtonClass'
- }).then(_ => {
- this.linkNameFalg = true
- }).catch(_ => {
- this.$message("取消")
- })
- }
- },
-
- undo() {
- this.hot.undo();
- },
-
- reset() {
- this.getTableData();
- },
-
- addDevice() {
- this.myDialog.addDevice = true
- if (this.mess.deviceId) {
- this.$nextTick(() => {
- this.$refs.cascader.setValue(this.mess.deviceId)
- })
- }
- },
-
- toAddDevice() {
- if (this.addData.deviceId) {
- this.$router.push({
- path: "/ledger/deviceadd",
- query: this.addData
- });
- }
- },
-
- changeAddType(val) {
- this.addData.deviceId = val.code;
- this.addData.name = val.facility;
- this.addData.showType = this.showType;
- },
-
- download() {
- if (!this.onlyRead) {
- if (!!this.hot) {
- let fileName = this.mess.name + "-页数:" + this.page.currentPage + "-个数:" + this.tableData.length + "-总个数:" + this.page.total
- this.hot.getPlugin('exportFile').downloadFile("csv", {
- filename: fileName,
- columnHeaders: true,
- exportHiddenRows: true,
- exportHiddenColumns: true,
- rowHeaders: true
- })
- } else {
- this.$message("请确定存在表格")
- }
- } else {
- this.$message("下载需在编辑状态下")
- }
- },
-
- formatHeaderData(list) {
- let arr = tools.copyArr(list)
- let data = showTools.headerTextFilter(arr, 'equipment', this.onlyRead, this.showType, true)
- if (this.showParts) {
- data.unshift("操作", "当前关联的资产", "所属系统实例", "包含的部件");
- } else {
- data.unshift("操作", "当前关联的资产", "所属系统实例");
- }
- if (this.showType == "all" && this.showParts) {
- data.splice(6, 0, "所属建筑楼层")
- } else if (this.showType == "all" && !this.showParts) {
- data.splice(5, 0, "所属建筑楼层")
- }
- return data;
- },
-
- formatHeaderType(list) {
- let arr = tools.copyArr(list)
- let data = showTools.headerTypeFilter(arr, 'equipment', this.onlyRead, this.showType, true)
- if (this.showParts) {
- data.unshift(
- {
- data: "caozuo",
- renderer: tools.lookDetails,
- readOnly: true
- },
- {
- data: "LinkEquipLocalName",
- readOnly: true,
- renderer: tools.LinkEquipLocalName
- }, {
- data: "LinkSystem",
- renderer: text.systemList,
- readOnly: true
- }, {
- data: "Count",
- readOnly: true,
- renderer: tools.lookDetails
- }
- );
- } else {
- data.unshift(
- {
- data: "caozuo",
- renderer: tools.lookDetails,
- readOnly: true
- },
- {
- data: "LinkEquipLocalName",
- readOnly: true,
- renderer: tools.LinkEquipLocalName
- }, {
- data: "LinkSystem",
- renderer: text.systemList,
- readOnly: true
- }
- );
- }
- if (this.showType == "all" && this.showParts) {
- data.splice(6, 0, {
- data: "flowBuild",
- renderer: tools.customDropdownRenderer,
- editor: "chosen",
- chosenOptions: {
- data: this.buildFloorData
- },
- readOnly: this.onlyRead
- })
- } else if (this.showType == "all" && !this.showParts) {
- data.splice(5, 0, {
- data: "flowBuild",
- renderer: tools.customDropdownRenderer,
- editor: "chosen",
- chosenOptions: {
- data: this.buildFloorData
- },
- readOnly: this.onlyRead
- })
- }
- return data;
- },
-
- 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: this.showParts?6:5,
- 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,
-
- autoColumnSize: true,
- language: "zh-CN",
- manualColumnResize: true,
- manualColumnMove: true,
- dropdownMenu: [
- "filter_by_condition",
- "filter_by_value",
- "filter_action_bar"
- ],
- contextMenu: this.onlyRead ? false : {
- 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}, el);
- } 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}, el);
- } else if (trimmedArr.length) {
- let infos = this.tableData[trimmedArr[rowArr.row]];
- this.getInfors(infos, {row: trimmedArr[rowArr.row], col: rowArr.col}, el);
- } else {
- let infos = this.tableData[rowArr.row];
- this.getInfors(infos, rowArr, el);
- }
- },
-
- handleUpdataTable(changeData, source) {
- if (!this.onlyRead && source != 'ObserveChanges.change') {
- 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]);
- }
-
- if (changeData.length == 1 && changeData[0][1].indexOf("/") > 0) {
- changeData[0][1] = changeData[0][1].split("/").join(".")
- }
-
- if (data && data.length) {
- this.updateBusiness(data, changeData);
- }
- }
- }
- },
-
- handleDeleteTableRow() {
- let params = tools.differenceArr(this.tableData, this.copyMain)
- let _this = this
- if (params.length < 1) {
- return
- }
- let param = []
- params.map(item => {
- this.deleteCode = item.Category
- param.push({EquipID: item.EquipID})
- })
- this.$confirm("此操作将删除设备,是否继续?", "提示", {
- confirmButtonText: '确定',
- cancelButtonText: '取消',
- type: 'warning'
- }).then(() => {
- this.removeDevice(param)
- }).catch(() => {
- this.reset()
- this.$message("取消删除")
- })
- },
-
- async removeDevice(param) {
- await deleteEquip(param, res => {
- this.$message.success("删除成功")
- this.$emit('close', {code: this.deleteCode})
-
- })
- },
-
- updateBusiness(data, change) {
- let param = {
- Content: [],
- Projection: []
- }, keyList = [];
-
- change.map(item => {
- let key = item[1].split(".")[0]
- if (key == "flowBuild" && keyList.indexOf(key) == -1) {
- keyList.push("BuildingId", "FloorId")
- param.Projection.push("BuildingId", "FloorId")
- }
- if (item[1] && keyList.indexOf(key) == -1 && item[1] != 'PropertyId') {
- keyList.push(key);
- }
- if (item[1] && item[3] == "" && param.Projection.indexOf(key) == -1 && item[1] != 'PropertyId') {
- param.Projection.push(key);
- }
- });
-
- data.map((item, index) => {
- keyList.map(value => {
- if (value == "BuildingId") {
- let itemData = tools.dataForKey(item, "flowBuild")
- if (itemData == "") {
- tools.setDataForKey(item, "BuildingId", null)
- tools.setDataForKey(item, "FloorId", null)
- } else {
- let BuildingId = itemData.split("-")[0]
- let FloorId = itemData.split("-")[1]
- if (BuildingId && FloorId) {
- tools.setDataForKey(item, "BuildingId", BuildingId)
- tools.setDataForKey(item, "FloorId", FloorId)
- } else if (BuildingId && !FloorId) {
- tools.setDataForKey(item, "BuildingId", BuildingId)
- tools.setDataForKey(item, "FloorId", null)
- }
- }
- } else {
- let itemData = tools.dataForKey(item, value)
- tools.setDataForKey(item, value, itemData == "" ? null : itemData)
- }
- });
- param.Content.push(item);
- });
- updateEquip(param, res => {
- });
- },
-
- changeCader() {
- if (this.mess.deviceId) {
- let param = {
- data: {
- Filters: `EquipCode='${this.mess.deviceId}'`,
- PageNumber: 1,
- PageSize: 50
- }
- }
- getEquipBelongs(param, res => {
- if (res.Content.length) {
- this.deviceType.assetType = res.Content[0].Family
- this.deviceType.assetName = res.Content[0].FamilyName
- }
- })
- }
- },
-
- fourVendors(code) {
- this.firmDataType = 'dialog'
- switch (code) {
-
- case 'DPManufacturerID':
-
- this.myDialog.firm = true;
- break;
-
- case 'DPSupplierID':
- this.myDialog.supplier = true;
- break;
-
- case 'DPMaintainerID':
- this.myDialog.maintainer = true;
- break;
-
- case 'DPInsurerID':
- this.myDialog.insurer = true;
- break;
- }
- },
- forValue(arr, val) {
- let enclosure = []
- arr && arr.length && arr.map(i => {
- if (i.Path == val) {
- enclosure = i.value
- }
- })
- return enclosure
- },
- multiples(val) {
- this.firmDataType = 'dialog'
- switch (val) {
- case 'LedgerParam.InsuranceDoc.InsuranceFile':
- this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val;
- this.myDialog.uploadFiles = true;
- break;
- case 'LedgerParam.PhotoDoc.Archive':
- this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val;
- this.myDialog.uploadFiles = true;
- break;
- case 'LedgerParam.Siteinstall.CheckReport':
- this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val;
- this.myDialog.uploadFiles = true;
- break;
- case 'LedgerParam.OperationMainte.MaintainManual':
- this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val;
- this.myDialog.uploadFiles = true;
- break;
- case 'LedgerParam.SupplyPurchase.ApproachingAcceptance':
- this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val;
- this.myDialog.uploadFiles = true;
- break;
- case 'LedgerParam.SupplyPurchase.AcceptanceReport':
- this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val;
- this.myDialog.uploadFiles = true;
- break;
- case 'LedgerParam.PhotoDoc.OperationManual':
- this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val;
- this.myDialog.uploadFiles = true;
- break;
- case 'LedgerParam.EquipManufactor.OriginalCertificate':
- this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val;
- this.myDialog.uploadFiles = true;
- break;
- case 'LedgerParam.EquipManufactor.TestReport':
- this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val;
- this.myDialog.uploadFiles = true;
- break;
- case 'LedgerParam.PhotoDoc.ProductCertification':
- this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val;
- this.myDialog.uploadFiles = true;
- break;
- case 'LedgerParam.Siteinstall.InstallInstruction':
- this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val;
- this.myDialog.uploadFiles = true;
- break;
- case 'LedgerParam.PhotoDoc.Drawing':
- this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val;
- this.myDialog.uploadFiles = true;
- break;
- case 'LedgerParam.Siteinstall.InstallDrawing':
- this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val;
- this.myDialog.uploadFiles = true;
- break;
- case 'LedgerParam.SupplyPurchase.SupplierContract':
- this.filesArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val;
- this.myDialog.uploadFiles = true;
- break;
- case 'LedgerParam.Siteinstall.InstallPic':
- this.imgsArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val
- this.myDialog.uploadImgs = true;
- break;
- case 'LedgerParam.PhotoDoc.Nameplate':
- this.imgsArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val
- this.myDialog.uploadImgs = true;
- break;
-
- case 'LedgerParam.PhotoDoc.Pic':
- this.picsArr = this.forValue(this.newEnclosure, val) ? this.forValue(this.newEnclosure, val) : [];
- this.infoType = val
- this.myDialog.pic = true;
- break;
- }
- },
- getInfors(infos, row, el) {
- let val = this.hot.colToProp(row.col);
- let inputData = this.inputMap[val];
- this.row = row.row;
- this.messKey = val;
- this.firmDataType = 'row'
- lStorage.set('screen_data', { path: this.$route.path, data: { equip: infos } })
- switch (val) {
-
- case 'caozuo':
-
-
- this.$router.push({
- path: "deviceDetails",
- query: {
- type: this.mess.deviceId,
- equipId: infos.EquipID,
- equipName: infos.EquipLocalName?infos.EquipLocalName:infos.EquipName?infos.EquipName:'',
- equipCode: infos.EquipLocalID?infos.EquipLocalID:'',
- data: this.tableData.map(item => {
- return {
- value: item.EquipID,
- label: item.EquipLocalName?item.EquipLocalName:item.EquipName?item.EquipName:''
- }
- })
- }
- })
- return false
-
- case 'EquipQRCode':
- this.qrcodeUrl = this.tableData[row.row].EquipQRCode;
- if (!!this.qrcodeUrl) {
- this.myDialog.qrcode = true;
- } else {
- this.$message("此设备没有设备二维码");
- }
- return false
-
- case 'BIMLocation':
- this.bimcodeobj = this.tableData[row.row];
- if (Object.keys(this.bimcodeobj).length>0) {
- this.myDialog.bimcode = true;
- } else {
- this.$message("此设备没有BIM模型中坐标");
- }
- return false
-
- case 'LinkSystem':
- this.curDevice = infos.EquipID;
- this.systemList = this.tableData[row.row].LinkSystem || [];
- this.myDialog.systemType = true;
- return false
-
- case 'LinkEquipLocalName':
- if (!this.onlyRead) {
- this.myDialog.changeRea = true;
- }
- return false
-
- case 'DPManufacturerID':
- if (!this.onlyRead) {
- this.myDialog.firm = true;
- }
- return false
-
- case 'DPSupplierID':
- if (!this.onlyRead) {
- this.myDialog.supplier = true;
- }
- return false
-
- case 'DPMaintainerID':
- if (!this.onlyRead) {
- this.myDialog.maintainer = true;
- }
- return false
-
- case 'DPInsurerID':
- if (!this.onlyRead) {
- this.myDialog.insurer = true;
- }
- return false
-
- case 'LedgerParam.SupplyPurchase.SupplierContractID':
- if (!this.onlyRead) {
- let ContractIDflag = null;
- let DPSdata = this.tableData[row.row].DPSupplierID;
- if (DPSdata) {
- ContractIDflag = DPSdata.split("-")[0];
- }
- if (!!ContractIDflag) {
- this.id = ContractIDflag;
- this.myDialog.supply = true;
- } else {
- this.$message("请先选择供应商");
- }
- }
- return false
-
- case 'LedgerParam.InsuranceDoc.InsuranceNum':
- if (!this.onlyRead) {
- let DPInsurerIDflag = null;
- let DPIdata = this.tableData[row.row].DPInsurerID;
- if (DPIdata) {
- DPInsurerIDflag = DPIdata.split("-")[0];
- }
- if (!!DPInsurerIDflag) {
- this.id = DPInsurerIDflag;
- this.myDialog.guarantee = true;
- } else {
- this.$message("请先选择保险商");
- }
- }
- return false
-
- case 'LedgerParam.InsuranceDoc.InsuranceFile':
- case 'LedgerParam.PhotoDoc.Archive':
- case 'LedgerParam.Siteinstall.CheckReport':
- case 'LedgerParam.OperationMainte.MaintainManual':
- case 'LedgerParam.SupplyPurchase.ApproachingAcceptance':
- case 'LedgerParam.SupplyPurchase.AcceptanceReport':
- case 'LedgerParam.PhotoDoc.OperationManual':
- case 'LedgerParam.EquipManufactor.OriginalCertificate':
- case 'LedgerParam.EquipManufactor.TestReport':
- case 'LedgerParam.PhotoDoc.ProductCertification':
- case 'LedgerParam.Siteinstall.InstallInstruction':
- case 'LedgerParam.SupplyPurchase.SupplierContract':
- case 'LedgerParam.PhotoDoc.Drawing':
- case 'LedgerParam.Siteinstall.InstallDrawing':
- let IPSdata = tools.dataForKey(this.tableData[row.row], val);
- this.filesArr = IPSdata ? IPSdata : [];
- if (!this.onlyRead || this.filesArr.length) {
- this.myDialog.uploadFiles = true;
- }
- return false
-
- case 'LedgerParam.Siteinstall.InstallPic':
- case 'LedgerParam.PhotoDoc.Nameplate':
- let SSPPdata = tools.dataForKey(this.tableData[row.row], val);
- this.imgsArr = SSPPdata ? SSPPdata : [];
- if (!this.onlyRead || this.imgsArr.length) {
- this.myDialog.uploadImgs = true;
- }
- return false
-
- case 'LedgerParam.PhotoDoc.Pic':
- let Pdata = tools.dataForKey(this.tableData[row.row], val);
- this.picsArr = Pdata ? Pdata : [];
- if (!this.onlyRead || this.picsArr.length) {
- this.myDialog.pic = true;
- }
- return false
-
- case 'Count':
- let countUrl = this.onlyRead ? '/ledger/parts' : '/ledger/partsmanage';
- this.$router.push({path: countUrl, query: {
- deviceId: infos.EquipID,
- typeId: this.mess.deviceId,
- pageNo: this.page.currentPage,
- pageSize: this.page.size
- }});
- return false
- default:
- break;
- }
- if (!this.onlyRead && !inputData.Editable) {
- this.$message("该信息点的值为自动生成,不可人工维护!");
- return false;
- }
- if (!this.onlyRead && showTools.InputModeArr.indexOf(inputData.InputMode) == '-1') {
- this.updateInfoPoint = val;
- this.updateInput = tools.dataForKey(this.tableData[row.row], val);
- this.myDialog.update = true;
- return false;
- }
- },
-
- handleCloseUpdate() {
- this.updateInputShow = false
- this.updateInfoPoint = ''
- this.updateInput = ''
- },
-
- handleClickUpdate() {
- tools.setDataForKey(this.tableData[this.row], this.updateInfoPoint, this.updateInput)
- this.handleUpdataTable([[this.row, this.updateInfoPoint, null, this.updateInput]], "edit")
- this.updateInputShow = false
- this.myDialog.update = false
- this.updateInput = ''
- },
-
- 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 || [];
- },
-
- array_diff(a, b) {
- for (var i = 0; i < b.length; i++) {
- for (var j = 0; j < a.length; j++) {
- if (a[j] == b[i]) {
- a.splice(j, 1);
- j = j - 1;
- }
- }
- }
- return a;
- },
-
- supplierChange(data, type) {
- if (type === 'dialog') {
- let firm = {...data, num: 8}
- this.firmName = firm
- } else {
- tools.setDataForKey(this.tableData[this.row], "DPSupplierID", data.venderId)
- tools.setDataForKey(this.tableData[this.row], "LedgerParam.SupplyPurchase.Supplier", data.name)
- this.handleUpdataTable(
- [
- [this.row, "DPSupplierID", null, data.venderId],
- [this.row, "LedgerParam.SupplyPurchase.Supplier", null, data.name]
- ],
- "edit"
- )
-
- }
- },
-
- supplyChange(data) {
- tools.setDataForKey(this.tableData[this.row], "LedgerParam.SupplyPurchase.SupplierContractID", {id: data})
- },
-
- guaranteeChange(data) {
- for (let key in data) {
- this.utilToKey(key, "insuranceNo", data, "InsuranceNum")
- if (key == "contractFile") {
- if (!!data[key]) {
- data[key] = [data[key]]
- }
- }
- this.utilToKey(key, "contractFile", data, "InsuranceFile")
- }
- },
-
- firmChange(data, type) {
- if (type === 'dialog') {
- let venderName = data.venderName ? data.venderName : '空'
- let brandName = data.brandName ? data.brandName : '空'
- let name = data.name ? data.name : '空'
- let firm = {
- ...data,
- num: 2,
- Specification: data.name,
- name: `${venderName}/${brandName}/${name}`
- }
- this.firmName = firm
- } else {
- tools.setDataForKey(this.tableData[this.row], "DPManufacturerID", data.venderId)
- tools.setDataForKey(this.tableData[this.row], "DPBrandID", data.brandId)
- tools.setDataForKey(this.tableData[this.row], "DPSpecificationID", data.specificationId)
- tools.setDataForKey(this.tableData[this.row], "LedgerParam.EquipManufactor.Manufacturer", data.venderName)
- tools.setDataForKey(this.tableData[this.row], "LedgerParam.EquipManufactor.Brand", data.brandName)
- tools.setDataForKey(this.tableData[this.row], "LedgerParam.EquipManufactor.Specification", data.name)
- this.handleUpdataTable(
- [
- [this.row, "DPManufacturerID", null, data.venderId],
- [this.row, "DPBrandID", null, data.brandId],
- [this.row, "DPSpecificationID", null, data.specificationId],
- [this.row, "LedgerParam.EquipManufactor.Manufacturer", null, data.venderName],
- [this.row, "LedgerParam.EquipManufactor.Brand", null, data.brandName],
- [this.row, "LedgerParam.EquipManufactor.Specification", null, data.name]
- ],
- "edit"
- )
-
-
- }
- },
-
- changeInsurer(data, type) {
- if (type === 'dialog') {
- let firm = {...data, num: 42}
- this.firmName = firm
- } else {
- tools.setDataForKey(this.tableData[this.row], "DPInsurerID", data.venderId)
- tools.setDataForKey(this.tableData[this.row], "LedgerParam.InsuranceDoc.Insurer", data.name)
- this.handleUpdataTable(
- [
- [this.row, "DPInsurerID", null, data.venderId],
- [this.row, "LedgerParam.InsuranceDoc.Insurer", null, data.name]
- ],
- "edit"
- )
-
- }
- },
-
- changeMaintainer(data, type) {
- if (type === 'dialog') {
- let firm = {...data, num: 35}
- this.firmName = firm
- } else {
- tools.setDataForKey(this.tableData[this.row], "DPMaintainerID", data.venderId)
- tools.setDataForKey(this.tableData[this.row], "LedgerParam.OperationMainte.Maintainer", data.name)
- this.handleUpdataTable(
- [
- [this.row, "DPMaintainerID", null, data.venderId],
- [this.row, "LedgerParam.OperationMainte.Maintainer", null, data.name]
- ],
- "edit"
- )
-
- }
- },
-
- changeProperty(val) {
- this.setDataToMain(val.PropertyId, 'PropertyId', this.row);
- this.setDataToMain(val.LinkEquipLocalName, 'LinkEquipLocalName', this.row);
- },
-
- fileChange(keys, type, file) {
- if (type === 'dialog') {
-
- this.newEnclosure.forEach(i => {
- if (i.Path == keys) {
- this.$set(i, 'value', file)
- }
- return i
- })
- } else {
- this.setDataToMain(keys, this.messKey, this.row);
- }
- },
-
- imgChange(keys, type, file) {
- if (type === 'dialog') {
-
- this.newEnclosure.forEach(i => {
- if (i.Path == keys) {
- this.$set(i, 'value', file)
- }
- return i
- })
- } else {
- this.setDataToMain(keys, this.messKey, this.row);
- }
- },
-
- changeSystemType(data) {
- tools.setDataForKey(this.tableData[this.row], "LinkSystem", data)
- },
-
- changePics(keys, type,file) {
- if (type === 'dialog') {
-
- this.newEnclosure.forEach(i => {
- if (i.Path == keys) {
- this.$set(i, 'value', file)
- }
- return i
- })
- } else {
- this.setDataToMain(keys, this.messKey, this.row);
- }
- },
- utilToKey(key, name, data, messName) {
- if (key == name) {
- this.setDataToMain(data[key], messName, this.row)
- }
- },
-
- setDataToMain(data, key, row) {
- if (!!data && data != '--') {
- if (!!this.tableData[row]) {
- tools.setDataForKey(this.tableData[row], key, data);
- this.handleUpdataTable([[row, key, null, data]], "edit");
- } else {
- this.tableData[row] = {};
- tools.setDataForKey(this.tableData[row], key, data);
- }
- } else {
- tools.setDataForKey(this.tableData[row], key, "");
- }
- },
-
- Batch() {
- this.firmDataType = 'dialog'
- this.$refs.batchDialogs.batchDialog = true
- },
- upDataDevice(type, data1, data2) {
- let param = {Content: data1}
- let param1 = {Content: data2}
- if (type === 1) {
-
- let filterParam = this.filterCheck(param, 'sole')
- let filterParam1 = this.filterCheck(param1, 'multiple')
- if (filterParam) {
- updateEquip(param, res => {
- });
- }
- if (filterParam1) {
- setTimeout(() => {
- queryUpdate(param1, res => {
- })
- })
- }
- }
- if (type === 2) {
- let filterParams = this.filterCheck(param, 'sole')
- if (filterParams) {
- updateEquip(param, res => {
- });
- }
- }
- setTimeout(() => {
- this.getTableData()
- this.getAllData()
- }, 10)
- },
- filterCheck(arr, type) {
- if (type === 'sole') {
- for (let i of arr.Content) {
- return Object.keys(i.LedgerParam).length
- }
- } else if (type === 'multiple') {
- let nArr = [];
- arr.Content.forEach(i => {
- let {EquipID, ...value} = i
- nArr.push({LedgerParam: value})
- })
- for (let j of nArr) {
- return Object.keys(j.LedgerParam).length
- }
- }
- }
- },
- watch: {
- projectId() {
- this.buildFloorData = []
- buildFloor.getData(this.buildFloorData)
- 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;
- }
- }
- .cancelButtonClass {
- width: 180px;
- }
- </style>
|