Commit df0352f2 by wuwenlong

批量生成生产计划bugfix

parent edf70399
......@@ -7,7 +7,7 @@ $(function () {
IPLATUI.EFGrid.result = {
pageable: {
pageSize: 20,
pageSize: 10,
pageSizes: [10, 20, 50, 70, 100],
},
columns: [
......@@ -24,7 +24,17 @@ $(function () {
}
});
/**
* 查询
*/
function query() {
resultGrid.dataSource.page(1);
}
$(window).load(function () {
// 查
// query();
});
function schedule() {
var planCode = $("#inqu_status-0-planCode").val();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment