From 5ce69179bf655ea4760c1fcc76b8d4b5e421f3de Mon Sep 17 00:00:00 2001
From: 杨乐 <yang.le.192@qq.com>
Date: 星期四, 10 二月 2022 17:00:21 +0800
Subject: [PATCH] 修改页码及排序
---
WebTM/views/生产工序管理/委外工序派工单/WW_EntrustProcSendWorkBillList.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\272\217\346\264\276\345\267\245\345\215\225/WW_EntrustProcSendWorkBillList.html" "b/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\272\217\346\264\276\345\267\245\345\215\225/WW_EntrustProcSendWorkBillList.html"
index 01c0f1e..1b59724 100644
--- "a/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\272\217\346\264\276\345\267\245\345\215\225/WW_EntrustProcSendWorkBillList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\247\224\345\244\226\345\267\245\345\272\217\346\264\276\345\267\245\345\215\225/WW_EntrustProcSendWorkBillList.html"
@@ -299,7 +299,7 @@
//, skin: 'row' //琛ㄦ牸椋庢牸
// , even: true
, page: true //鏄惁鏄剧ず鍒嗛〉
- , limits: [10, 20, 50, 100]
+ , limits: [50, 500, 5000, 20000]
, limit: 50 //姣忛〉榛樿鏄剧ず鐨勬暟閲�
//, height: 500
, done: function (res, curr, count) {
--
Gitblit v1.9.1