From e55f015618ac1e85a5a6f7f3404a8b7a4f8f8e05 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期二, 08 四月 2025 15:31:22 +0800
Subject: [PATCH] 界面翻译为俄语

---
 src/main/webapp/views/pakStore/locMove.html |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/pakStore/locMove.html b/src/main/webapp/views/pakStore/locMove.html
index b61abfa..9257680 100644
--- a/src/main/webapp/views/pakStore/locMove.html
+++ b/src/main/webapp/views/pakStore/locMove.html
@@ -7,6 +7,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
     <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all">
+    <link rel="stylesheet" href="../../static/css/admin.css?v=318" media="all">
     <link rel="stylesheet" href="../../static/css/cool.css" media="all">
     <link rel="stylesheet" href="../../static/css/common.css" media="all">
     <style>
@@ -14,6 +15,7 @@
             height: 100%;
             padding: 10px;
             background-color: #f1f1f1;
+            box-sizing: border-box;
         }
         body {
             background-color: #fff;
@@ -75,7 +77,7 @@
     <!-- 婧愬簱浣� -->
     <div class="layui-inline">
         <div class="layui-input-inline">
-            <input id="sourceLocNo" class="layui-input" onkeyup="getLoc(this)" type="text" placeholder="婧愬簱浣�" autocomplete="off">
+            <input id="sourceLocNo" class="layui-input" onkeyup="getLoc(this)" type="text" placeholder="袠褋褏芯写薪邪褟 褟褔械泄泻邪" autocomplete="off">
         </div>
     </div>
     <div class="layui-form-mid" style="float: none; display: inline-block; margin-left: 10px">-</div>
@@ -84,7 +86,7 @@
             <option value="">鐩爣绌哄簱浣�</option>
         </select>
     </div>
-    <button id="loc-move-btn" class="function-btn" onclick="locMove()" style="background: #4476A7;text-shadow: inherit;height: 45px;font-size: 15px;margin-left: 20px">搴撲綅绉昏浆</button>
+    <button id="loc-move-btn" class="function-btn" onclick="locMove()" style="background: #4476A7;text-shadow: inherit;height: 45px;font-size: 15px;margin-left: 20px">袩械褉械屑械褖械薪懈械 屑械褋褌邪</button>
 </div>
 
 <hr>
@@ -99,7 +101,7 @@
 <script type="text/javascript" src="../../static/js/pakStore/locMove.js" charset="utf-8"></script>
 
 <script type="text/template" id="emptyLocStock">
-    <option value="">璇疯緭鍏ュ苟閫夋嫨</option>
+    <option value="">袩芯卸邪谢褍泄褋褌邪, 胁胁械写懈褌械</option>
     {{#each data}}
     <option value="{{this}}">{{this}}</option>
     {{/each}}
@@ -125,4 +127,4 @@
     </div>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>

--
Gitblit v1.9.1