|
@@ -32,15 +32,7 @@ namespace OTSIncAReportApp._1_UI.OTSReportExport.DataIntegration
|
|
//------------------加载模块,获取数据-------------------------------------------------
|
|
//------------------加载模块,获取数据-------------------------------------------------
|
|
m_otsreport_export.m_ReportApp.im_ParticlesGridDevidePage = new ParticlesGridDevidePage(m_otsreport_export.m_ReportApp);
|
|
m_otsreport_export.m_ReportApp.im_ParticlesGridDevidePage = new ParticlesGridDevidePage(m_otsreport_export.m_ReportApp);
|
|
DataTable SelectParticleTable = SelectParticleData(m_otsreport_export);
|
|
DataTable SelectParticleTable = SelectParticleData(m_otsreport_export);
|
|
- //int sel = 0;
|
|
|
|
- //if (m_mbszclass.M_SY.int_xzkl == 0)
|
|
|
|
- //{
|
|
|
|
- // sel = 0;
|
|
|
|
- //}
|
|
|
|
- //else
|
|
|
|
- //{
|
|
|
|
- // sel = 1;
|
|
|
|
- //}
|
|
|
|
|
|
+
|
|
//根据sql条件,查询获取颗粒信息数据
|
|
//根据sql条件,查询获取颗粒信息数据
|
|
ParticleData fielddata = new ParticleData(m_otsreport_export.m_ReportApp.m_rstDataMgr.ResultFilesList[m_otsreport_export.m_ReportApp.m_rstDataMgr.getSelectedIndex()].FilePath);
|
|
ParticleData fielddata = new ParticleData(m_otsreport_export.m_ReportApp.m_rstDataMgr.ResultFilesList[m_otsreport_export.m_ReportApp.m_rstDataMgr.getSelectedIndex()].FilePath);
|
|
DataTable btb = InvalidRemoval(fielddata.GetIncaSurfaceData(SelectParticleTable, 0, m_mbszclass.M_KLLBXX.list_str_kllb_qcys));
|
|
DataTable btb = InvalidRemoval(fielddata.GetIncaSurfaceData(SelectParticleTable, 0, m_mbszclass.M_KLLBXX.list_str_kllb_qcys));
|