修复出库申请只显示20行
This commit is contained in:
@@ -89,7 +89,7 @@ namespace FineUIPro.Web.CLGL
|
||||
{
|
||||
table.UnitWorkId = tvControlItem.SelectedNodeID;
|
||||
}
|
||||
var tb = BLL.TwInOutplanmasterService.GetListData(table, Grid1);
|
||||
var tb = BLL.TwInOutplanmasterService.GetListData(table);
|
||||
Grid1.RecordCount = TwInOutplanmasterService.Count;
|
||||
Grid1.DataSource = tb;
|
||||
Grid1.DataBind();
|
||||
|
||||
Reference in New Issue
Block a user