Browse Source

feat(SCRM-5358): [DE][C端]临时停车,南昌办公楼车辆管理页面,按钮点击没有反应

lock.qiu@kerryprops.com 1 year ago
parent
commit
911c8a0e1a
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/pages/parkingFee/mixins/vehicleManagement.js

+ 3 - 2
src/pages/parkingFee/mixins/vehicleManagement.js

@@ -139,6 +139,7 @@ export default {
     toPayBefore(item) {
       // 不是杭州的车牌 或者 是非优惠的车牌
       if(!this.isHZ || item.eligible || !this.enableDiscountVehicle){
+        debugger
         this.toPay(item.vehicleNo)
         return
       }
@@ -153,7 +154,7 @@ export default {
       })
     },
     toPay(carno) {
-      if(this.isNoLogin) return
+      // if(this.isNoLogin) return 本次注释提供无vipcode 查询车牌车费
       this.$store.commit('cachedViews/DEL_CACHED_VIEW', {
         name: 'parkingFeeDetail',
       });
@@ -229,7 +230,7 @@ export default {
     },
     // 编辑
     toEdit(item) {
-      if(this.isNoLogin) return
+      // if(this.isNoLogin) return 本次注释提供无vipcode 编辑车牌
       if (!item) {
         return;
       }