From 60ebaf4ebd3f5c76bc340c837dd7bed4802c1769 Mon Sep 17 00:00:00 2001
From: cwjbxqmz <1134865194@qq.com>
Date: 星期五, 13 十月 2023 13:09:16 +0800
Subject: [PATCH] 网页版 采购订单列表 收料通知单列表 ,退料通知单列表,采购入库单列表:增加 审核 反审核 关闭 反关闭 作废 反作废 以及 自定义过滤 功能;

---
 WebTM/views/Baseset/SRM_OpenTmpList.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/WebTM/views/Baseset/SRM_OpenTmpList.html b/WebTM/views/Baseset/SRM_OpenTmpList.html
index 95919ec..42c44c5 100644
--- a/WebTM/views/Baseset/SRM_OpenTmpList.html
+++ b/WebTM/views/Baseset/SRM_OpenTmpList.html
@@ -70,6 +70,9 @@
                     , { field: 'HName', width: 150, title: '妯″潡鍚嶇О', hide: true }
                     , { field: '妯℃澘鍚嶇О', width: 150, title: '妯℃澘鍚嶇О' }
                 ]]
+                , page: true
+                , limits: [50, 500, 5000, 50000]
+                , limit: 50
             };
 
             DisPlay_HideColumn();

--
Gitblit v1.9.1