shish 1 سال پیش
والد
کامیت
16d057bdd9
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      hdApp/src/admin/ghs/pay.vue

+ 3 - 0
hdApp/src/admin/ghs/pay.vue

@@ -138,6 +138,9 @@
 						if (res.data && res.data.ghs && !this.$util.isEmpty(res.data.ghs)){
 						if (res.data && res.data.ghs && !this.$util.isEmpty(res.data.ghs)){
 							that.ghsInfo = res.data.ghs
 							that.ghsInfo = res.data.ghs
 							that.customInfo = res.data.custom?res.data.custom:[]
 							that.customInfo = res.data.custom?res.data.custom:[]
+							if(that.customInfo.remainDebtAmount && Number(that.customInfo.remainDebtAmount)>0){
+								that.amount = parseFloat(that.customInfo.remainDebtAmount)
+							}
 							that.imgUrl = res.data.imgUrl ? res.data.imgUrl : ''
 							that.imgUrl = res.data.imgUrl ? res.data.imgUrl : ''
 						}
 						}
 					}
 					}