yxj
2022-06-30 cb08b1f068f12f0cd7668087e5dd67f2217d003e
WorkM/报表分析/ProductionOrder_ExecutionReport.cs
@@ -338,5 +338,14 @@
            BLL.ClsBaseSelect.SetTextByDept(textDept);
        }
        private void eXCELToolStripMenuItem_Click(object sender, EventArgs e)
        {
            DBUtility.Gy_BaseFun.DataToExcel(this.Text, grdMain);
        }
        private void cSVToolStripMenuItem_Click(object sender, EventArgs e)
        {
            DBUtility.Gy_BaseFun.DataGridViewToExcel2(grdMain, this.Text, this.Text);
        }
    }
}