shish 4 yıl önce
ebeveyn
işleme
ac490dbc61
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      ghsApp/src/pagesOrder/refund.vue

+ 3 - 0
ghsApp/src/pagesOrder/refund.vue

@@ -171,6 +171,9 @@ export default {
 	},
 	},
 	computed:{
 	computed:{
 		refundMoneyFun(){
 		refundMoneyFun(){
+			if(this.refundType == 2){
+				return
+			}
 			this.refundPrice = 0
 			this.refundPrice = 0
 			if(!this.$util.isEmpty(this.product)){
 			if(!this.$util.isEmpty(this.product)){
 				this.product.forEach(ele=>{
 				this.product.forEach(ele=>{