From 7225f043da62c39397e6561b402a66b33488fb12 Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期三, 06 十一月 2024 18:34:41 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI --- WebTM/views/生产管理/日计划报表/MaterialShorAnalysisReport.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/MaterialShorAnalysisReport.html" "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/MaterialShorAnalysisReport.html" index 10d9e07..e20365e 100644 --- "a/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/MaterialShorAnalysisReport.html" +++ "b/WebTM/views/\347\224\237\344\272\247\347\256\241\347\220\206/\346\227\245\350\256\241\345\210\222\346\212\245\350\241\250/MaterialShorAnalysisReport.html" @@ -282,10 +282,10 @@ elem: '#mainTable' , toolbar: '#toolbarDemo' , height: 'full-50' - , page: true + , page: false , cellMinWidth: 90 , totalRow: true - , limit: 50 + , limit: 20000 , limits: [50, 500, 5000, 20000] , loading: false , cols: [columns] -- Gitblit v1.9.1