1
duhe
2023-11-17 5cf7973eb321dbf2d9c66a9fc7150033e8821cc2
WebTM/views/Baseset/基础资料/Gy_SupplierList.html
@@ -56,7 +56,7 @@
            form.on('submit(HQuery)', function () {//閫夋嫨浠撳簱
                //var sMainStr = JSON.stringify(table.cache['mainTable']);
                RoadQuery($('#Value').val());
                RoadQuery($('#Value').val(), sessionStorage["OrganizationID"]);
            });
            form.on('submit(FH)', function () {//閫夋嫨浠撳簱
                //var sMainStr = JSON.stringify(table.cache['mainTable']);
@@ -66,7 +66,7 @@
                var index = parent.layer.getFrameIndex(window.name);
                parent.layer.close(index);
            });
            RoadQuery($('#Value').val());
            RoadQuery($('#Value').val(), sessionStorage["OrganizationID"]);
            table.render({
                elem: '#mainTable'
                // , url: '/demo/table/user/'
@@ -83,7 +83,7 @@
                limit: 50
            });
            ///鍔犺浇鏄剧ず鏁版嵁
            function RoadQuery(Where, HOrgID) {
            function RoadQuery(Where, HOtherOrgID) {
                var Value = Where;
                if (Value == null) {
                    Value = '';