Browse Source

修改多张图片

liyg 3 years ago
parent
commit
67807b4e4e

+ 1 - 1
build/utils.js

@@ -20,7 +20,7 @@ const devPathSrc = path.resolve(__dirname, '../../../src'); // node_modules应
 //let devModules = ['index','appoint','WMS'];
 //let devModules = ['index','appoint','WMS'];
 // let devModules = ['index','inward']
 // let devModules = ['index','inward']
 let devModules = ['all']
 let devModules = ['all']
-// let devModules = ['index','sale']
+//let devModules = ['index','sale']
 // let devModules = ['index','SporadicManage','RMS','statisticalReport']
 // let devModules = ['index','SporadicManage','RMS','statisticalReport']
 // let devModules = ['index','inward','statisticalReport']
 // let devModules = ['index','inward','statisticalReport']
 //  let devModules = ['index','WMS','appoint','TMS','inward','statisticalReport','sale']
 //  let devModules = ['index','WMS','appoint','TMS','inward','statisticalReport','sale']

+ 1 - 1
config/index.js

@@ -64,7 +64,7 @@ let proxyTable = {
   },
   },
   // 所有数据的请求域名地址
   // 所有数据的请求域名地址
   "/api/v1": {
   "/api/v1": {
-    // target: "http://192.168.1.101:8019",
+    //target: "http://localhost:8019",
     target: "http://172.16.33.166:8080",
     target: "http://172.16.33.166:8080",
     // target: "http://192.168.1.114:8019",
     // target: "http://192.168.1.114:8019",
     ws: true,
     ws: true,

+ 9 - 0
src/views/sale/components/transport_excute/tms-offsite/receiptResult.vue

@@ -310,6 +310,15 @@ export default {
           if(res.data.resultReceiveNotePhoto!=null){
           if(res.data.resultReceiveNotePhoto!=null){
              this.srcList.push(res.data.resultReceiveNotePhoto);
              this.srcList.push(res.data.resultReceiveNotePhoto);
           }
           }
+          if(res.data.otherPhoto1!=null){
+             this.srcList.push(res.data.otherPhoto1);
+          }
+          if(res.data.otherPhoto2!=null){
+             this.srcList.push(res.data.otherPhoto2);
+          }
+          if(res.data.otherPhoto3!=null){
+             this.srcList.push(res.data.otherPhoto3);
+          }
        });
        });
        
        
     },
     },