From 1278472a0c96eaeb4a8bbe04df2c23b0eb52e2ff Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期四, 10 三月 2022 15:00:09 +0800
Subject: [PATCH] 合并

---
 WebTM/views/车间管理/报表分析/Sc_StationInBillList.html |    4 ++--
 1 files changed, 2 insertions(+), 2 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/Sc_StationInBillList.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/Sc_StationInBillList.html"
index 722ae7d..f97717c 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/Sc_StationInBillList.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/Sc_StationInBillList.html"
@@ -187,10 +187,10 @@
                     , page: true
                     , cellMinWidth: 120
                     , totalRow: true
-                    , limit: 10
+                    , limit: 50
                     , height: 'full-50'
                     , cols: [columns]
-                    , limits: [50, 500, 1000, 5000]
+                    , limits: [50, 500, 5000, 20000]
                     , done: function (res, curr, count) {
 
                     }

--
Gitblit v1.9.1