zxz 2 yıl önce
ebeveyn
işleme
a7b01d2e0e

+ 6 - 6
src/views/newTask/listPage.vue

@@ -32,21 +32,21 @@
     <!-- end table切换 -->
 
     <!-- 分类 -->
-    <ul class="taskType"
+    <!-- <ul class="taskType"
         ref="taskTypeShow">
       <li v-for="(item, index) in taskTypeList"
           :key="index"
           @click="clickSearch(item, index)"
           :class="{ active: categoryIndex == index }">
-        <p>
+        <p> -->
           <!-- 类型名称 -->
-          {{ getLanguage !== 'en' ? $t(item.businessTypeName) : $t(item.businessTypeNameEn)}}
+          <!-- {{ getLanguage !== 'en' ? $t(item.businessTypeName) : $t(item.businessTypeNameEn)}} -->
           <!-- 类型个数 -->
-          <span>( {{ item.amount }} )</span>
+          <!-- <span>( {{ item.amount }} )</span>
         </p>
       </li>
       <div class="clear-both"></div>
-    </ul>
+    </ul> -->
     <!-- end 分类 -->
 
     <!-- 内容部分 -->
@@ -57,9 +57,9 @@
           v-infinite-scroll="noticeListFun"
           infinite-scroll-disabled="scrollDisabled"
           infinite-scroll-distance="30">
+          <!-- v-if='i.businessType!="BUY"&&i.businessType!="SALE"&&i.businessType!="DAICHU"' -->
         <li v-for="(i, index) in listShow"
             :key="index"
-            v-if='i.businessType!="BUY"&&i.businessType!="SALE"&&i.businessType!="DAICHU"'
             class="list-item"
             @click="goPath(i)">
           <!-- 图标 -->

+ 3 - 0
src/views/profitable/oilcost.vue

@@ -241,6 +241,9 @@
       }
     },
     activated() {
+      if(this.$route.query.id){//有id证从任务页面进来的  将筛选状态变成待审核
+      this.searchType = 1
+    }
       this.getList()
     },
     methods: {

+ 3 - 0
src/views/universalityAudit/audit.vue

@@ -241,6 +241,9 @@ export default {
       .then(response => {
         this.xialaList = response
       })
+      if(this.$route.query.id){//有id证从任务页面进来的  将筛选状态变成待审核
+      this.searchType = 1
+    }
     this.getList()
   },
   methods: {