Ver código fonte

更新报告模板

cxs 1 ano atrás
pai
commit
3e9588e893

+ 5 - 4
Bin/x64/Debug/Config/ConfigTemplate/IncA/ReportTemplateConfig.xml

@@ -154,9 +154,10 @@
       <YS1>Fe</YS1>
     </list_str_kllb_qcys>
     <str_kllb_qcys>C,Fe</str_kllb_qcys>
-    <str_kllb_DeleteClass>misc</str_kllb_DeleteClass>
+    <str_kllb_DeleteClass>SiC,FeO</str_kllb_DeleteClass>
     <list_str_kllb_DeleteClass>
-      <YS0>misc</YS0>
+      <YS0>SiC</YS0>
+      <YS1>FeO</YS1>
     </list_str_kllb_DeleteClass>
     <list_int_kllb_number>20</list_int_kllb_number>
   </M_KLLBXX>
@@ -164,7 +165,7 @@
     <Path>./Config/ReportTemplate/ReportTemplateConfig.xml</Path>
   </M_address>
   <M_JZWZB>
-    <b_ck_surface>True</b_ck_surface>
-    <b_ck_chart>True</b_ck_chart>
+    <b_ck_surface>False</b_ck_surface>
+    <b_ck_chart>False</b_ck_chart>
   </M_JZWZB>
 </XmlConfig>

+ 1 - 1
Bin/x64/Debug/Config/ReportTemplate/ReportTemplateConfig.xml

@@ -120,7 +120,7 @@
     <list_int_kllb_number>20</list_int_kllb_number>
   </M_KLLBXX>
   <M_address>
-    <Path>C:\Others\Opton\cleanness\OTS\Bin\x64\Debug\Config\ConfigTemplate\BatteryCleannessA\ReportTemplateConfig.xml</Path>
+    <Path>C:\Others\Opton\cleanness\OTS\Bin\x64\Debug\Config\ConfigTemplate\IncA\ReportTemplateConfig.xml</Path>
   </M_address>
   <M_JZWZB>
     <b_ck_surface>False</b_ck_surface>

+ 3 - 0
OTSIncAReportApp/1-UI/OTSTemplateDesigner/Export_ReportTemplate.cs

@@ -30,6 +30,9 @@ namespace OTSIncAReportApp.OTSTemplateDesigner
         UserLibraryData userLibrary;
         DataTable userLibraryData;
         DataTable m_bt_DBData = new DataTable();
+        /// <summary>
+        /// 三元图列表
+        /// </summary>
         List<string> TemplateList;
         frmReportConditionChoose m_condition;
 

+ 4 - 1
OTSIncAReportApp/1-UI/OTSTemplateDesigner/OTSReport_Export.cs

@@ -81,6 +81,9 @@ namespace OTSIncAReportApp
         /// </summary>
         public class c_TemplateClass
         {
+            /// <summary>
+            /// 配置文件路径
+            /// </summary>
             public DZ M_DZ { get; set; }
 
             #region 属性
@@ -627,7 +630,7 @@ namespace OTSIncAReportApp
 
             m_mbszclass = new c_TemplateClass();
 
-            //读取配置文件中的模板
+            //读取配置文件中的模板路径
             LoadMBSZClass();
 
             LoadRouteclass();