| 
					
				 | 
			
			
				@@ -476,7 +476,7 @@ function initTable(classCode) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 width: 50, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 visible: isMultiple==1?false:true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 formatter: function (value, row, index) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    return value.toFixed(2); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    return value; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }, { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 field: 'stockAmount', 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -496,7 +496,7 @@ function initTable(classCode) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 width: 50, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 visible: isMultiple==1?false:true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 formatter: function (value, row, index) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    return value.toFixed(2); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    return value; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }, { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 field: 'stockAmountVirtual', 
			 |