zrg
2024-04-19 3cb377e3762cc54df0ffa495abef648903e108ea
WebTM/views/IpadIndex.html
@@ -397,7 +397,7 @@
                $.ajax({
                    url: GetWEBURL() + "/ReportPlatForm/DeleteGetLineBindBillList",
                    type: "GET",
                    data: { "HSourceID": HSourceID },
                    data: { "HSourceID": HSourceID ,"user": sessionStorage["HUserName"]},
                    dataType: "json",//数据类型可以为 text xml json  script  jsonp
                    success: function (data) {
                        if (data.count > 0) {