yangle
2022-09-02 1ab938f0b7c04a8ffb4f963457730eb7877b7f35
修改 把分页去掉
1个文件已修改
5 ■■■■ 已修改文件
WebTM/views/车间管理/报表分析/ProductionPlanReportList.html 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/³µ¼ä¹ÜÀí/±¨±í·ÖÎö/ProductionPlanReportList.html
@@ -224,9 +224,8 @@
                option = {
                    elem: '#mainTable'
                    , toolbar: '#toolbarDemo'
                    , page: true
                    , cellMinWidth: 120
                    , limit: 50
                    , limit: Number.MAX_VALUE // æ•°æ®è¡¨æ ¼é»˜è®¤å…¨éƒ¨æ˜¾ç¤º
                    , height: 'full-50'
                    , cols: [[
                        { type: 'checkbox', fixed: 'left' }
@@ -248,8 +247,6 @@
                        , { field: '状态', title: '状态', width: 200 }
                        , { field: '操作工', title: '操作工', width: 200 }
                    ]]
                    , limits: [50, 500, 5000, 20000]
                };
            }