| 
					
				 | 
			
			
				@@ -1886,7 +1886,7 @@ function saveConfirmFee() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             tempJson.parChannel = "1"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             tempJson.transDate = transDate; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             tempJson.traceNo = traceNo; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            tempJson.chequeType = "1"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//            tempJson.chequeType = "1"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             //现金有可能会多收,比入实收37,对方给了100,需要找零63. 所以必须减去找零金额,才是实收金额 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (tempJson.chequeType == "1") { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 temp = temp - $("#changeAmount").val(); 
			 |