Esempio n. 1
0
 private void barExplorYear_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     frmProjectSelect fys = new frmProjectSelect();
     fys.strType = " and (type = '撤旧材料出库单' ) ";
     fys.StrSQL = "select distinct ssgc  from PJ_clcrkd where  (type = '撤旧材料出库单') ";
     if (fys.ShowDialog() == DialogResult.OK)
     {
         ExportCJCLCKEdit etdjh = new ExportCJCLCKEdit();
         etdjh.ExportExcelProjectCKD("", fys.strProject, fys.strFenproject);
     }
 }