From 88c89393357a28a8793c7c1dcecc50891e2ba23b Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 14 八月 2024 09:14:24 +0800
Subject: [PATCH]  增加 项目 字段过滤功能(下拉框的方式,加载 现有 项目工程表里 前20位 ); 物料、工艺路线维护、工艺路线查询、产品工艺参数列表、生产订单维护、工序流转卡维护、首件检验单维护、 巡检单维护、工序转移检验单、库存检验单维护、车间自检单维护 并且

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

diff --git a/WebTM/views/Baseset/SRM_OpenTmpList_GXPG.html b/WebTM/views/Baseset/SRM_OpenTmpList_GXPG.html
index 900d640..951c9d5 100644
--- a/WebTM/views/Baseset/SRM_OpenTmpList_GXPG.html
+++ b/WebTM/views/Baseset/SRM_OpenTmpList_GXPG.html
@@ -64,6 +64,9 @@
                     , { field: 'HName', width: 150, title: '妯″潡鍚嶇О', hide: true }
                     , { field: '妯℃澘鍚嶇О', title: '妯℃澘鍚嶇О' }
                 ]]
+                , page: true
+                , limits: [50, 500, 5000, 50000]
+                , limit: 50
             });
 
 

--
Gitblit v1.9.1