zzr99
2022-08-09 555c1884899ce67775b9e9f1ea2def9c8e328d8d
WebTM/views/PublicPage/WareHouseInformation.html
@@ -88,8 +88,8 @@
                , 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 sWhere = " where HStopFlag=0  and HUSEORGID = " + sessionStorage["OrganizationID"] + " "; //树型
            var sWhere1 = " where HStopFlag=0  and  HUSEORGID = " + sessionStorage["OrganizationID"] + " ";  //列表
            //tree.render({
            //    elem: '#treeWareHouse',