|
@@ -1283,6 +1283,18 @@
|
|
|
if(bl&&this.info.applicationType!=3){
|
|
|
this.queryAccountByStationIdAndType()
|
|
|
|
|
|
+ }
|
|
|
+
|
|
|
+ if(this.info.applicationType==3){
|
|
|
+ var applicationAmount=(this.info.chargingProfitAmount+this.info.monthlyCardIncome)
|
|
|
+ if(this.info.applyAmount1){
|
|
|
+ applicationAmount-=this.info.applyAmount1
|
|
|
+ }
|
|
|
+ if(this.info.applyAmount2){
|
|
|
+ applicationAmount-=this.info.applyAmount2
|
|
|
+ }
|
|
|
+ this.info.applicationAmount=applicationAmount.toFixed(2)
|
|
|
+
|
|
|
}
|
|
|
uni.hideLoading()
|
|
|
|
|
@@ -1342,6 +1354,8 @@
|
|
|
|
|
|
if(this.info.applicationType!=3){
|
|
|
this.queryAccountByStationIdAndType()
|
|
|
+ }else{
|
|
|
+
|
|
|
}
|
|
|
uni.hideLoading()
|
|
|
|