From 7ebe16b9abbee8e884db27d2ec360f17455b14f2 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 24 八月 2021 09:03:07 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/pakStore/locCheckOut.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/pakStore/locCheckOut.js b/src/main/webapp/static/js/pakStore/locCheckOut.js
index 895c536..f2840c3 100644
--- a/src/main/webapp/static/js/pakStore/locCheckOut.js
+++ b/src/main/webapp/static/js/pakStore/locCheckOut.js
@@ -40,7 +40,7 @@
         switch (obj.event) {
             case 'outbound':
                 if (data.length === 0){
-                    layer.msg('璇峰厛娣诲姞搴撲綅鐗╂枡');
+                    layer.msg('璇峰厛娣诲姞搴撲綅浜у搧');
                 } else {
                     var staNo = $("#staNoSelect").val();
                     if (staNo === "" || staNo === null){
@@ -119,7 +119,7 @@
     // 鑾峰彇鍑哄簱鍙�
     function getOutBound(){
         $.ajax({
-            url: baseUrl+"/available/take/site",
+            url: baseUrl+"/available/take/check/site",
             headers: {'token': localStorage.getItem('token')},
             method: 'POST',
             async: false,
@@ -140,7 +140,7 @@
     }
 })
 
-// 鎻愬彇鐗╂枡
+// 鎻愬彇浜у搧
 var locDetlLayerIdx;
 function getLocDetl() {
     locDetlLayerIdx = layer.open({

--
Gitblit v1.9.1