From 5ee8d702138b67a8070e850ba622aa4b07d64fb9 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期四, 30 十月 2025 13:00:08 +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