| | |
| | | { |
| | | type: "Get", |
| | | url: GetWEBURL() + "/Web/Rescind_Json", |
| | | async: true, |
| | | async: false, |
| | | data: { "sHInterID": sInterID, "sBillNo": sBillNo, "sBillType": sBillType }, |
| | | dataType: "json", |
| | | success: function (data) { |
| | |
| | | { |
| | | type: "Get", |
| | | url: GetWEBURL() + "/Web/Delete_Json", |
| | | async: true, |
| | | async: false, |
| | | data: { "sHInterID": sInterID }, |
| | | dataType: "json", |
| | | success: function (data) { |
| | |
| | | $.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) { |