From 1ab938f0b7c04a8ffb4f963457730eb7877b7f35 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期五, 02 九月 2022 10:40:01 +0800
Subject: [PATCH] 修改 把分页去掉

---
 WebTM/views/车间管理/报表分析/ProductionPlanReportList.html |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/ProductionPlanReportList.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/ProductionPlanReportList.html"
index 64fcd28..dced2c8 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/ProductionPlanReportList.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/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]
-
                 };
             }
 

--
Gitblit v1.9.1