system.vue 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071
  1. <template>
  2. <div style="height: 94%;">
  3. <div class="hanson-bar">
  4. <span>当前筛选条件下共{{page.total || '--'}}系统</span>
  5. <div style="float:right;overflow:hidden;">
  6. <el-button size="small" style="width: 80px" @click="addDevice" icon="iconfont icon-tianjia">添加系统</el-button>
  7. <el-button size="small" style="width: 80px" @click="reset" icon="iconfont icon-shuaxin">刷新</el-button>
  8. <el-button size="small" style="width: 80px" @click="undo" icon="iconfont icon-undo">撤销</el-button>
  9. </div>
  10. <div style="width:200px;color:gray;float:right;font-size:10px;">
  11. <span v-if="!onlyRead">隐藏自动填充的信息点:</span>
  12. <el-tooltip v-if="!onlyRead" :content="'' + (isWatch ? '隐藏' : '不隐藏')" placement="top">
  13. <el-switch
  14. @change="changeWatch"
  15. v-model="isWatch"
  16. active-color="#13ce66"
  17. inactive-color="gray"
  18. ></el-switch>
  19. </el-tooltip>
  20. <span v-if="onlyRead">只看要采集的信息</span>
  21. <el-tooltip v-if="onlyRead" :content="'' + (allMess ? '部分' : '全集')" placement="top">
  22. <el-switch
  23. @change="changeWatch"
  24. v-model="allMess"
  25. active-color="#13ce66"
  26. inactive-color="gray"
  27. ></el-switch>
  28. </el-tooltip>
  29. </div>
  30. <div
  31. style="width:90px;cursor: pointer;color:gray;float:right; font-size:12px;"
  32. >
  33. <p v-if="onlyRead" @click="changeRead">
  34. <i class="iconfont icon-yulan"></i>
  35. <span>只读模式</span>
  36. </p>
  37. <p v-else @click="changeRead">
  38. <i class="iconfont icon-yulan"></i>
  39. <span>编辑模式</span>
  40. </p>
  41. </div>
  42. </div>
  43. <qrcode :dialog="dialog" :addBody="true" ref="qrcode"></qrcode>
  44. <firm ref="firm" :dialog="dialog"></firm>
  45. <supply-dialog ref="supply" :dialog="dialog"></supply-dialog>
  46. <supplier-dialog ref="supplier" @changeSupplier="supplierChange" :dialog="dialog"></supplier-dialog>
  47. <guarantee-dialog ref="guarantee" :dialog="dialog"></guarantee-dialog>
  48. <upload-files-dialog ref="upload" @changeFile="fileChange" :keysArr="filesArr" :dialog="dialog"></upload-files-dialog>
  49. <upload-img-dialog @changeFile="imgChange" :keysArr="imgsArr" :dialog="dialog"></upload-img-dialog>
  50. <maintainer-dialog @changeMaintainer="changeMaintainer" ref="maintainer" :dialog="dialog"></maintainer-dialog>
  51. <insurer-dialog @changeInsurer="changeInsurer" ref="insurer" :dialog="dialog"></insurer-dialog>
  52. <pic-dialog :dialog="dialog" :keysArr="picsArr" @change="changePics"></pic-dialog>
  53. <!-- <div
  54. v-show="!main || !main.length"
  55. style="width:100%;text-align:center;font-size:30px;color:gray;"
  56. >请选择系统类型</div> -->
  57. <!-- <div
  58. v-show="!mess.deviceId && (!main || !main.length)"
  59. style="width:100%;text-align:center;font-size:30px;color:gray;"
  60. >请选择系统类型</div> -->
  61. <div class="center middle_sty" style="height: 91%" v-show="!mess.deviceId && (!main || !main.length)">
  62. <p>
  63. <i class="iconwushuju iconfont"></i>
  64. 请选择系统类型
  65. </p>
  66. </div>
  67. <div class="center middle_sty" style="height: 91%" v-show="mess.deviceId && (!main || !main.length)">
  68. <p>
  69. <i class="iconwushuju iconfont"></i>
  70. 暂无数据
  71. </p>
  72. </div>
  73. <div v-show="mess.deviceId && main && main.length" v-loading="loading" id="handsontable" ref="handsontable"></div>
  74. <div v-show="mess.deviceId && main && main.length" class="right">
  75. <my-pagination @change="getMain" :page="page"></my-pagination>
  76. </div>
  77. <dialog-assets
  78. :assetType="[this.mess.deviceId]"
  79. @close="getClose"
  80. v-if="dialog.addDevice"
  81. ref="assets"
  82. :dialog="dialog"
  83. ></dialog-assets>
  84. <details-dialog :iframeSrc="iframeSrc" v-if="dialog.details" :dialog="dialog"></details-dialog>
  85. <system-relevance @close="reset" :id="systemId" :dialog="dialog"></system-relevance>
  86. </div>
  87. </template>
  88. <script>
  89. import { getTableHeader, getBillSystemList, updateBusiness, BeatchQueryParam, delBatchList } from "@/api/scan/request";
  90. import tools from "@/utils/scan/tools";
  91. import handsonUtils from "@/utils/scan/hasontableUtils"
  92. import showTools from "@/utils/handsontable/notShow"
  93. import qrcode from "@/components/business_space/lib/qrcode";
  94. import firm from "@/components/business_space/dialogs/list/firm";
  95. import supplyDialog from "@/components/business_space/dialogs/list/supplyDialog";
  96. import supplierDialog from "@/components/business_space/dialogs/list/supplierDialog";
  97. import maintainerDialog from "@/components/business_space/dialogs/list/maintainerDialog";
  98. import insurerDialog from "@/components/business_space/dialogs/list/insurerDialog";
  99. import guaranteeDialog from "@/components/business_space/dialogs/list/guaranteeDialog";
  100. import uploadFilesDialog from "@/components/business_space/dialogs/list/filesDialog";
  101. import uploadImgDialog from "@/components/business_space/dialogs/list/uploadImgDialog";
  102. import picDialog from "@/components/business_space/dialogs/list/picDialog"
  103. import myPagination from "@/components/common/myPagination";
  104. import dialogAssets from "@/components/ledger/addDialog/dialogSystem";
  105. import detailsDialog from "@/components/business_space/lib/detailsDia"
  106. import systemRelevance from "@/components/ledger/tableTransfers"
  107. import Handsontable from "handsontable-pro"
  108. import 'handsontable-pro/dist/handsontable.full.css'
  109. import zhCN from 'handsontable-pro/languages/zh-CN';
  110. import {
  111. mapGetters,
  112. mapActions
  113. } from "vuex";
  114. //下拉插件
  115. // import "@/assets/js/chosen.jquery.min";
  116. // import "@/assets/js/handsontable-chosen-editor";
  117. export default {
  118. components: {
  119. qrcode, //二维码页面
  120. firm, //
  121. supplyDialog,
  122. supplierDialog,
  123. guaranteeDialog,
  124. uploadFilesDialog,
  125. maintainerDialog,
  126. insurerDialog,
  127. uploadImgDialog,
  128. picDialog,
  129. myPagination,
  130. dialogAssets,
  131. detailsDialog,
  132. systemRelevance
  133. },
  134. computed: {
  135. ...mapGetters("layout", [
  136. "projectId",
  137. "secret",
  138. "userId"
  139. ])
  140. },
  141. data() {
  142. return {
  143. main: [],
  144. mess: {},
  145. headers: null,
  146. page: {
  147. size: 50,
  148. sizes: [10, 30, 50, 100, 150, 200],
  149. total: 0,
  150. currentPage: 1
  151. },
  152. dialog: {
  153. qrcode: false, //二维码弹窗
  154. firm: false, //厂商弹窗
  155. supply: false, //选择供应合同
  156. supplier: false, //供应商选择
  157. guarantee: false, //选择保单
  158. maintainer: false, //选择维修商
  159. insurer: false, //选择保险公司
  160. uploadFiles: false,//上传文件
  161. uploadImgs: false,//上传单个图片
  162. pic: false, //多个图片
  163. addDevice: false,
  164. details: false,//详情页
  165. relevance: false,//关联设备
  166. },
  167. row: null,//被修改的row
  168. filesArr: [],//保存临时的文件key
  169. messKey: null,
  170. imgsArr: [],//临时保存的图片key数组
  171. picsArr: [],//临时设备图片keys数组
  172. noShowList: ["SysID", "SysName"],
  173. copyMain: null,
  174. iframeSrc: "",
  175. systemId: "",
  176. onlyRead: true,
  177. allMess: true,
  178. linkNameFalg: false,
  179. qrcodeUrl: "",//二维码图片地址
  180. isWatch: true,
  181. loading: false,
  182. };
  183. },
  184. created() {
  185. },
  186. mounted() { },
  187. methods: {
  188. //触发父组件change
  189. getClose(val) {
  190. this.$emit("close", val)
  191. },
  192. //获取表头
  193. getHeaderData(code) {
  194. this.mess = code
  195. if(this.mess.deviceId) {
  196. getTableHeader({
  197. code: this.mess.deviceId,
  198. ProjId: this.projectId
  199. }).then(res => {
  200. this.headers = res.data.Content;
  201. this.getMain()
  202. });
  203. }
  204. },
  205. changeRead() {
  206. this.onlyRead = !this.onlyRead
  207. this.getMain()
  208. },
  209. changeWatch() {
  210. this.reset()
  211. },
  212. //获取主体数据
  213. getMain() {
  214. let _this = this
  215. let param = {
  216. data: {
  217. customInfo: true,
  218. "limit": { // 分页查询, 选填.
  219. "skip": this.page.size * (this.page.currentPage - 1), // 跳过多少数据
  220. "count": this.page.size // 查询跳过300条数据之后的50条 (默认按照创建时间从大-->小排序)
  221. },
  222. criteria: {
  223. id: "",
  224. type: [this.mess.deviceId]
  225. }
  226. },
  227. secret: this.secret,
  228. ProjId: this.projectId
  229. }
  230. if (this.mess.buildId == "all") {
  231. param.data.criteria.id = this.mess.ProjId
  232. } else if (!this.mess.floorId && !this.mess.buildId) {
  233. param.data.criteria.id = this.mess.ProjId
  234. } else {
  235. param.data.criteria.id = this.mess.buildId
  236. }
  237. this.loading = true
  238. getBillSystemList(param, res => {
  239. if (_this.onlyRead) {
  240. this.getBatch(res.Content)
  241. }
  242. this.loading = false
  243. this.main = res.Content
  244. this.copyMain = tools.deepCopy(res.Content)
  245. this.page.total = res.Count
  246. if (!!this.hot) {
  247. this.hot.destroy();
  248. this.hot = null;
  249. }
  250. if (!!res.Content && res.Content.length) {
  251. this.initHot();
  252. }
  253. })
  254. },
  255. //撤回
  256. undo() {
  257. this.hot.undo();
  258. },
  259. //刷新
  260. reset() {
  261. if(this.mess.deviceId) {
  262. this.getMain();
  263. } else {
  264. this.$message({
  265. message: '请选择设备族',
  266. type: 'warning'
  267. });
  268. }
  269. },
  270. //添加设备
  271. addDevice() {
  272. this.dialog.addDevice = true
  273. this.$nextTick(() => {
  274. this.$refs.assets.step(0)
  275. })
  276. },
  277. /**
  278. * 表头文案处理函数
  279. * @param list header数组数据
  280. *
  281. * @return 处理好的文案
  282. */
  283. delHeader(list) {
  284. let arr = tools.copyArr(list)
  285. // 如果不是只读状态,添加四大厂商选择
  286. // if (!this.onlyRead) {
  287. // arr = showTools.assetToArr(arr)
  288. // }
  289. // console.log(arr)
  290. let readArr = ["A1", "A2", "B1", "C5", "D1", "D2", "X", "L", "L1", "L2", "F1", "F2"]
  291. let data = showTools.changeHeader(arr, readArr, this.onlyRead, this.isWatch, this.allMess)
  292. data.unshift("操作", "关联设备数量");
  293. return data;
  294. },
  295. /**
  296. * 表头数据处理函数
  297. * @param list header数组数据
  298. *
  299. * @return 处理好的数据格式
  300. */
  301. getType(list) {
  302. let arr = tools.copyArr(list)
  303. let data = showTools.showTypes(arr, this.onlyRead, this.isWatch, this.allMess)
  304. data.unshift(
  305. {
  306. data: "caozuo",
  307. renderer: tools.lookDetails,
  308. readOnly: true
  309. },
  310. {
  311. data: "count",
  312. renderer: tools.num,
  313. readOnly: true
  314. }
  315. );
  316. data = data.filter(item => item);
  317. if (this.onlyRead) {
  318. data.map(item => {
  319. item.readOnly = true
  320. })
  321. }
  322. return data;
  323. },
  324. changeItem(item) {
  325. //二维码
  326. if (item.infopoint_code == "EquipQRCode" && item.visible) {
  327. return {
  328. data: "infos." + item.infopoint_code,
  329. renderer: text.lookQRCode,
  330. readOnly: true
  331. }
  332. }
  333. //厂商选择
  334. // if ((item.infopoint_code == "Brand" || item.infopoint_code == "Specification") && item.visible) {
  335. // return {
  336. // data: "infos." + item.infopoint_code,
  337. // renderer: tools.lookDetails,
  338. // readOnly: true
  339. // }
  340. // }
  341. // if (item.infopoint_code == "SupplierContractID" && item.visible) {
  342. // return {
  343. // data: "infos." + item.infopoint_code,
  344. // renderer: tools.lookDetails,
  345. // readOnly: true
  346. // }
  347. // }
  348. if (item.infopoint_code == "InsuranceNum" && item.visible) {
  349. //选择保单
  350. return {
  351. data: "infos." + item.infopoint_code,
  352. renderer: tools.lookDetails,
  353. readOnly: true
  354. }
  355. }
  356. if ((item.infopoint_code == "InsuranceFile" || item.infopoint_code == "Archive") && item.visible) {
  357. return {
  358. data: "infos." + item.infopoint_code,
  359. renderer: tools.lookDetails,
  360. readOnly: true
  361. }
  362. }
  363. if (
  364. (
  365. item.infopoint_code == "InstallPic" ||
  366. item.infopoint_code == "InstallDrawing" ||
  367. item.infopoint_code == "Nameplate" ||
  368. item.infopoint_code == "Pic" ||
  369. item.infopoint_code == "Drawing"
  370. ) && item.visible
  371. ) {
  372. return {
  373. data: "infos." + item.infopoint_code,
  374. renderer: tools.lookDetails,
  375. readOnly: true
  376. }
  377. }
  378. if (
  379. (
  380. item.infopoint_code == "Maintainer" ||
  381. item.infopoint_code == "Supplier" ||
  382. item.infopoint_code == "Insurer" ||
  383. item.infopoint_code == "InsurerContactor"
  384. )
  385. && item.visible
  386. ) {
  387. return {
  388. data: "infos." + item.infopoint_code,
  389. }
  390. }
  391. if (item.collection_cmpt_code == "Enum" && item.visible) {
  392. return {
  393. data: "infos." + item.infopoint_code,
  394. renderer: this.customDropdownRenderer,
  395. editor: "chosen",
  396. chosenOptions: {
  397. // multiple: true,//多选
  398. data: item.dataSource || ""
  399. }
  400. };
  401. } else if (item.collection_cmpt_code == "Num" && item.visible) {
  402. return {
  403. data: "infos." + item.infopoint_code,
  404. type: "numeric",
  405. numericFormat: {
  406. pattern: "0,0.00"
  407. // culture: 'de-DE' // use this for EUR (German),
  408. // more cultures available on http://numbrojs.com/languages.html
  409. }
  410. };
  411. } else if (item.collection_cmpt_code == "Time" && item.visible) {
  412. return {
  413. data: "infos." + item.infopoint_code,
  414. type: "date",
  415. dateFormat: "YYYY-MM-DD",
  416. correctFormat: true
  417. };
  418. } else if (item.collection_cmpt_code == "text" && item.visible) {
  419. return {
  420. data: "infos." + item.infopoint_code
  421. };
  422. } else if (
  423. (item.info_point_code == "设备ID" ||
  424. item.info_point_code == "设备名称") && item.visible
  425. ) {
  426. return {
  427. data: "infos." + item.infopoint_code,
  428. readOnly: true
  429. };
  430. } else if (item.collection_cmpt_code == "checkBox" && item.visible) {
  431. return {
  432. data: "infos." + item.infopoint_code,
  433. renderer: this.customDropdownRenderer,
  434. editor: "chosen",
  435. chosenOptions: {
  436. multiple: true,//多选
  437. data: item.dataSource || ""
  438. }
  439. };
  440. } else if (item.collection_cmpt_code == "Own" && item.visible) {
  441. return {
  442. data: "infos." + item.infopoint_code,
  443. renderer: text.idType,
  444. }
  445. } else {
  446. return undefined
  447. }
  448. },
  449. //插件修改
  450. customDropdownRenderer(
  451. instance,
  452. td,
  453. row,
  454. col,
  455. prop,
  456. value,
  457. cellProperties
  458. ) {
  459. var selectedId;
  460. var optionsList = cellProperties.chosenOptions.data;
  461. if (
  462. typeof optionsList === "undefined" ||
  463. typeof optionsList.length === "undefined" ||
  464. !optionsList.length
  465. ) {
  466. Handsontable.renderers.TextRenderer(
  467. instance,
  468. td,
  469. row,
  470. col,
  471. prop,
  472. value,
  473. cellProperties
  474. );
  475. return td;
  476. }
  477. var values = (value + "").split(",");
  478. value = [];
  479. for (var index = 0; index < optionsList.length; index++) {
  480. if (values.indexOf(optionsList[index].code + "") > -1) {
  481. selectedId = optionsList[index].code;
  482. value.push(optionsList[index].name);
  483. }
  484. }
  485. value = value.join(", ");
  486. Handsontable.renderers.TextRenderer(
  487. instance,
  488. td,
  489. row,
  490. col,
  491. prop,
  492. value,
  493. cellProperties
  494. );
  495. return td;
  496. },
  497. messShow(item) {
  498. if (item.collection_cmpt_code == "Enum") {
  499. return {
  500. data: "infos." + item.infopoint_code,
  501. renderer: this.customDropdownRenderer,
  502. editor: "chosen",
  503. chosenOptions: {
  504. // multiple: true,//多选
  505. data: item.dataSource || ""
  506. }
  507. };
  508. } else if (item.collection_cmpt_code == "Num") {
  509. return {
  510. data: "infos." + item.infopoint_code,
  511. type: "numeric",
  512. numericFormat: {
  513. pattern: "0,0.00"
  514. // culture: 'de-DE' // use this for EUR (German),
  515. // more cultures available on http://numbrojs.com/languages.html
  516. }
  517. };
  518. } else if (item.collection_cmpt_code == "Time") {
  519. return {
  520. data: "infos." + item.infopoint_code,
  521. type: "date",
  522. dateFormat: "YYYY-MM-DD",
  523. correctFormat: true
  524. };
  525. } else if (item.collection_cmpt_code == "text") {
  526. return {
  527. data: "infos." + item.infopoint_code
  528. };
  529. } else if (
  530. (item.info_point_code == "设备ID" ||
  531. item.info_point_code == "设备名称")
  532. ) {
  533. return {
  534. data: "infos." + item.infopoint_code,
  535. readOnly: true
  536. };
  537. } else if (item.collection_cmpt_code == "checkBox") {
  538. return {
  539. data: "infos." + item.infopoint_code,
  540. renderer: this.customDropdownRenderer,
  541. editor: "chosen",
  542. chosenOptions: {
  543. multiple: true,//多选
  544. data: item.dataSource || ""
  545. }
  546. };
  547. } else {
  548. return {
  549. data: "infos." + item.infopoint_code,
  550. }
  551. }
  552. },
  553. //获取动态参数
  554. getBatch(data) {
  555. console.log(this.headers, data, "data22222")
  556. let param = {
  557. secret: this.secret,
  558. ProjId: this.projectId,
  559. data: {
  560. criterias: []
  561. }
  562. }
  563. if (!!data && data.length) {
  564. //一级遍历list
  565. data.map(item => {
  566. if (!!item.infos) {
  567. //二级遍历对象infos
  568. for (let key in item.infos) {
  569. //判断是否是设定参数和动态参数
  570. if (!!item.infos[key]) {
  571. this.headers.map(child => {
  572. //如果一级标签为动态参数或者设定参数放入数据等待请求
  573. if (key == child.infoPointCode && (child.InputMode == "L" || child.InputMode == "L1" || child.InputMode == "L2")) {
  574. param.data.criterias.push({
  575. id: item.id,
  576. code: key
  577. })
  578. }
  579. })
  580. }
  581. }
  582. }
  583. })
  584. if (param.data.criterias.length) {
  585. BeatchQueryParam(param, res => {
  586. if (!this.onlyRead) {
  587. return false
  588. }
  589. this.main = data.map(item => {
  590. res.Content.map(child => {
  591. if (item.id == child.id) {
  592. if (!!child.data || child.data == 0) {
  593. item.infos[child.code] = child.data
  594. } else {
  595. item.infos[child.code] = child.error ? "表号功能号格式错误" : "表号功能号不存在"
  596. }
  597. }
  598. })
  599. return item
  600. })
  601. console.log(this.main)
  602. this.hot.loadData(this.main)
  603. })
  604. }
  605. }
  606. },
  607. //初始化插件
  608. initHot() {
  609. var container = document.getElementById("handsontable");
  610. let winHeight = document.documentElement.clientHeight;
  611. this.hot = new Handsontable(container, {
  612. data: this.main,
  613. fixedColumnsLeft: 5,
  614. colHeaders: this.delHeader(this.headers), //表头文案
  615. columns: this.getType(this.headers), //数据显示格式
  616. filters: true,
  617. maxRows: this.main.length,
  618. height: winHeight - 100 - 50 - 200,
  619. columnSorting: true, //添加排序
  620. sortIndicator: true, //添加排序
  621. renderAllRows: true,
  622. // colWidths: 200,
  623. autoColumnSize: true,
  624. language: "zh-CN",
  625. manualColumnResize: true,
  626. manualColumnMove: true,
  627. dropdownMenu: [
  628. "filter_by_condition",
  629. "filter_by_value",
  630. "filter_action_bar"
  631. ],
  632. contextMenu: {
  633. items: {
  634. remove_row: {
  635. name: "删除该系统"
  636. }
  637. }
  638. },
  639. // 事件
  640. afterChange: this.tdChange, //修改后
  641. afterFilter: this.trimmedRows, //排序前
  642. afterRemoveRow: this.romoveFm, //右键删除
  643. afterOnCellMouseDown: this.eventClick //鼠标点击
  644. });
  645. let pro = document.getElementById("hot-display-license-info");
  646. if (!!pro) {
  647. pro.parentNode.removeChild(pro);
  648. }
  649. this.isLoading = false;
  650. },
  651. //表格中的点击
  652. eventClick(el, rowArr) {
  653. //点击的是表头
  654. if (rowArr.row < 0) {
  655. return;
  656. }
  657. //被筛选过后的数组
  658. let trimmedArr = this.trimmedRows();
  659. //是否启用了排序
  660. let isSort = this.hot.getPlugin("columnSorting").isSorted();
  661. if (trimmedArr.length && isSort) {
  662. let sortArr = this.myHotArr.getPlugin("columnSorting").rowsMapper
  663. .__arrayMap;
  664. let infos = this.main[trimmedArr[sortArr[rowArr.row]]];
  665. this.getInfors(infos, { row: sortArr[rowArr.row], col: rowArr.col });
  666. } else if (isSort) {
  667. //排序后的数组
  668. let sortArr = this.hot.getPlugin("columnSorting").rowsMapper.__arrayMap;
  669. let infos = this.main[sortArr[rowArr.row]];
  670. this.getInfors(infos, { row: sortArr[rowArr.row], col: rowArr.col });
  671. } else if (trimmedArr.length) {
  672. let infos = this.main[trimmedArr[rowArr.row]];
  673. this.getInfors(infos, { row: trimmedArr[rowArr.row], col: rowArr.col });
  674. } else {
  675. let infos = this.main[rowArr.row];
  676. this.getInfors(infos, rowArr);
  677. }
  678. },
  679. tdChange(changeData, source) {
  680. if (!this.onlyRead) {
  681. if (changeData) {
  682. let trimmedArr = this.trimmedRows();
  683. let param = handsonUtils.getParam(changeData, source, this.hot, trimmedArr);
  684. let data = [];
  685. for (let i = 0; i < param.length; i++) {
  686. data.push(param[i]);
  687. }
  688. //如果data中包含/且data长度为1,将其转换成.
  689. if (changeData.length == 1 && changeData[0][1].indexOf("/") > 0) {
  690. changeData[0][1] = changeData[0][1].split("/").join(".")
  691. }
  692. //存在data进行修改请求
  693. if (data && data.length) {
  694. this.updateBusiness(data, changeData);
  695. }
  696. }
  697. }
  698. },
  699. //删除资产
  700. async romoveFm() {
  701. this.$confirm('此操作将删除该系统, 是否继续?', '提示', {
  702. confirmButtonText: '确定',
  703. cancelButtonText: '取消',
  704. type: 'warning'
  705. }).then(() => {
  706. let params = tools.differenceArr(this.main, this.copyMain)
  707. console.log(params, "params")
  708. let param = {
  709. secret: this.secret,
  710. ProjId: this.projectId,
  711. data: {
  712. criterias: []
  713. }
  714. }
  715. for (let i = 0; i < params.length; i++) {
  716. param.data.criterias.push({ id: params[i].id })
  717. }
  718. this.removeSys(param)
  719. this.getMain()
  720. }).catch(() => {
  721. this.$message({
  722. type: 'info',
  723. message: '已取消删除'
  724. });
  725. });
  726. },
  727. async removeSys(param) {
  728. await delBatchList(param, res => {
  729. this.$message.success("删除成功")
  730. })
  731. },
  732. // 修改
  733. updateBusiness(data, change) {
  734. let param = {
  735. ProjId: this.mess.ProjId,
  736. secret: this.mess.secret,
  737. data: {
  738. criterias: []
  739. }
  740. };
  741. //生成对应修改数据
  742. data.map((item, index) => {
  743. let arr = change[index][1].split(".");
  744. let info = {};
  745. info[arr[1]] = [{ value: change[index][3] != "" ? change[index][3] : null }];
  746. param.data.criterias.push({
  747. id: item.id,
  748. infos: info
  749. });
  750. });
  751. console.log(param)
  752. param.data.criterias.map(item => {
  753. for (let k in item.infos) {
  754. if (item.infos[k] == "") {
  755. item.infos[k] = null
  756. }
  757. }
  758. })
  759. updateBusiness(param).then(res => {
  760. console.log(res);
  761. });
  762. },
  763. //获取到了正确的信息
  764. getInfors(infos, row) {
  765. //其他的开始判断
  766. let val = this.hot.colToProp(row.col);
  767. this.systemId = infos.id
  768. if (val == "count") {
  769. this.dialog.relevance = true
  770. }
  771. if (val == "caozuo") {
  772. this.iframeSrc =
  773. process.env.BASE_URL +
  774. ":8889/#/details?perjectId=" +
  775. this.projectId +
  776. "&secret=" +
  777. this.secret +
  778. "&FmId=" +
  779. infos.id +
  780. "&type=1&code=" +
  781. infos.category.substring(2, 4);
  782. this.dialog.details = true
  783. }
  784. if (val == "infos.EquipQRCode") {
  785. this.dialog.qrcode = true;
  786. this.$refs.qrcode.getCanvas(1111);
  787. }
  788. // if (val == "infos.Brand" || val == "infos.Specification") {
  789. // this.dialog.firm = true;
  790. // }
  791. // if (val == "infos.SupplierContractID") {
  792. // this.dialog.supply = true;
  793. // }
  794. // if (val == "infos.InsuranceNum") {
  795. // //选择保单
  796. // this.dialog.guarantee = true;
  797. // }
  798. if (val == "infos.InsuranceFile" || val == "infos.Archive") {
  799. this.filesArr = this.main[row.row].infos ? (this.main[row.row].infos[val.split(".")[1]] ? [this.main[row.row].infos[val.split(".")[1]]] : []) : []
  800. this.dialog.uploadFiles = true
  801. }
  802. if (
  803. val == "infos.InstallLocation" ||
  804. val == "infos.InstallPic" ||
  805. val == "infos.InstallDrawing" ||
  806. val == "infos.Nameplate" ||
  807. val == "infos.Drawing"
  808. ) {
  809. if (val == "infos.Nameplate") {
  810. this.imgsArr = this.main[row.row].infos ? (this.main[row.row].infos[val.split(".")[1]] ? [this.main[row.row].infos[val.split(".")[1]].key] : []) : []
  811. } else {
  812. this.imgsArr = this.main[row.row].infos ? (this.main[row.row].infos[val.split(".")[1]] ? [this.main[row.row].infos[val.split(".")[1]]] : []) : []
  813. }
  814. this.dialog.uploadImgs = true
  815. }
  816. if (val == "infos.Pic") {
  817. // console.log(this.main[row.row].infos[val.split(".")[1]], "this.main[row.row].infos[val.split")
  818. this.picsArr = this.main[row.row].infos ? (this.main[row.row].infos[val.split(".")[1]] ? this.main[row.row].infos[val.split(".")[1]] : []) : []
  819. this.dialog.pic = true
  820. }
  821. // if (
  822. // val == "infos.Supplier"
  823. // ) {
  824. // this.dialog.supplier = true;
  825. // }
  826. // if (val == "infos.Maintainer") {
  827. // this.dialog.maintainer = true;
  828. // }
  829. // if (
  830. // val == "infos.Insurer" ||
  831. // val == "infos.InsurerContactor") {
  832. // this.dialog.insurer = true;
  833. // }
  834. this.row = row.row
  835. this.messKey = val
  836. console.log(val, row);
  837. },
  838. //获取被筛选掉的行号
  839. trimmedRows() {
  840. // var plugin = hot.getPlugin('trimRows').trimmedRows;//获取被筛选掉的行号
  841. var plugin = this.hot.getPlugin("trimRows").trimmedRows;
  842. let dataLength = this.main.length;
  843. let dataArr = new Array();
  844. for (let i = 0; i < dataLength; i++) {
  845. dataArr.push(i);
  846. }
  847. if (plugin.length <= 0) {
  848. dataArr = undefined;
  849. } else {
  850. dataArr = this.array_diff(dataArr, plugin);
  851. }
  852. return dataArr || [];
  853. // var DataArray = new Array();
  854. // for (var i = 0; i < plugin.length; i++) {
  855. // // 通过行号获取数据
  856. // DataArray.push(this.hot.getSourceDataAtRow(plugin[i]));
  857. // }
  858. },
  859. //如果选择供应商之后
  860. supplierChange(data) {
  861. for (let key in data) {
  862. if (key == 'name') {
  863. this.setDataToMain(data[key], "Supplier", this.row)
  864. }
  865. if (key == 'email') {
  866. this.setDataToMain(data[key], "SupplierEmail", this.row)
  867. }
  868. if (key == 'website') {
  869. this.setDataToMain(data[key], "SupplierWeb", this.row)
  870. }
  871. if (key == 'phone') {
  872. this.setDataToMain(data[key], "SupplierPhone", this.row)
  873. }
  874. if (key == 'fox') {
  875. this.setDataToMain(data[key], "SupplierFax", this.row)
  876. }
  877. if (key == 'man') {
  878. this.setDataToMain(data[key], "SupplierContactor", this.row)
  879. }
  880. }
  881. // tools.setItem(this.deviceType.code, this.main)
  882. },
  883. //保险商变更
  884. changeInsurer(data) {
  885. for (let key in data) {
  886. if (key == 'name') {
  887. this.setDataToMain(data[key], "Insurer", this.row)
  888. }
  889. if (key == 'email') {
  890. this.setDataToMain(data[key], "InsurerEmail", this.row)
  891. }
  892. if (key == 'website') {
  893. this.setDataToMain(data[key], "InsurerWeb", this.row)
  894. }
  895. if (key == 'phone') {
  896. this.setDataToMain(data[key], "InsurerPhone", this.row)
  897. }
  898. if (key == 'fox') {
  899. this.setDataToMain(data[key], "InsurerFax", this.row)
  900. }
  901. if (key == 'man') {
  902. this.setDataToMain(data[key], "InsurerContactor", this.row)
  903. }
  904. }
  905. // tools.setItem(this.deviceType.code, this.main)
  906. },
  907. //维修商变更
  908. changeMaintainer(data) {
  909. for (let key in data) {
  910. if (key == 'name') {
  911. this.setDataToMain(data[key], "Maintainer", this.row)
  912. }
  913. if (key == 'email') {
  914. this.setDataToMain(data[key], "MaintainerEmail", this.row)
  915. }
  916. if (key == 'website') {
  917. this.setDataToMain(data[key], "MaintainerWeb", this.row)
  918. }
  919. if (key == 'phone') {
  920. this.setDataToMain(data[key], "MaintainerPhone", this.row)
  921. }
  922. if (key == 'fox') {
  923. this.setDataToMain(data[key], "MaintainerFax", this.row)
  924. }
  925. if (key == 'man') {
  926. this.setDataToMain(data[key], "MaintainerContactor", this.row)
  927. }
  928. }
  929. // tools.setItem(this.deviceType.code, this.main)
  930. },
  931. //上传文件弹窗触发事件
  932. fileChange(keys) {
  933. this.setDataToMain(keys[0], this.messKey.split(".")[1], this.row)
  934. // tools.setItem(this.deviceType.code, this.main)
  935. },
  936. //上传图片弹窗触发事件
  937. imgChange(keys) {
  938. this.setDataToMain(keys[0], this.messKey.split(".")[1], this.row)
  939. // tools.setItem(this.deviceType.code, this.main)
  940. },
  941. //设备图片弹窗改变事件
  942. changePics(keys) {
  943. this.setDataToMain(keys, this.messKey.split(".")[1], this.row)
  944. // tools.setItem(this.deviceType.code, this.main)
  945. },
  946. //判断是否有值,有值赋值
  947. setDataToMain(data, key, row) {
  948. if (!!data && data != '--') {
  949. if (!!this.main[row].infos) {
  950. //falg确定每个的是否有值
  951. let falg = false
  952. if (!this.main[row].infos[key]) {
  953. falg = true
  954. }
  955. //铭牌照片特殊处理
  956. if (key == 'Nameplate') {
  957. this.main[row].infos[key] = {
  958. "systemId": "dataPlatform",
  959. "name": "铭牌照片",
  960. "type": "image",
  961. "key": data
  962. }
  963. } else {
  964. this.main[row].infos[key] = data
  965. }
  966. if (falg) {
  967. this.updateBusiness([this.main[row]], [[0, "infos." + key, null, data]])
  968. }
  969. } else {
  970. this.main[row].infos = {}
  971. if (key == 'Nameplate') {
  972. this.main[row].infos[key] = {
  973. "systemId": "dataPlatform",
  974. "name": "铭牌照片",
  975. "type": "image",
  976. "key": data
  977. }
  978. } else {
  979. this.main[row].infos[key] = data
  980. }
  981. }
  982. } else {
  983. this.main[row].infos[key] = ''
  984. }
  985. }
  986. },
  987. watch: {
  988. dialog: {
  989. deep: true,
  990. handler: function () {
  991. // if (!this.dialog.relevance) {
  992. // this.reset()
  993. // }
  994. }
  995. }
  996. }
  997. };
  998. </script>
  999. <style lang="less">
  1000. .hanson-bar {
  1001. height: 40px;
  1002. padding: 5px;
  1003. font-size: 14px;
  1004. overflow: hidden;
  1005. margin-top: 10px;
  1006. line-height: 40px;
  1007. .iconfont {
  1008. font-size: 12px;
  1009. }
  1010. .el-button {
  1011. // margin-right: 10px;
  1012. }
  1013. }
  1014. </style>