From 24606b9f19ebbf3555f0d19835b10064e5a332aa Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期三, 06 四月 2022 17:05:53 +0800
Subject: [PATCH] 代码提交
---
WebTM/views/采购管理/采购订单/Cg_POOrderBillList.html | 4 ++--
WebTM/views/采购管理/委外订单/WW_EntrustOrderBillList.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git "a/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\345\247\224\345\244\226\350\256\242\345\215\225/WW_EntrustOrderBillList.html" "b/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\345\247\224\345\244\226\350\256\242\345\215\225/WW_EntrustOrderBillList.html"
index 2882cde..689bcf3 100644
--- "a/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\345\247\224\345\244\226\350\256\242\345\215\225/WW_EntrustOrderBillList.html"
+++ "b/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\345\247\224\345\244\226\350\256\242\345\215\225/WW_EntrustOrderBillList.html"
@@ -360,10 +360,10 @@
, page: true
, cellMinWidth: 120
, totalRow: true
- , limit: 50
+ , limit: 500
, height: 'full-50'
, cols: [columns]
- , limits: [50, 500, 5000, 20000]
+ , limits: [500, 5000, 20000]
, done: function (res, curr, count) {
}
diff --git "a/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\350\256\242\345\215\225/Cg_POOrderBillList.html" "b/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\350\256\242\345\215\225/Cg_POOrderBillList.html"
index f59ff0d..254d590 100644
--- "a/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\350\256\242\345\215\225/Cg_POOrderBillList.html"
+++ "b/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\350\256\242\345\215\225/Cg_POOrderBillList.html"
@@ -372,10 +372,10 @@
, page: true
, cellMinWidth: 120
, totalRow: true
- , limit: 50
+ , limit: 500
, height: 'full-50'
, cols: [columns]
- , limits: [50, 500, 5000, 20000]
+ , limits: [500, 5000, 20000]
, done: function (res, curr, count) {
}
--
Gitblit v1.9.1