From 54ed8281989187b2c2a9a1a3162f2b3f4db6665a Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 24 十月 2024 14:56:46 +0800
Subject: [PATCH] 出门确认单报表:根据用户管理客户过滤报错问题处理

---
 WebTM/views/应收管理/报表分析/Xs_OutDoorBillReport.html   |    4 +++-
 WebTM/Properties/PublishProfiles/JFTM.pubxml.user |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index ed8f90a..bb79ac2 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -3889,7 +3889,7 @@
       <publishTime>03/26/2024 16:28:56</publishTime>
     </File>
     <File Include="views/搴旀敹绠$悊/鎶ヨ〃鍒嗘瀽/Xs_OutDoorBillReport.html">
-      <publishTime>10/18/2024 12:15:55</publishTime>
+      <publishTime>10/18/2024 16:48:10</publishTime>
     </File>
     <File Include="views/搴旀敹绠$悊/鎶ヨ〃鍒嗘瀽/Xs_SellOutMoneyRangeReport.html">
       <publishTime>08/30/2024 15:30:47</publishTime>
diff --git "a/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Xs_OutDoorBillReport.html" "b/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Xs_OutDoorBillReport.html"
index ab0ab99..22f6c31 100644
--- "a/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Xs_OutDoorBillReport.html"
+++ "b/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Xs_OutDoorBillReport.html"
@@ -586,7 +586,9 @@
 
 
                 //鏍规嵁鐢ㄦ埛杩囨护鐢ㄦ埛鍏宠仈瀹㈡埛鐨勮褰�
-                sWhere += getSWhereByHUser();
+                var sWhere_byUser = getSWhereByHUser();
+                sWhere_byUser = sWhere_byUser.replace(/'/g, "''");
+                sWhere += sWhere_byUser;
 
                 get_Display(sWhere);
                 //璋冪敤鎺ュ彛鍚庢竻绌簊Where缂撳瓨

--
Gitblit v1.9.1