| 
					
				 | 
			
			
				@@ -309,7 +309,8 @@ const messageBoxConfirm = () => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const submitRequest = () => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let {amountValue = 0, totalCount = 0, amountCurrencyCode} = baseFormData; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     formList[0]['text'] = atUserList.value; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    amountValue = amountValue * 100; // 元转分 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+     
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let finishConditions = []; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     for(let i = 0; i < formList.length; i++) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         let item = {}; 
			 |