YL
2022-02-15 81c93ee7a4bc6735ad8f69ea0ee7244eaa58d73f
WebTM/views/基础资料/公用基础资料/Xt_ORGANIZATIONSList.html
@@ -138,6 +138,8 @@
                    , height: 'full-50'
                    , page: true
                    , cellMinWidth: 90
                    , limit: 50
                    , limits: [50, 500, 5000, 20000]
                    , cols: [[
                        { type: 'checkbox', fixed: 'left' }
                        , { field: 'HItemID', title: 'HItemID', sort: true, hide: true }
@@ -156,7 +158,7 @@
                    //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
                    url: GetWEBURL() + '/Xt_ORGANIZATIONS/list',
                    type: "GET",
                    data: { "sWhere": sWhere, "Organization": Organization  },
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"], "Organization": Organization  },
                    success: function (data1) {
                        if (data1.count == 1) {
                            option.data = data1.data;
@@ -264,7 +266,7 @@
                        $.ajax({
                            url: GetWEBURL() + 'DeltetGy_WorkCenter',
                            type: "GET",
                            data: { "HItemID": ItemID },
                            data: { "HItemID": ItemID, "user": sessionStorage["HUserName"]},
                            success: function (result) {
                                console.log('gouba' + result);
                                if (result.count == 1) {