|
@@ -1455,7 +1455,7 @@ namespace UAS_LabelMachine
|
|
|
LoadGridData(new object(), new EventArgs());
|
|
|
}
|
|
|
int CurrentPage = 1;
|
|
|
- int PageSize = 500;
|
|
|
+ int PageSize = 10;
|
|
|
int DataSize = 0;
|
|
|
int MaxPageSize = 0;
|
|
|
DataTable LabelInfDataTable;
|
|
@@ -1733,6 +1733,7 @@ namespace UAS_LabelMachine
|
|
|
{
|
|
|
ExportFileDialog.Description = "选择导出的路径";
|
|
|
DialogResult result = ExportFileDialog.ShowDialog();
|
|
|
+ DataTable dt = (DataTable)adh.ExecuteSql("select * from prodiobarcode where pib_inoutno='"+pi_inoutno.Text+"'", "select");
|
|
|
if (result == DialogResult.OK)
|
|
|
{
|
|
|
ExcelHandler eh = new ExcelHandler();
|