Browse Source

移除检查功能修复

seimin 3 years ago
parent
commit
b534829ad0
1 changed files with 6 additions and 2 deletions
  1. 6 2
      pages/receipt_infopage/receipt_infopage.vue

+ 6 - 2
pages/receipt_infopage/receipt_infopage.vue

@@ -254,7 +254,7 @@
254 254
                 <text class="text2">{{ item.yyTime || "-" }}</text>
255 255
               </view>
256 256
               <view class="page_item_foot_text"
257
-                v-show="item.inspectState.value==1||item.inspectState.value==2||item.inspectState.value==3||item.inspectState.value==4">
257
+                v-show="item.inspectState.value==1||item.inspectState.value==2||item.inspectState.value==4">
258 258
                 <view class="btn" @click.stop="remove(item)">移除</view>
259 259
               </view>
260 260
             </view>
@@ -361,7 +361,11 @@
361 361
       // 移除检查->知道了
362 362
       know1() {
363 363
         this.models1.disjunctor = false;
364
-        this.getInfo(this.dataId);
364
+        // this.getInfo(this.dataId);
365
+        //baba
366
+        uni.navigateTo({
367
+          url: '../receiptpage/receiptpage',
368
+        });
365 369
       },
366 370
       // 移除检查->确定
367 371
       ok1() {