shish 1 год назад
Родитель
Сommit
733a1572ee
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hdApp/src/admin/billing/affirm.vue

+ 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