diff --git a/fuintAdmin/src/views/staff/list.vue b/fuintAdmin/src/views/staff/list.vue index 419df75f0..500b53a0c 100644 --- a/fuintAdmin/src/views/staff/list.vue +++ b/fuintAdmin/src/views/staff/list.vue @@ -61,24 +61,7 @@ - - - - - - - - - - - - - - - - - - + - - - - - - - + - - - - - - - - - - - - - - - +
@@ -1115,7 +1080,8 @@ return name; }, // 挂账 - addCredits(){ + addCredits(type){ + this.typeIdex = type this.map.payType = "credit" this.dialogVisibleCredit = true this.form1.amount = this.oilAmount + this.goodsAmount @@ -2723,6 +2689,7 @@ goodsNum:0, // 会员消费金额(储值卡需要减少的金额) consumeAmount:0, + typeIdex:'', }; }, updateRefuelMoney(){ @@ -2777,6 +2744,7 @@ }, // 支付方式 payMethod(payType){ + this.typeIdex = payType this.map.payType = payType; this.payType = payType; }, @@ -3099,6 +3067,7 @@ align-items: center; justify-content: center; margin-bottom: 10px; + cursor: pointer; } .wrap-box2{ diff --git a/gasStation-uni/pagesMy/Coupons/Coupons.vue b/gasStation-uni/pagesMy/Coupons/Coupons.vue index 62c81b9b9..ec1f0ae93 100644 --- a/gasStation-uni/pagesMy/Coupons/Coupons.vue +++ b/gasStation-uni/pagesMy/Coupons/Coupons.vue @@ -28,7 +28,7 @@ {{item.couponName}} {{item.couponContent}} - 有效期:{{item.createTime || ''}} + 有效期:{{item.endTime || ''}} 立即使用