修复出库申请只显示20行

This commit is contained in:
2025-01-10 19:22:05 +08:00
parent 2c1a328bc1
commit ebc0cec90e
3 changed files with 5 additions and 5 deletions
Binary file not shown.
+4 -4
View File
@@ -55,10 +55,6 @@
"$type": "Bookmark",
"Name": "ST:129:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
},
{
"$type": "Bookmark",
"Name": "ST:0:0:{1a46fd64-28d5-434c-8eb3-17a02d419b53}"
},
{
"$type": "Bookmark",
"Name": "ST:131:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
@@ -67,6 +63,10 @@
"$type": "Bookmark",
"Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}"
},
{
"$type": "Bookmark",
"Name": "ST:0:0:{1a46fd64-28d5-434c-8eb3-17a02d419b53}"
},
{
"$type": "Bookmark",
"Name": "ST:0:0:{5726b0e3-1012-5233-81f9-d1fad48e7a56}"
@@ -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();