소스 검색

Merge branch 'master' of https://git.steerinfo.com/DAL-DAZHOU/icore-pass

zx 3 년 전
부모
커밋
303cb202b2
2개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build/utils.js
  2. 9 0
      src/views/sale/components/transport_excute/tms-offsite/receiptResult.vue

+ 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','inward']
 let devModules = ['all']
-// let devModules = ['index','sale']
+//let devModules = ['index','sale']
 // let devModules = ['index','SporadicManage','RMS','statisticalReport']
 // let devModules = ['index','inward','statisticalReport']
 //  let devModules = ['index','WMS','appoint','TMS','inward','statisticalReport','sale']

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

@@ -310,6 +310,15 @@ export default {
           if(res.data.resultReceiveNotePhoto!=null){
              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);
+          }
        });
        
     },