Exemple #1
0
 private void barExplorYear_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     frmNumSelect fys = new frmNumSelect();
     fys.strType = " and (type = '所安全工器具出库单' ) ";
     fys.StrSQL = "select distinct num  from PJ_anqgjcrkd where  (type = '所安全工器具出库单') ";
     if (fys.ShowDialog() == DialogResult.OK)
     {
         ExportAQGJSCKEdit etdjh = new ExportAQGJSCKEdit();
         etdjh.ExportExcelProjectCKD("", fys.strNum);
     }
 }