1
zrg
2024-12-06 6a8bd80ebf5fc8dd00c532d4ad82b6c8e6c91ff5
WebTM/views/Éú²ú¹ÜÀí/Éú²úÍ£¹¤µ¥/Sc_MESStopWorkBillList.html
@@ -375,7 +375,7 @@
                        $.ajax({
                            type: "GET",
                            url: GetWEBURL() + "Sc_MESStopWorkBill/DeltetMESStopWorkBill", //方法所在页面和方法名
                            data: { "HInterID": InterID },
                            data: { "HInterID": InterID, "UserName": sessionStorage["HUserName"]},
                            success: function (result) {
                                if (result.count == 1) {
                                    layer.msg(result.Message, { time: 1 * 1000, icon: 1 }, function () {