From 7dde8afb5e8e297a0f30f1cb5afbba779d3097be Mon Sep 17 00:00:00 2001
From: 杨乐 <yang.le.192@qq.com>
Date: 星期二, 08 二月 2022 16:56:36 +0800
Subject: [PATCH] 采购管理 销售管理 仓存管理-验收入库-领料发货 页面页数调整,数据排序

---
 WebTM/views/采购管理/委外订单/WW_EntrustOrderBillList.html |    4 ++--
 1 files changed, 2 insertions(+), 2 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 3cb44c7..6967be1 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"
@@ -335,10 +335,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