chenhaozhe
2025-08-06 b07aac63eb3692a3fdd86c0df0625d3b83ae5029
WebTM/views/验收入库/其他入库/Kf_OtherInBill_FastList.html
@@ -279,7 +279,7 @@
                {
                    type: "Get",
                    url: GetWEBURL() + "/Web/Rescind_Json",
                    async: true,
                    async: false,
                    data: { "sHInterID": sInterID, "sBillNo": sBillNo, "sBillType": sBillType },
                    dataType: "json",
                    success: function (data) {
@@ -322,7 +322,7 @@
                        {
                            type: "Get",
                            url: GetWEBURL() + "/Web/Delete_Json",
                            async: true,
                            async: false,
                            data: { "sHInterID": sInterID },
                            dataType: "json",
                            success: function (data) {
@@ -412,6 +412,7 @@
            $.ajax({
                url: GetWEBURL() + '/Web/GetOtherInBillMain_TempList_New',
                type: "GET",
                async:false,
                data: { "HBillType": sBillType, "sHMaker": sessionStorage["HUserName"], "HOrgID": sessionStorage["OrganizationID"]},
                success: function (data1) {
                    if (data1.count == 1) {