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