浏览代码

可修改详情页替换数据中心接口及相关问题处理

zhangyu 5 年之前
父节点
当前提交
d408bbab37
共有 9 个文件被更改,包括 1966 次插入65 次删除
  1. 7 0
      config/index.js
  2. 571 7
      package-lock.json
  3. 2 2
      package.json
  4. 16 1
      src/api/config.js
  5. 47 1
      src/api/repair.js
  6. 41 18
      src/components/formInput.vue
  7. 109 0
      src/utils/tools.js
  8. 104 36
      src/views/changeMess.vue
  9. 1069 0
      src/views/mbiH5/newIndex.vue

+ 7 - 0
config/index.js

@@ -4,6 +4,13 @@ var buildEnv = require('./prod.env')
 var devEnv = require('./dev.env')
     //所有代理配置
 const proxyTable = {
+    '/api': {
+        target: 'http://192.168.20.236:8080', //数据中心测试环境
+        changeOrigin: true,
+        pathRewrite: {
+            "^/api": "/"
+        }
+    },
     '/physics': {
         target: 'http://192.168.20.225:8080', //物理世界
         changeOrigin: true,

+ 571 - 7
package-lock.json

@@ -1089,6 +1089,16 @@
       "integrity": "sha1-muuabF6IY4qtFx4Wf1kAq+JINdA=",
       "dev": true
     },
+    "bindings": {
+      "version": "1.5.0",
+      "resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/bindings/-/bindings-1.5.0.tgz",
+      "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
+      "dev": true,
+      "optional": true,
+      "requires": {
+        "file-uri-to-path": "1.0.0"
+      }
+    },
     "bluebird": {
       "version": "2.11.0",
       "resolved": "http://registry.npm.taobao.org/bluebird/download/bluebird-2.11.0.tgz",
@@ -1364,6 +1374,7 @@
       "requires": {
         "anymatch": "^1.3.0",
         "async-each": "^1.0.0",
+        "fsevents": "^1.0.0",
         "glob-parent": "^2.0.0",
         "inherits": "^2.0.1",
         "is-binary-path": "^1.0.0",
@@ -2203,7 +2214,7 @@
     },
     "de-indent": {
       "version": "1.0.2",
-      "resolved": "http://registry.npm.taobao.org/de-indent/download/de-indent-1.0.2.tgz",
+      "resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/de-indent/-/de-indent-1.0.2.tgz",
       "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=",
       "dev": true
     },
@@ -2685,6 +2696,13 @@
         "loader-utils": "^1.0.2"
       }
     },
+    "file-uri-to-path": {
+      "version": "1.0.0",
+      "resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
+      "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
+      "dev": true,
+      "optional": true
+    },
     "filename-regex": {
       "version": "2.0.1",
       "resolved": "http://registry.npm.taobao.org/filename-regex/download/filename-regex-2.0.1.tgz",
@@ -2842,6 +2860,545 @@
       "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
       "dev": true
     },
