|
@@ -2461,7 +2461,7 @@ namespace OTSIncAReportApp.OTSTemplateDesigner
|
|
|
|
|
|
cPropParamClr.SetDataSourceId(0);//
|
|
|
cPropParamClr.SetType(1);//table
|
|
|
- cPropParamClr.SetCalTableType(6);//国标1
|
|
|
+ cPropParamClr.SetCalTableType(5);//国标1
|
|
|
List<OTSCLRINTERFACE.CGridDataClr> listGriddataclr = m_otsreport_export.m_ReportApp.m_rstDataMgr.m_ReportMgr.GridDataTransfer(cPropParamClr);
|
|
|
m_otsreport_export.m_ReportApp.im_ChineseStandardABCDDS = new OTSIncAReportGB.ChineseStandardABCDDS(m_otsreport_export.m_ReportApp.m_rstDataMgr.m_ReportMgr, listGriddataclr);
|
|
|
m_otsreport_export.m_ReportApp.m_TablesWindow.Controls.Clear();
|
|
@@ -2479,7 +2479,7 @@ namespace OTSIncAReportApp.OTSTemplateDesigner
|
|
|
|
|
|
cPropParamClr.SetDataSourceId(0);//
|
|
|
cPropParamClr.SetType(1);//table
|
|
|
- cPropParamClr.SetCalTableType(7);//国标2
|
|
|
+ cPropParamClr.SetCalTableType(6);//国标2
|
|
|
List<OTSCLRINTERFACE.CGridDataClr> listGriddataclr2 = m_otsreport_export.m_ReportApp.m_rstDataMgr.m_ReportMgr.GridDataTransfer(cPropParamClr);//
|
|
|
m_otsreport_export.m_ReportApp.m_TablesWindow.Controls.Clear();
|
|
|
m_otsreport_export.m_ReportApp.im_NationalStandardMethodTwo = new OTSIncAReportGB.NationalStandardMethodTwo(m_otsreport_export.m_ReportApp.m_rstDataMgr.m_ReportMgr, listGriddataclr2);
|