From 12c9063005c7371018bdade0be8f810f5548538d Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 07 八月 2025 12:38:01 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI
---
WebTM/views/验收入库/其他入库/Kf_OtherInBill_FastList.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_FastList.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_FastList.html"
index f958ccf..da77443 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_FastList.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/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) {
--
Gitblit v1.9.1