From f46ee25f93e2ce8b080f3b1407a23946cad8cf69 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期三, 20 十月 2021 22:10:53 +0800
Subject: [PATCH] 用户关联供应商功能

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

diff --git a/WebTM/views/PublicPage/SupplierInformation.html b/WebTM/views/PublicPage/SupplierInformation.html
index 57d124d..86fbf7a 100644
--- a/WebTM/views/PublicPage/SupplierInformation.html
+++ b/WebTM/views/PublicPage/SupplierInformation.html
@@ -88,7 +88,7 @@
                 , util = layui.util
                 , tree = layui.tree
             var sWhere = " where HStopFlag=0 and HEndFlag<>'1' and HUSEORGID = " + sessionStorage["OrganizationID"] + " "; //鏍戝瀷
-            var sWhere1 = " where HStopFlag=0 and HEndFlag=1 and HUSEORGID = " + sessionStorage["OrganizationID"] + " ";  //鍒楄〃
+            var sWhere1 = " where HStopFlag=0 and HEndFlag=1 and HUSEORGID = 1 ";  //鍒楄〃
 
             //tree.render({
             //    elem: '#treeSupplier',

--
Gitblit v1.9.1