zzr99
2022-07-28 35431bdee4b3660a65a025db3fca792cf9a1fec6
WebTM/views/基础资料/公用基础资料/Pay_PeriodInfoSet.html
@@ -172,7 +172,7 @@
                    //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
                    url: GetWEBURL() + '/Pay_PeriodInfoSet/list',
                    type: "GET",
                    data: { "sWhere": sWhere },
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"] },
                    success: function (data1) {
                        if (data1.count == 1) {
                            option.data = data1.data;
@@ -260,7 +260,7 @@
                        $.ajax({
                            url: GetWEBURL() + 'DeltetPay_PeriodInfoSet',
                            type: "GET",
                            data: { "HItemID": ItemID },
                            data: { "HItemID": ItemID, "user": sessionStorage["HUserName"]},
                            success: function (result) {
                                if (result.count == 1) {
                                    layer.msg(result.Message, { icon: 1 }, function () {