assets.vue 38 KB

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