chenjun 2 years ago
parent
commit
e75a68316f

+ 1 - 1
src/views/system/securityCheck/components/securityCheckHeader.vue

@@ -134,7 +134,7 @@
         <a-form-item prop="searchText" style="margin-right: 8px">
           <a-auto-complete
             ref="autocomplete"
-            v-model="formData.searchTexts"
+            v-model="formData.searchText"
             size="small"
             prefix-icon="el-icon-search"
             :trigger-on-focus="false"

+ 1 - 1
src/views/system/securityCheck/views/agentHome.vue

@@ -263,7 +263,7 @@ export default {
       this.queryData.agentLevel = agentLevel
       this.queryData.agentCode = agentCode
     }
-    // this.getData()
+    this.getData()
   },
   methods: {
     search(data) {

+ 3 - 1
src/views/system/securityCheck/views/cargoCharts.vue

@@ -70,7 +70,7 @@ export default {
           name: '件数',
         },
       ],
-      active: 0,
+      active: 1,
       multiple: 'multiple',
       queryData: {
         beginDate: '',
@@ -345,6 +345,8 @@ export default {
           // });
           this.init(arr, arrx, Low, firs, pt, strictly, datas)
           this.dataall.cont = alldata
+          this.dataall.name = this.active == 0 ? '总重量':'总件数'
+          this.dataall.name2 = this.active == 0 ? '总重量':'总件数'
           let ar = [] //总数
           let arrrisk = [] //高风险
           let arLowrisk = [] //低风险

+ 1 - 1
src/views/system/securityCheck/views/cargoStatisticsHome.vue

@@ -425,7 +425,7 @@ export default {
       this.queryData.agentLevel = this.$route.params.agentLevel
       this.queryData.agentCode = this.$route.params.agentCode
     }
-    // this.getData()
+    this.getData()
   },
   methods: {
     search(data) {

+ 1 - 1
src/views/system/securityCheck/views/securityChannelHome.vue

@@ -3,7 +3,7 @@
   <div class="content-app">
     <div class="up">
       <SecurityCheckHeader
-        title="安检通道综合效率"
+        title="安检通道过检效率"
         :withExportButton="false"
         :withChangeButton="false"
         @search="search"