+    "fsevents": {
+      "version": "1.2.11",
+      "resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/fsevents/-/fsevents-1.2.11.tgz",
+      "integrity": "sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw==",
+      "dev": true,
+      "optional": true,
+      "requires": {
+        "bindings": "^1.5.0",
+        "nan": "^2.12.1",
+        "node-pre-gyp": "*"
+      },
+      "dependencies": {
+        "abbrev": {
+          "version": "1.1.1",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "ansi-regex": {
+          "version": "2.1.1",
+          "bundled": true,
+          "dev": true
+        },
+        "aproba": {
+          "version": "1.2.0",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "are-we-there-yet": {
+          "version": "1.1.5",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "delegates": "^1.0.0",
+            "readable-stream": "^2.0.6"
+          }
+        },
+        "balanced-match": {
+          "version": "1.0.0",
+          "bundled": true,
+          "dev": true
+        },
+        "brace-expansion": {
+          "version": "1.1.11",
+          "bundled": true,
+          "dev": true,
+          "requires": {
+            "balanced-match": "^1.0.0",
+            "concat-map": "0.0.1"
+          }
+        },
+        "chownr": {
+          "version": "1.1.3",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "code-point-at": {
+          "version": "1.1.0",
+          "bundled": true,
+          "dev": true
+        },
+        "concat-map": {
+          "version": "0.0.1",
+          "bundled": true,
+          "dev": true
+        },
+        "console-control-strings": {
+          "version": "1.1.0",
+          "bundled": true,
+          "dev": true
+        },
+        "core-util-is": {
+          "version": "1.0.2",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "debug": {
+          "version": "3.2.6",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "ms": "^2.1.1"
+          }
+        },
+        "deep-extend": {
+          "version": "0.6.0",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "delegates": {
+          "version": "1.0.0",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "detect-libc": {
+          "version": "1.0.3",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "fs-minipass": {
+          "version": "1.2.7",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "minipass": "^2.6.0"
+          }
+        },
+        "fs.realpath": {
+          "version": "1.0.0",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "gauge": {
+          "version": "2.7.4",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "aproba": "^1.0.3",
+            "console-control-strings": "^1.0.0",
+            "has-unicode": "^2.0.0",
+            "object-assign": "^4.1.0",
+            "signal-exit": "^3.0.0",
+            "string-width": "^1.0.1",
+            "strip-ansi": "^3.0.1",
+            "wide-align": "^1.1.0"
+          }
+        },
+        "glob": {
+          "version": "7.1.6",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "fs.realpath": "^1.0.0",
+            "inflight": "^1.0.4",
+            "inherits": "2",
+            "minimatch": "^3.0.4",
+            "once": "^1.3.0",
+            "path-is-absolute": "^1.0.0"
+          }
+        },
+        "has-unicode": {
+          "version": "2.0.1",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "iconv-lite": {
+          "version": "0.4.24",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "safer-buffer": ">= 2.1.2 < 3"
+          }
+        },
+        "ignore-walk": {
+          "version": "3.0.3",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "minimatch": "^3.0.4"
+          }
+        },
+        "inflight": {
+          "version": "1.0.6",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "once": "^1.3.0",
+            "wrappy": "1"
+          }
+        },
+        "inherits": {
+          "version": "2.0.4",
+          "bundled": true,
+          "dev": true
+        },
+        "ini": {
+          "version": "1.3.5",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "is-fullwidth-code-point": {
+          "version": "1.0.0",
+          "bundled": true,
+          "dev": true,
+          "requires": {
+            "number-is-nan": "^1.0.0"
+          }
+        },
+        "isarray": {
+          "version": "1.0.0",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "minimatch": {
+          "version": "3.0.4",
+          "bundled": true,
+          "dev": true,
+          "requires": {
+            "brace-expansion": "^1.1.7"
+          }
+        },
+        "minimist": {
+          "version": "0.0.8",
+          "bundled": true,
+          "dev": true
+        },
+        "minipass": {
+          "version": "2.9.0",
+          "bundled": true,
+          "dev": true,
+          "requires": {
+            "safe-buffer": "^5.1.2",
+            "yallist": "^3.0.0"
+          }
+        },
+        "minizlib": {
+          "version": "1.3.3",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "minipass": "^2.9.0"
+          }
+        },
+        "mkdirp": {
+          "version": "0.5.1",
+          "bundled": true,
+          "dev": true,
+          "requires": {
+            "minimist": "0.0.8"
+          }
+        },
+        "ms": {
+          "version": "2.1.2",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "needle": {
+          "version": "2.4.0",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "debug": "^3.2.6",
+            "iconv-lite": "^0.4.4",
+            "sax": "^1.2.4"
+          }
+        },
+        "node-pre-gyp": {
+          "version": "0.14.0",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "detect-libc": "^1.0.2",
+            "mkdirp": "^0.5.1",
+            "needle": "^2.2.1",
+            "nopt": "^4.0.1",
+            "npm-packlist": "^1.1.6",
+            "npmlog": "^4.0.2",
+            "rc": "^1.2.7",
+            "rimraf": "^2.6.1",
+            "semver": "^5.3.0",
+            "tar": "^4.4.2"
+          }
+        },
+        "nopt": {
+          "version": "4.0.1",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "abbrev": "1",
+            "osenv": "^0.1.4"
+          }
+        },
+        "npm-bundled": {
+          "version": "1.1.1",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "npm-normalize-package-bin": "^1.0.1"
+          }
+        },
+        "npm-normalize-package-bin": {
+          "version": "1.0.1",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "npm-packlist": {
+          "version": "1.4.7",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "ignore-walk": "^3.0.1",
+            "npm-bundled": "^1.0.1"
+          }
+        },
+        "npmlog": {
+          "version": "4.1.2",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "are-we-there-yet": "~1.1.2",
+            "console-control-strings": "~1.1.0",
+            "gauge": "~2.7.3",
+            "set-blocking": "~2.0.0"
+          }
+        },
+        "number-is-nan": {
+          "version": "1.0.1",
+          "bundled": true,
+          "dev": true
+        },
+        "object-assign": {
+          "version": "4.1.1",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "once": {
+          "version": "1.4.0",
+          "bundled": true,
+          "dev": true,
+          "requires": {
+            "wrappy": "1"
+          }
+        },
+        "os-homedir": {
+          "version": "1.0.2",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "os-tmpdir": {
+          "version": "1.0.2",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "osenv": {
+          "version": "0.1.5",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "os-homedir": "^1.0.0",
+            "os-tmpdir": "^1.0.0"
+          }
+        },
+        "path-is-absolute": {
+          "version": "1.0.1",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "process-nextick-args": {
+          "version": "2.0.1",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "rc": {
+          "version": "1.2.8",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "deep-extend": "^0.6.0",
+            "ini": "~1.3.0",
+            "minimist": "^1.2.0",
+            "strip-json-comments": "~2.0.1"
+          },
+          "dependencies": {
+            "minimist": {
+              "version": "1.2.0",
+              "bundled": true,
+              "dev": true,
+              "optional": true
+            }
+          }
+        },
+        "readable-stream": {
+          "version": "2.3.6",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "core-util-is": "~1.0.0",
+            "inherits": "~2.0.3",
+            "isarray": "~1.0.0",
+            "process-nextick-args": "~2.0.0",
+            "safe-buffer": "~5.1.1",
+            "string_decoder": "~1.1.1",
+            "util-deprecate": "~1.0.1"
+          }
+        },
+        "rimraf": {
+          "version": "2.7.1",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "glob": "^7.1.3"
+          }
+        },
+        "safe-buffer": {
+          "version": "5.1.2",
+          "bundled": true,
+          "dev": true
+        },
+        "safer-buffer": {
+          "version": "2.1.2",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "sax": {
+          "version": "1.2.4",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "semver": {
+          "version": "5.7.1",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "set-blocking": {
+          "version": "2.0.0",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "signal-exit": {
+          "version": "3.0.2",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "string-width": {
+          "version": "1.0.2",
+          "bundled": true,
+          "dev": true,
+          "requires": {
+            "code-point-at": "^1.0.0",
+            "is-fullwidth-code-point": "^1.0.0",
+            "strip-ansi": "^3.0.0"
+          }
+        },
+        "string_decoder": {
+          "version": "1.1.1",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "safe-buffer": "~5.1.0"
+          }
+        },
+        "strip-ansi": {
+          "version": "3.0.1",
+          "bundled": true,
+          "dev": true,
+          "requires": {
+            "ansi-regex": "^2.0.0"
+          }
+        },
+        "strip-json-comments": {
+          "version": "2.0.1",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "tar": {
+          "version": "4.4.13",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "chownr": "^1.1.1",
+            "fs-minipass": "^1.2.5",
+            "minipass": "^2.8.6",
+            "minizlib": "^1.2.1",
+            "mkdirp": "^0.5.0",
+            "safe-buffer": "^5.1.2",
+            "yallist": "^3.0.3"
+          }
+        },
+        "util-deprecate": {
+          "version": "1.0.2",
+          "bundled": true,
+          "dev": true,
+          "optional": true
+        },
+        "wide-align": {
+          "version": "1.1.3",
+          "bundled": true,
+          "dev": true,
+          "optional": true,
+          "requires": {
+            "string-width": "^1.0.2 || 2"
+          }
+        },
+        "wrappy": {
+          "version": "1.0.2",
+          "bundled": true,
+          "dev": true
+        },
+        "yallist": {
+          "version": "3.1.1",
+          "bundled": true,
+          "dev": true
+        }
+      }
+    },
     "function-bind": {
       "version": "1.1.1",
       "resolved": "http://registry.npm.taobao.org/function-bind/download/function-bind-1.1.1.tgz",
@@ -4017,6 +4574,13 @@
       "resolved": "http://registry.npm.taobao.org/ms/download/ms-2.0.0.tgz",
       "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
     },
+    "nan": {
+      "version": "2.14.0",
+      "resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/nan/-/nan-2.14.0.tgz",
+      "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==",
+      "dev": true,
+      "optional": true
+    },
     "ncname": {
       "version": "1.0.0",
       "resolved": "http://registry.npm.taobao.org/ncname/download/ncname-1.0.0.tgz",
@@ -6426,9 +6990,9 @@
       "integrity": "sha512-fthgd8OJLqq8vPcLjElTk6Rcl2e3v5ekcXauImaqEnQqd5yUWKg1+ZOBgS2KTWuVKcuvZMQq4TDptiT1uYddUA=="
     },
     "vue": {
-      "version": "2.4.2",
-      "resolved": "http://registry.npm.taobao.org/vue/download/vue-2.4.2.tgz",
-      "integrity": "sha1-qYVSYfGRyXjMDcEVBTG40IFJtYw="
+      "version": "2.6.11",
+      "resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/vue/-/vue-2.6.11.tgz",
+      "integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ=="
     },
     "vue-axios": {
       "version": "2.0.2",
@@ -6483,9 +7047,9 @@
       }
     },
     "vue-template-compiler": {
-      "version": "2.4.2",
-      "resolved": "http://registry.npm.taobao.org/vue-template-compiler/download/vue-template-compiler-2.4.2.tgz",
-      "integrity": "sha1-WkXYQ/FIsJj2wdHjWsIMSVbTCtE=",
+      "version": "2.6.11",
+      "resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz",
+      "integrity": "sha512-KIq15bvQDrcCjpGjrAhx4mUlyyHfdmTaoNfeoATHLAiWB+MU3cx4lOzMwrnUh9cCxy0Lt1T11hAFY6TQgroUAA==",
       "dev": true,
       "requires": {
         "de-indent": "^1.0.2",

+ 2 - 2
package.json

@@ -20,7 +20,7 @@
     "less-loader": "^4.0.4",
     "numbro": "^2.0.6",
     "uuid": "^3.1.0",
-    "vue": "^2.3.3",
+    "vue": "^2.5.2",
     "vue-axios": "^2.0.2",
     "vue-handsontable-official": "^1.1.0",
     "vue-router": "^2.3.1",
@@ -59,7 +59,7 @@
     "url-loader": "^0.5.8",
     "vue-loader": "^12.1.0",
     "vue-style-loader": "^3.0.1",
-    "vue-template-compiler": "^2.3.3",
+    "vue-template-compiler": "^2.5.2",
     "webpack": "^2.6.1",
     "webpack-dev-middleware": "^1.10.0",
     "webpack-hot-middleware": "^2.18.0",

+ 16 - 1
src/api/config.js

@@ -3,4 +3,19 @@ export const sass = 'sass';
 export const img = 'img';
 export const physics = 'physics';
 export const label = 'label';
-export const echarts = 'echarts';
+export const echarts = 'echarts';
+export const zone = {
+  GeneralZone: 'zone-general', //默认分区
+  PowerSupplyZone: 'zone-power-supply', //供电分区
+  LightingZone: 'zone-lighting', //照明分区
+  AirConditioningZone: 'metaspace', //空调分区
+  TenantZone: 'zone-tenant', //租赁分区
+  HeatingZone:'zone-heating', //采暖分区
+  CleanZone:'zone-clean', //洁净分区
+  DomesticWaterSupplyZone:'zone-domestic-water', //生活给水分区
+  NetworkZone:'zone-network', //网络分区
+  FunctionZone:'zone-function', //功能分区
+  FireZone:'zone-fire', //防火分区
+  SecurityZone:'zone-security', //安防分区
+  Ispace:'ispace', //元空间
+}

+ 47 - 1
src/api/repair.js

@@ -1,6 +1,6 @@
 import fetch from 'utils/sagaCloudFetch'
 import tools from 'utils/tools'
-import { api, sass, img, physics, echarts } from 'api/config'
+import { api, sass, img, physics, echarts, zone } from 'api/config'
 
 
 //获取label标签内容
@@ -124,4 +124,50 @@ export function updateMess(param) {
     }
     console.log(JSON.stringify(data))
     return fetch({ method: 'POST', url: `${physics}/data-platform-3/object/batch_update?projectId=${param.perjectId}&secret=${param.secret}`, data })
+}
+
+//all - 查询数据字典 --列表表头
+export function getDataDictionary(param) {
+    let data = param.data;
+    return fetch({ method: 'POST', url: `${api}/datacenter/data-dictionary/project/query?type=${param.type}`, data, headers: {'ProjectId': param.projectId} })
+}
+
+//获取实例详情
+export function getDetailById(param) {
+    let code = param.id.slice(0,2),
+        url = '',
+        data = {};
+    if(code == 'Eq'){ //设备
+        url = '/datacenter/equip/query';
+        data = {Filters: `EquipID = '${param.id}'`}
+    } else if(code == 'Ec'){ //部件
+        url = '/datacenter/component/query';
+        data = {Filters: `EquipID = '${param.id}'`}
+    } else if(code == 'Pe'){ //资产
+        url = '/datacenter/property/query';
+        data = {Filters: `EquipID = '${param.id}'`}
+    } else if(code == 'Sp'){ //空间
+        url = `/datacenter/${zone[param.type]}/query`;
+        data = {Filters: `RoomID = '${param.id}'`}
+    }
+    console.log(data)
+    return fetch({ method: 'POST', url: `${api}${url}`, data, headers: {'ProjectId': param.projectId} })
+}
+
+//修改实例
+export function updateObjectById(param) {
+    let code = param.id.slice(0,2),
+        url = '',
+        data = param.data;
+    if(code == 'Eq'){ //设备
+        url = '/datacenter/equip/update';
+    } else if(code == 'Ec'){ //部件
+        url = '/datacenter/component/update';
+    } else if(code == 'Pe'){ //资产
+        url = '/datacenter/property/update';
+    } else if(code == 'Sp'){ //空间
+        url = `/datacenter/${zone[param.type]}/update`;
+    }
+    console.log(data)
+    return fetch({ method: 'POST', url: `${api}${url}`, data, headers: {'ProjectId': param.projectId} })
 }

+ 41 - 18
src/components/formInput.vue

@@ -22,6 +22,7 @@ C10	手工填写-单个-时间段
 C11	手工填写-多个-时间值
 C12	手工填写-多个-时间段
 D1	字典选择-单个-单选
+D1L 字典选择-单个-单选(级联)
 D2	字典选择-单个-多选
 D3	字典选择-多个-单选
 D4	字典选择-多个-多选
@@ -51,8 +52,9 @@ F1	上传-单个文件 -->
             </el-date-picker>
             <!-- 级联选择 -->
             <el-cascader
-            v-if="!isShow && (type == 'cascader' || type == 'D1')"
+            v-if="!isShow && (type == 'cascader' || type == 'D1' || type == 'D1L')"
             :options="typeArr"
+            :show-all-levels="false"
             v-model="formLabelAlign.name"
             @change="onSubmit"
             :props="props"
@@ -107,7 +109,7 @@ export default {
       type: String,
       default: "default"
     }, //类型
-    value: [String, Array], //value值
+    value: [String, Array, Number], //value值
     label: String, //label值,从父级传入
     isRule: Boolean, //是否需要规则
     keys: String, //
@@ -146,7 +148,7 @@ export default {
         this.$message.error("请确定值不为空");
       } else {
         this.isShow = true;
-        if (this.type == "cascader" || this.type == "D1") {
+        if (this.type == "cascader" || this.type == "D1" || this.type == "D1L") {
           let data = this.formLabelAlign.name;
           this.$emit("change", data[data.length - 1], this.keys);
         } else {
@@ -251,14 +253,14 @@ export default {
     //数组过滤
     filterArr(val) {
       let value = ""; //最后输出的文案
-      let isNeedType = this.type == "cascader" || this.type == "D1";
+      let isNeedType = this.type == "cascader" || this.type == "D1" || this.type == "D1L";
       if (this.type == "C6") {
         if (val instanceof Array) {
           value = val[0] + "至" + val[1];
         } else {
           value = "--";
         }
-      } else if (this.type == "cascader" || this.type == "D1") {
+      } else if (this.type == "cascader" || this.type == "D1" || this.type == "D1L") {
         if (val && val.length) {
           value =
             this.getCascaderObj(val[val.length - 1], this.typeArr, "name") ||
@@ -272,16 +274,16 @@ export default {
 
     changeArray(arr) {
       return arr.map(item => {
-        if (!!item.content && item.content.length) {
+        if (!!item.Content && item.Content.length) {
           return {
-            code: item.code,
-            name: item.name,
-            content: this.changeArray(item.content)
+            code: item.Code,
+            name: item.Name,
+            content: this.changeArray(item.Content)
           };
         } else {
           return {
-            code: item.code,
-            name: item.name,
+            code: item.Code,
+            name: item.Name,
             content: null
           };
         }
@@ -294,18 +296,39 @@ export default {
       } else {
         return true;
       }
+    },
+
+    formatDataSource(data) {
+      let options
+      let arr = []
+      try {
+        options = JSON.parse(data)
+        if (options) {
+          if (options instanceof Array) {
+            this.typeArr = this.changeArray(options);
+          }
+          if (typeof this.typeArr == Object) {
+            this.typeArr = this.toMyNeed(this.typeArr);
+          }
+        } else {
+          this.typeArr = arr
+        }
+      } catch (err) {
+        this.typeArr = arr
+      }
     }
   },
 
   created() {
     console.log(this.type)
-    if (this.myArr instanceof Array) {
-      this.typeArr = this.changeArray(this.myArr);
-    }
-    if (typeof this.typeArr == Object) {
-      this.typeArr = this.toMyNeed(this.typeArr);
-    }
-    if (this.type == "cascader" || this.type == "D1") {
+    // if (this.myArr instanceof Array) {
+    //   this.typeArr = this.changeArray(this.myArr);
+    // }
+    // if (typeof this.typeArr == Object) {
+    //   this.typeArr = this.toMyNeed(this.typeArr);
+    // }
+    this.formatDataSource(this.myArr)
+    if (this.type == "cascader" || this.type == "D1" || this.type == "D1L") {
       if (this.value == "" || this.value == undefined) {
         this.formLabelAlign.name = [];
       } else {

+ 109 - 0
src/utils/tools.js

@@ -306,4 +306,113 @@ tools.arrayCnt = (arr) => {
     }
     return newArr;
 }
+
+tools.arrayFormat = (arr) => {
+    let newArr = arr
+        .map(value => {
+            return value;
+        })
+        .reduce((pre, next, index) => {
+            //一级tag判断
+            if (!pre.some(value => { return value.firstTag === next.FirstName; })) {
+                //如果是不重复的一级标签,放入pro
+                let pro = {
+                    firstTag: next.FirstName,
+                    details: [{
+                        dataSource: next.DataSource,
+                        secondTag: next.SecondName,
+                        path: next.Path,
+                        infoPointCode: next.InfoPointCode,
+                        infoPointName: next.InfoPointName,
+                        inputMode: next.InputMode,
+                        dataType: next.DataType,
+                        unit: next.Unit
+                    }]
+                };
+                pre.push(pro);
+                return pre;
+            } else {
+                //如果重复,将obj放入上一级标签中,使其属于一级标签
+                let obj = {
+                    dataSource: next.DataSource,
+                    secondTag: next.SecondName,
+                    path: next.Path,
+                    infoPointCode: next.InfoPointCode,
+                    infoPointName: next.InfoPointName,
+                    inputMode: next.InputMode,
+                    dataType: next.DataType,
+                    unit: next.Unit
+                };
+                let _index = pre.length - 1;
+                pre[_index].details.push(obj);
+                return pre;
+            }
+        }, []);
+    //二级标签处理
+    for (let i = 0; i < newArr.length; i++) {
+        // 将一级标签下的details转换成包含二级标签的数组
+        newArr[i].details = newArr[i].details
+            .map(item => {
+                return item;
+            })
+            .reduce((pre, next, index) => {
+                if (!pre.some(item => {
+                        return item.secondTag === next.secondTag;
+                    })) {
+                    // 为不重复二级标签,直接放入输出pro中
+                    let pro = {
+                        secondTag: next.secondTag,
+                        details: [{
+                            infoPointName: next.infoPointName,
+                            dataSource: next.dataSource,
+                            path: next.path,
+                            infoPointCode: next.infoPointCode,
+                            inputMode: next.inputMode,
+                            dataType: next.dataType,
+                            unit: next.unit
+                        }]
+                    };
+                    pre.push(pro);
+                    return pre;
+                } else {
+                    //重复的二级标签,直接放入details中
+                    let obj = {
+                        infoPointCode: next.infoPointCode,
+                        dataSource: next.dataSource,
+                        path: next.path,
+                        infoPointName: next.infoPointName,
+                        inputMode: next.inputMode,
+                        dataType: next.dataType,
+                        unit: next.unit
+                    };
+                    let _index = pre.length - 1;
+                    pre[_index].details.push(obj);
+                    return pre;
+                }
+            }, []);
+    }
+    return newArr;
+}
+
+tools.setDataForKey = (data, key, value) => {
+    let arr = key.split(".")
+    if (arr && arr[0]) {
+      for (let i = 0; i < arr.length; i++) {
+        if (!(arr[i] && data[arr[i]])) {
+          data[arr[i]] = {}
+        }
+        if (value !== undefined) {
+          if (i == arr.length - 1) {
+            data[arr[i]] = value
+          }
+        } else {
+          if (i == arr.length - 1) {
+            data[arr[i]] = ''
+          }
+        }
+        data = data[arr[i]]
+      }
+    }
+}
+
 export default tools

+ 104 - 36
src/views/changeMess.vue

@@ -5,8 +5,8 @@
             <div v-for="i in item.details">
                 <h4 class="second-tag">{{i.secondTag}}</h4>
                 <template v-for="detail in i.details">
-                        <form-input v-if="isShow(detail.inputMode)" :width="170" :type="detail.inputMode" :myArr="detail.dataSource" :value="value.infos[detail.infoPointCode]" :unit="detail.unit" @change="changed" :keys="detail.infoPointCode" :label="detail.infoPointName" :isRule="false"></form-input>
-</template>
+                        <form-input v-if="isShow(detail.inputMode)" :width="170" :type="detail.inputMode" :myArr="detail.dataSource" :value="dataForKey(value, detail.path)" :unit="detail.unit" @change="changed" :keys="detail.path" :label="detail.infoPointName" :isRule="false"></form-input>
+                </template>
             </div>
         </div>
     </div>
@@ -17,8 +17,11 @@
     import formInput from "@/components/formInput";
     import {
         getEquipmentLabel, //获取左侧label标签
+        getDataDictionary, //获取信息点
         getwinValue, //获取资产的对应value标签
-        updateMess
+        getDetailById, //获取对象(设备,部件,资产,空间)详情信息
+        updateMess,
+        updateObjectById, //更新对象信息
     } from "api/repair";
     export default {
         components: {
@@ -44,52 +47,117 @@
                 return true;
             },
             getLabel() {
-                getEquipmentLabel(this.param.type, this.param.perjectId)
-                    .then(res => {
-                        if (res.data.Result == "success") {
-                            this.message = tools.arrayCnt(res.data.Content);
-                        } else {
-                            this.$message.error(res.data.ResultMsg);
-                        }
-                    })
-                    .catch(() => {
-                        this.$message.error("请求出错");
-                    });
+                getDataDictionary({
+                    type: this.param.type,
+                    projectId: this.param.perjectId,
+                    data: {
+                        Orders:"sort asc",
+                        PageNumber:1,
+                        PageSize:1000
+                    }
+                }).then(res => {
+                    if (res.data.Result == "success") {
+                        this.message = tools.arrayFormat(res.data.Content);
+                        console.log(this.message)
+                    } else {
+                        this.$message.error(res.data.ResultMsg || res.data.Message);
+                    }
+                }).catch(() => {
+                    this.$message.error("请求出错");
+                })
+                // getEquipmentLabel(this.param.type, this.param.perjectId)
+                //     .then(res => {
+                //         if (res.data.Result == "success") {
+                //             this.message = tools.arrayCnt(res.data.Content);
+                //         } else {
+                //             this.$message.error(res.data.ResultMsg);
+                //         }
+                //     })
+                //     .catch(() => {
+                //         this.$message.error("请求出错");
+                //     });
             },
             getValue() {
-                getwinValue(this.param.id, this.param.perjectId, this.param.secret)
-                    .then(res => {
-                        if (res.data.Result == "success") {
-                            this.value = res.data.Content[0];
-                            this.getLabel();
-                        } else {
-                            this.$message.error(res.data.ResultMsg);
-                        }
-                    })
-                    .catch(() => {
-                        this.$message.error("请求出错");
-                    });
+                getDetailById({
+                    type: this.param.type,
+                    projectId: this.param.perjectId,
+                    id: this.param.id
+                }).then(res => {
+                    if (res.data.Result == "success") {
+                        this.value = res.data.Content[0];
+                        this.getLabel();
+                    } else {
+                        this.$message.error(res.data.ResultMsg || res.data.Message);
+                    }
+                }).catch(() =>{
+                    this.$message.error("请求出错");
+                })
+
+                // getwinValue(this.param.id, this.param.perjectId, this.param.secret)
+                //     .then(res => {
+                //         if (res.data.Result == "success") {
+                //             this.value = res.data.Content[0];
+                //             this.getLabel();
+                //         } else {
+                //             this.$message.error(res.data.ResultMsg);
+                //         }
+                //     })
+                //     .catch(() => {
+                //         this.$message.error("请求出错");
+                //     });
             },
             changed(val, key) {
-                let param = {
+                tools.setDataForKey(this.value, key, val)
+
+                updateObjectById({
+                    type: this.param.type,
+                    projectId: this.param.perjectId,
                     id: this.param.id,
                     data: {
-                        [key]: [{
-                            value: val
-                        }]
-                    },
-                    perjectId: this.param.perjectId,
-                    secret: this.param.secret
-                }
-                updateMess(param).then(res => {
+                        Content: [this.value]
+                    }
+                }).then(res => {
                     if (res.data.Result == 'success') {
                         this.$message.success("修改成功")
                     } else {
-                        this.$message.error(res.data.ResultMsg)
+                        this.$message.error(res.data.ResultMsg || res.data.Message);
                     }
                 }).catch(() => {
                     this.$message.error("请求出错")
                 })
+
+                // let param = {
+                //     id: this.param.id,
+                //     data: {
+                //         [key]: [{
+                //             value: val
+                //         }]
+                //     },
+                //     perjectId: this.param.perjectId,
+                //     secret: this.param.secret
+                // }
+                // updateMess(param).then(res => {
+                //     if (res.data.Result == 'success') {
+                //         this.$message.success("修改成功")
+                //     } else {
+                //         this.$message.error(res.data.ResultMsg)
+                //     }
+                // }).catch(() => {
+                //     this.$message.error("请求出错")
+                // })
+            },
+            dataForKey (data, key) {
+                let arr = key.split(".")
+                if (arr && arr[0]) {
+                    for (let i = 0; i < arr.length; i++) {
+                    if (arr[i] && data[arr[i]]) {
+                        data = data[arr[i]]
+                    } else {
+                        return ''
+                    }
+                    }
+                    return data
+                }
             }
         }
     };

文件差异内容过多而无法显示
+ 1069 - 0
src/views/mbiH5/newIndex.vue