From 4a3b55d623ffbfa34e5c3ecbe7b9af2fcb36d24c Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 03 四月 2024 13:46:25 +0800
Subject: [PATCH] 费用项目基础资料:从弹窗打开时数据过滤没有数据问题解决

---
 WebTM/views/基础资料/公用基础资料/Gy_ProjectMoney.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ProjectMoney.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ProjectMoney.html"
index be21902..91427b7 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ProjectMoney.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ProjectMoney.html"
@@ -562,7 +562,8 @@
                 var openType = params[params[0]]; //浠庡弬鏁颁腑鑾峰彇 鎵撳紑鏂瑰紡  1鐩存帴鎵撳紑 2鍏跺畠椤甸潰閫氳繃閫夋嫨鎸夐挳鎵撳紑  
               
                 if (openType == 2) {
-                    sWhere += " and ISNULL(瀹℃牳浜�,'')  != ''  ";
+                    //sWhere += " and ISNULL(瀹℃牳浜�,'')  != ''  ";
+                    sWhere += " ";
                   
                     form.render("select");
                     return true;

--
Gitblit v1.9.1