|
@@ -3365,7 +3365,7 @@ export default {
|
|
|
}else if(Cookies.get("sysType") == 3){
|
|
|
formData.append("billsType", 'KHSF');
|
|
|
addCharge(formData).then((response) => {
|
|
|
- let feeBills = response.data.tFee;
|
|
|
+ this.queryParams = response.data.tFee;
|
|
|
this.$set(this.queryParams, "fId", response.data.tFee.fId);
|
|
|
this.$set(
|
|
|
this.queryParams,
|
|
@@ -3388,11 +3388,11 @@ export default {
|
|
|
this.queryParams.fBillstatus = "1";
|
|
|
let formData = new window.FormData();
|
|
|
for(let li in this.increase_s){
|
|
|
- if(this.increase_s[li].fSrcdc == '收'){
|
|
|
- this.increase_s[li].fSrcdc = 'D'
|
|
|
- }else if(this.increase_s[li].fSrcdc == '付'){
|
|
|
- this.increase_s[li].fSrcdc = 'C'
|
|
|
- }
|
|
|
+ // if(this.increase_s[li].fSrcdc == '收'){
|
|
|
+ // this.increase_s[li].fSrcdc = 'D'
|
|
|
+ // }else if(this.increase_s[li].fSrcdc == '付'){
|
|
|
+ // this.increase_s[li].fSrcdc = 'C'
|
|
|
+ // }
|
|
|
}
|
|
|
formData.append("tFee", JSON.stringify(this.queryParams));
|
|
|
formData.append("tFeeDo", JSON.stringify(this.increase_s));
|