2 Commits 98cb24ee6c ... 508837cdb8

Autor SHA1 Mensaje Fecha
  achao 508837cdb8 Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pc hace 1 año
  achao 695a74e67b 1 hace 1 año

+ 2 - 0
src/views/tradeServicesManagement/warehouseReceiptVideoMonitoring.vue

@@ -103,6 +103,8 @@
       toMore(val){debugger
         this.$router.push({name:'warehouseReceiptVideoMonitoringMore',query:{
           warehouseId:val.warehouseId,
+          compName:val.compName,
+          warehouseName:val.warehouseName,
         }})
       },
       showInfo(val){

+ 1 - 1
src/views/tradeServicesManagement/warehouseReceiptVideoMonitoringMore.vue

@@ -2,7 +2,7 @@
 <template>
   <div class="container">
     <div class="content" id="warehouseReceiptVideoMonitoringMore">
-      <div class="title">黑龙江中天昊元贸易有限公司【鲅鱼圈金信库】所有监控视频</div>
+      <div class="title">{{$route.query.compName}}【{{$route.query.warehouseName}}】所有监控视频</div>
       <div v-for="(item, index) in dataList" class="item" @click="showInfo(item)">
         <iframe :src='item.addressUrl' allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"
           allow="autoplay; fullscreen; microphone;" class="ifram-item"></iframe>