From a1236c9d4238e2f5b8a8a879a7499e8da097d5a8 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 23 十月 2025 11:43:02 +0800
Subject: [PATCH] #
---
src/main/webapp/views/erpReceiving/erpReceiving.html | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/erpReceiving/erpReceiving.html b/src/main/webapp/views/erpReceiving/erpReceiving.html
index 7426e16..24b886e 100644
--- a/src/main/webapp/views/erpReceiving/erpReceiving.html
+++ b/src/main/webapp/views/erpReceiving/erpReceiving.html
@@ -191,6 +191,7 @@
message: "鍚屾瀹屾垚",
type: 'success'
});
+ page()
} else if (res.code === 403) {
top.location.href = baseUrl + "/";
} else {
@@ -225,6 +226,7 @@
message: "鎾ら攢鍚屾瀹屾垚",
type: 'success'
});
+ page()
} else if (res.code === 403) {
top.location.href = baseUrl + "/";
} else {
@@ -259,6 +261,7 @@
message: "閫�鏂欏畬鎴�",
type: 'success'
});
+ page()
} else if (res.code === 403) {
top.location.href = baseUrl + "/";
} else {
@@ -293,6 +296,7 @@
message: "鎾ら攢閫�鏂欏畬鎴�",
type: 'success'
});
+ page()
} else if (res.code === 403) {
top.location.href = baseUrl + "/";
} else {
--
Gitblit v1.9.1