Explorar el Código

修复多样品导出选择样品时发生的BUG

zhangjiaxin hace 1 año
padre
commit
4e45100d2b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      OTSIncAReportApp/1-UI/OTSReportExport/OTSReport_Export.cs

+ 2 - 0
OTSIncAReportApp/1-UI/OTSReportExport/OTSReport_Export.cs

@@ -594,6 +594,8 @@ namespace OTSIncAReportApp
         #region 窗体控件事件
         private void btn_preview_Click(object sender, EventArgs e)
         {
+            m_ReportApp.m_rstDataMgr.setSelectedIndex(cbo_sjy.SelectedIndex);
+
             DEVReport = new OTS_DEVReport(this, m_mbszclass, m_ReportApp);
             LoadData();
             ReportPrintTool tool = new ReportPrintTool(DEVReport);