Browse Source

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

zhangjiaxin 1 năm trước cách đây
mục cha
commit
4e45100d2b
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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);