From 9bc4c5f02cc53961725af9683b75899ac22a6720 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期三, 12 十一月 2025 12:32:22 +0800
Subject: [PATCH] #1
---
src/main/webapp/static/js/pakStore/clampOut.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/js/pakStore/clampOut.js b/src/main/webapp/static/js/pakStore/clampOut.js
index 4bd49aa..da70def 100644
--- a/src/main/webapp/static/js/pakStore/clampOut.js
+++ b/src/main/webapp/static/js/pakStore/clampOut.js
@@ -40,11 +40,11 @@
switch (obj.event) {
case 'outbound':
if (locDetlData.length === 0){
- layer.msg('璇峰厛娣诲姞鐩樼偣搴撳瓨', {icon: 2});
+ layer.msg('璇峰厛娣诲姞骞舵澘搴撳瓨', {icon: 2});
} else {
var staNo = $("#staNoSelect").val();
if (staNo === "" || staNo === null){
- layer.msg("璇烽�夋嫨鐩樼偣绔�", {icon: 2});
+ layer.msg("璇烽�夋嫨鍑哄簱绔�", {icon: 2});
return;
}
let param = {
--
Gitblit v1.9.1