Browse Source

merge master

haojianlong 5 years ago
parent
commit
9c4db35a3c

+ 4 - 4
src/api/scan/httpUtil.js

@@ -2,8 +2,6 @@ import { Message } from 'element-ui';
 import fetch from './fetch'
 import storage from '@/framework/utils/storage'
 
-let ProjectId = storage.get("global_project_selected")
-
 function successResponse(vm, response, success, failed) {
     let resp = response.data;
     let result = resp.result ? resp.result : resp.Result;
@@ -35,16 +33,18 @@ function errorResponse(vm, response, err) {
 
 export default {
     getJson: function(url, data, success, failed, err) {
+        let ProjectId = storage.get("global_project_selected")
         let vm = this;
-        fetch({ url: url, method: 'get', params: data, headers: {'ProjectId': ProjectId}}).then((response) => {
+        fetch({ url: url, method: 'get', params: data, headers: { 'ProjectId': ProjectId } }).then((response) => {
             successResponse(vm, response, success, failed)
         }).catch(error => {
             errorResponse(vm, error, err);
         });
     },
     postJson: function(url, data, success, failed, err) {
+        let ProjectId = storage.get("global_project_selected")
         let vm = this;
-        fetch({ url: url, method: 'post', data: data, headers: {'ProjectId': ProjectId} }).then((response) => {
+        fetch({ url: url, method: 'post', data: data, headers: { 'ProjectId': ProjectId } }).then((response) => {
             successResponse(vm, response, success, failed)
         }).catch(error => {
             errorResponse(vm, error, err);

+ 1 - 1
src/api/scan/request.js

@@ -608,7 +608,7 @@ export function delProperty(param, success) {
 
 //获取制定供应商下的供应合同编号
 export function getListForSupplier(param, success) {
-    let url = `${physics}/venders-dp/supplier/contract/query?projectId=${param.ProjId}&secret=${param.secret}`
+    let url = `venders-dp/supplier/property/query?projectId=${param.ProjId}&secret=${param.secret}`
     let data = param.data
     http.postJson(url, data, success)
 }

+ 2 - 2
src/components/ledger/handsontables/assets.vue

@@ -939,8 +939,8 @@ export default {
       //其他的开始判断
       let val = this.hot.colToProp(row.col);
       if (val == "caozuo") {
-        window.open(`
-http://adm.sagacloud.cn:8058/asset?id=${infos.id}&pid=${this.projectId}&secret=${this.secret}`,"_blank")
+        // window.open(`http://adm.sagacloud.cn:8058/asset?id=${infos.id}&pid=${this.projectId}&secret=${this.secret}`,"_blank")
+        this.$message("开发中...")
         // this.iframeSrc =
         //   process.env.BASE_URL +
         //   ":8889/#/details?perjectId=" +

+ 4 - 3
src/components/ledger/handsontables/device.vue

@@ -1036,8 +1036,8 @@ export default {
       this.messKey = val
       this.systemId = infos.id
       if (val == "caozuo") {
-         window.open(`http://adm.sagacloud.cn:8058/spread?id=${infos.id}&pid=${this.projectId}&secret=${this.secret}`,"_blank")
-         el.target.blur()
+        //  window.open(`http://adm.sagacloud.cn:8058/spread?id=${infos.id}&pid=${this.projectId}&secret=${this.secret}`,"_blank")
+        this.$message("开发中...")
         // this.iframeSrc =
         //   process.env.BASE_URL +
         //   ":8889/#/details?perjectId=" +
@@ -1097,7 +1097,8 @@ export default {
           this.category = this.main[row.row]
           this.dialog.changeRea = true
         } else if(this.onlyRead) {
-          window.open(`http://adm.sagacloud.cn:8058/asset?id=${infos.linkId}&pid=${this.projectId}&secret=${this.secret}`,"_blank")
+          // window.open(`http://adm.sagacloud.cn:8058/asset?id=${infos.linkId}&pid=${this.projectId}&secret=${this.secret}`,"_blank")
+          this.$message("开发中...")
         }
       }
       if (val == "infos.EquipQRCode") {

+ 2 - 2
src/components/ledger/handsontables/system.vue

@@ -825,8 +825,8 @@ export default {
         this.dialog.relevance = true
       }
       if (val == "caozuo") {
-         window.open(`
-http://adm.sagacloud.cn:8058/system?id=${infos.id}&pid=${this.projectId}&secret=${this.secret}`,"_blank")
+        //  window.open(`http://adm.sagacloud.cn:8058/system?id=${infos.id}&pid=${this.projectId}&secret=${this.secret}`,"_blank")
+        this.$message("开发中...")
         // this.iframeSrc =
         //   process.env.BASE_URL +
         //   ":8889/#/details?perjectId=" +

+ 4 - 8
src/views/ledger/facility/parts/index.vue

@@ -357,20 +357,16 @@ export default {
       //其他的开始判断
       let val = this.tableExample.colToProp(row.col);
       if (val == "caozuo") {
-        window.open(
-          `http://adm.sagacloud.cn:8058/spread?id=${infos.EquipID}&pid=${
-            this.projectId
-          }&secret=${this.secret}`,
-          "_blank"
-        );
+        // window.open(`http://adm.sagacloud.cn:8058/spread?id=${infos.EquipID}&pid=${this.projectId}&secret=${this.secret}`,"_blank")
+        this.$message("开发中...")
       }
       //设备二维码图片
       if (val == "EquipQRCode") {
         this.qrcodeUrl = this.tableData[row.row].EquipQRCode;
         if (!!this.qrcodeUrl) {
-          this.myDialog.qrcode = true;
+          this.myDialog.qrcode = true
         } else {
-          this.$message("此设备没有设备二维码");
+          this.$message("此设备没有设备二维码")
         }
       }
       //关联系统

+ 2 - 6
src/views/ledger/facility/partsmanage/index.vue

@@ -700,12 +700,8 @@ export default {
       //其他的开始判断
       let val = this.tableExample.colToProp(row.col);
       if (val == "caozuo") {
-        window.open(
-          `http://adm.sagacloud.cn:8058/spread?id=${infos.EquipID}&pid=${
-            this.projectId
-          }&secret=${this.secret}`,
-          "_blank"
-        );
+        // window.open(`http://adm.sagacloud.cn:8058/spread?id=${infos.EquipID}&pid=${this.projectId}&secret=${this.secret}`,"_blank")
+        this.$message("开发中...")
       }
       //设备二维码图片
       if (val == "EquipQRCode") {