| 
					
				 | 
			
			
				@@ -2684,6 +2684,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }else if(Cookies.get("sysType") == 3){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               formDate.append('billsType','KHSF') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               collectFee(formDate).then((response) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                this.queryParams.fId = response.data.tFee.fId 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 this.open = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 this.msgSuccess("操作成功"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 this.getList(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -3365,7 +3366,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 +3389,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)); 
			 |