...
|
...
|
@@ -69,7 +69,7 @@ |
|
|
fitColumns: true,
|
|
|
nowrap: false,
|
|
|
// url: contextPath + "/UserRegisterBuy/getUserRegisterBuyList?®ister=" + getParams().register + "&buy=" + getParams().buy,
|
|
|
// method: 'GET',
|
|
|
// method: 'GET',
|
|
|
loadFilter: function (data) {
|
|
|
var temp = defaultLoadFilter(data);
|
|
|
temp.rows = temp.list;
|
...
|
...
|
@@ -107,14 +107,12 @@ |
|
|
align: "center"
|
|
|
}]],
|
|
|
cache: false,
|
|
|
// pagination: true,
|
|
|
pagination: false,
|
|
|
// pageSize: 10,
|
|
|
// pageList: [10],
|
|
|
pagination: true,
|
|
|
pageSize: 5000,
|
|
|
pageList: [5000],
|
|
|
singleSelect: true
|
|
|
});
|
|
|
// $(".pagination-page-list").hide();
|
|
|
// $(".pagination-links").hide();
|
|
|
|
|
|
});
|
|
|
|
|
|
function batchProgramDialog() {
|
...
|
...
|
@@ -174,18 +172,12 @@ |
|
|
align: "center"
|
|
|
}]],
|
|
|
cache: false,
|
|
|
// pagination: true,
|
|
|
pagination: false,
|
|
|
// pageSize: 10,
|
|
|
// pageList: [10],
|
|
|
// idField: "mobile",
|
|
|
pagination: true,
|
|
|
pageSize: 5000,
|
|
|
pageList: [5000],
|
|
|
singleSelect: true,
|
|
|
checkOnSelect: false,
|
|
|
onLoadSuccess: function () {
|
|
|
}
|
|
|
});
|
|
|
// $(".pagination-page-list").hide();
|
|
|
// $(".pagination-links").hide();
|
|
|
}
|
|
|
});
|
|
|
|
...
|
...
|
|