|  | @@ -359,7 +359,13 @@ namespace OTSIncAReportApp.OTSDataMgrFunction
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                  //数据表类型
 | 
	
		
			
				|  |  |                  string sSCaptionName10 = table["sscaptionname10"].ToString();
 | 
	
		
			
				|  |  | -                List<string> list2 = new List<string>() { table["sscaptionname25"].ToString(), table["sscaptionname26"].ToString(), table["sscaptionname27"].ToString(), table["sscaptionname28"].ToString(), table["sscaptionname29"].ToString(), table["sscaptionname30"].ToString(), "国标一", "国标二", "美标", "德标" };
 | 
	
		
			
				|  |  | +                List<string> list2 = new List<string>() { table["sscaptionname25"].ToString(), table["sscaptionname26"].ToString(), table["sscaptionname27"].ToString(), table["sscaptionname28"].ToString(), table["sscaptionname29"].ToString(), table["sscaptionname30"].ToString()};
 | 
	
		
			
				|  |  | +                string[] aa = m_ReportApp.Text.Split('-');
 | 
	
		
			
				|  |  | +                if(aa[aa.Count()-1]== " Inclusion Analysis System")
 | 
	
		
			
				|  |  | +                {
 | 
	
		
			
				|  |  | +                    List<string> listStd = new List<string>() {"国标一", "国标二", "美标", "德标" };
 | 
	
		
			
				|  |  | +                    list2.AddRange(listStd);
 | 
	
		
			
				|  |  | +                }
 | 
	
		
			
				|  |  |                  SampleData sampleData3 = new SampleData();
 | 
	
		
			
				|  |  |                  sampleData3.iItemId = OTS_REPORT_PROP_GRID_ITEMS.CALCULATE_TABLE_TYPE;
 | 
	
		
			
				|  |  |                  sampleData3.sSCaptionName = sSCaptionName10;
 |