优化单据的逻辑

This commit is contained in:
季圣华
2020-10-14 23:35:10 +08:00
parent cf287c54e5
commit 3d746875e7
13 changed files with 13 additions and 13 deletions

View File

@@ -748,7 +748,7 @@
});
//搜索处理
$("#searchBtn").off("click").on("click",function(){
self.showDepotHeadDetails(1,initPageSize);
inOutService.showDepotHeadDetails(1,initPageSize);
var opts = $("#tableData").datagrid('options');
var pager = $("#tableData").datagrid('getPager');
opts.pageNumber = 1;