shish пре 3 година
родитељ
комит
1654b1eb28
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      hdApp/src/admin/billing/affirmGhsBook.vue

+ 1 - 0
hdApp/src/admin/billing/affirmGhsBook.vue

@@ -363,6 +363,7 @@ export default {
 		changeTransType(num){
 			let that = this
 			this.form.transType = num
+			this.form.sendCost = 0
 			if(this.getDictionariesInfo.transCost && !this.$util.isEmpty(this.getDictionariesInfo.transCost)){
 				let weight = this.allCountFun.weight ? Number(this.allCountFun.weight) : 0
 				let totalNum = this.allCountFun.bigLength ? Number(this.allCountFun.bigLength) : 0