Browse Source

修改无法显示厂商信息

zhangyu 5 years ago
parent
commit
527b4ea9cc
2 changed files with 13 additions and 2 deletions
  1. 1 1
      config/index.js
  2. 12 1
      src/components/handsontables/device.vue

+ 1 - 1
config/index.js

@@ -7,7 +7,7 @@ const path = require('path')
 const proxyTable = {
     '/api': {
         // target: 'http://mbi.sagacloud.cn:8080', //扫楼revit
-        target: 'http://172.16.0.235:8080', //扫楼revit
+        target: 'http://192.168.20.235:8080', //扫楼revit
         changeOrigin: true,
         pathRewrite: {
             '^/api': ''

+ 12 - 1
src/components/handsontables/device.vue

@@ -50,7 +50,7 @@
     <!-- 二维码弹窗 -->
     <qrcode :dialog="dialog" :qrcodeUrl="qrcodeUrl" :addBody="true" ref="qrcode"></qrcode>
     <!-- 型号弹窗 -->
-    <firm :mess="{deviceId: mess.deviceId}" ref="firm" @changeFirm="firmChange" :dialog="dialog"></firm>
+    <firm :mess="{deviceId: mess.devicePid}" ref="firm" @changeFirm="firmChange" :dialog="dialog"></firm>
     <!-- 供应商合同弹窗 -->
     <supply-dialog ref="supply" @change="supplyChange" :id="id" :dialog="dialog"></supply-dialog>
     <!-- 供应商弹窗 -->
@@ -287,6 +287,17 @@ export default {
     getHeaderData(code) {
       this.page.currentPage = 1
       this.mess = code
+      if(this.mess.deviceId) {
+        this.EquipmentList.map((children) =>{
+          if(children && children.content) {
+            children.content.map((item) =>{
+              if(item.code == this.mess.deviceId) {
+                this.mess.devicePid = children.code
+              }
+            })
+          }
+        })
+      }
       this.changeCader()
       getTableHeader({
         code: this.mess.deviceId,