雅琪诺MES智能条码管理系统
ouyangqing
2021-01-22 a8dda9bf32da50059bedc3c6d7a620f02fbbd5bb
SCM/µ¥¾Ý×ÊÁÏ/Gy_BarCodeMain.cs
@@ -59,7 +59,7 @@
            //生成首行标题
            if (DSet == null)
            {
                MessageBox.Show("没有返回任何结果,请在过滤框中点击【恢复】按钮,尝试再次查询!" + DBUtility.ClsPub.sExeReturnInfo);
                MessageBox.Show("没有返回任何结果" + DBUtility.ClsPub.sExeReturnInfo);
                return;
            }
            //
@@ -159,5 +159,10 @@
        {
            DataGridViewToExcel2(grdMain, this.Text, this.Text);
        }
        private void groupBox1_Enter(object sender, EventArgs e)
        {
        }
    }
}