|  | @@ -823,6 +823,9 @@ export default {
 | 
	
		
			
				|  |  |      init() {
 | 
	
		
			
				|  |  |        this.showDialog = true;
 | 
	
		
			
				|  |  |        query(this.fname.id).then((data) => {
 | 
	
		
			
				|  |  | +        if (data.data.billType) {
 | 
	
		
			
				|  |  | +          data.data.billType = data.data.billType.toString();
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  |          this.form = data.data;
 | 
	
		
			
				|  |  |          this.feesList = data.data.ftmsorderbillsfees;
 | 
	
		
			
				|  |  |          for (let item in this.feesList) {
 |