From 6e54db0de1b41ca840e42e11b39a300dba7ceaba Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 17 十一月 2023 12:51:47 +0800
Subject: [PATCH] ../../销售管理/收款单/YS_ReceiveBill.html:增加 结算方式返回方法

---
 WebTM/views/PublicPage/UserInformation.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WebTM/views/PublicPage/UserInformation.html b/WebTM/views/PublicPage/UserInformation.html
index 21e0e02..6ba1919 100644
--- a/WebTM/views/PublicPage/UserInformation.html
+++ b/WebTM/views/PublicPage/UserInformation.html
@@ -159,6 +159,8 @@
                 //, toolbar: '#toolbarDemo'
                 , height: 'full-120'
                 , page: true
+                , limits: [50, 500, 5000, 50000]
+                , limit: 50
                 , cellMinWidth: 90
                 , cols: [[
                     { type: 'radio', fixed: 'left' }

--
Gitblit v1.9.1