shish 1 жил өмнө
parent
commit
733a1572ee

+ 1 - 1
hdApp/src/admin/billing/affirm.vue

@@ -567,7 +567,7 @@ export default {
       if(this.form.forward == 1){
         this.showForward()  
       }else{
-        if(Number(this.customInfo.balance)>Number(this.modifyPrice)){
+        if(Number(this.customInfo.balance)>Number(this.modifyPrice) && this.form.hasPay!=4){
           //客户余额充值,只能使用余额支付
           this.$util.confirmModal({content:'客户余额充足,请使用余额支付'},() => {
             this.form.hasPay = 4