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/static/js/pakStore/stockAdjust.js |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/main/webapp/static/js/pakStore/stockAdjust.js b/src/main/webapp/static/js/pakStore/stockAdjust.js
index 042a8b5..ef93d0b 100644
--- a/src/main/webapp/static/js/pakStore/stockAdjust.js
+++ b/src/main/webapp/static/js/pakStore/stockAdjust.js
@@ -5,14 +5,14 @@
 var matCodeLayerIdx;
 function getCol() {
     var cols = [
-        {fixed: 'left', field: 'count', title: '瀹為檯鏁伴噺', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'}
-        ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
-        ,{field: 'batch', align: 'center',title: '鎵瑰彿锛堢紪杈戯級', edit: true, style: 'font-weight:bold'}
+        {fixed: 'left', field: 'count', title: '肖邪泻褌懈褔械褋泻芯械 泻芯谢懈褔械褋褌胁芯', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'}
+        ,{field: 'anfme', align: 'center',title: '袣芯谢懈褔械褋褌胁芯'}
+        ,{field: 'batch', align: 'center',title: '袧芯屑械褉 锌邪褉褌懈懈', edit: true, style: 'font-weight:bold'}
     ];
     arrRemove(detlCols, "field", "anfme");
     arrRemove(detlCols, "field", "batch");
     cols.push.apply(cols, detlCols);
-    cols.push({fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80})
+    cols.push({fixed: 'right', title:'袨锌械褉邪褑懈褟', align: 'center', toolbar: '#operate', width:80})
     return cols;
 }
 
@@ -67,7 +67,7 @@
         switch(obj.event) {
             case 'adjust':
                 if (isEmpty(currLocNo)) {
-                    layer.msg("璇峰厛妫�绱㈠簱浣�", {icon: 2})
+                    layer.msg("袩芯卸邪谢褍泄褋褌邪, 褋薪邪褔邪谢邪 胁褘锌芯谢薪懈褌械 锌芯懈褋泻 锌芯 屑械褋褌褍", {icon: 2})
                     inputTip($("#searchLocNo"));
                     return;
                 }
@@ -85,7 +85,7 @@
                         return;
                     }
                 }
-                layer.confirm('纭畾璋冩暣'+currLocNo+'搴撲綅鐨勬槑缁嗗悧锛�', {shadeClose: true}, function(){
+                layer.confirm('袙褘 褍胁械褉械薪褘, 褔褌芯 褏芯褌懈褌械 褋泻芯褉褉械泻褌懈褉芯胁邪褌褜 写械褌邪谢懈 写谢褟 屑械褋褌芯锌芯谢芯卸械薪懈褟 '+currLocNo+'?', {shadeClose: true}, function(){
                     $.ajax({
                         url: baseUrl+"/locDdetl/adjust/start",
                         headers: {'token': localStorage.getItem('token')},
@@ -129,7 +129,7 @@
         let locNo = data.field.loc_no;
         if (locNo === "") {
             inputTip($("#searchLocNo"));
-            layer.msg("璇疯緭鍏ュ簱浣嶅彿");
+            layer.msg("袩芯卸邪谢褍泄褋褌邪, 胁胁械写懈褌械 袧芯屑械褉 锌邪褉褌懈懈");
             return;
         }
         init(locNo);
@@ -171,7 +171,7 @@
                 let data = res.data;
                 if (data != null) {
                     $(".retrieve").show();
-                    $("#locMsg").html(locNo + "&nbsp;,搴撲綅鐘舵�侊細" + data.locSts$);
+                    $("#locMsg").html(locNo + "&nbsp;,小褌邪褌褍褋 屑械褋褌 褏褉邪薪械薪懈褟锛�" + data.locSts$);
                     $('.not-retrieve').hide();
                     currLocNo = locNo;
                 } else {
@@ -193,7 +193,7 @@
 
     $(document).on('click','#mat-query', function () {
         if (isEmpty(currLocNo)) {
-            layer.msg("璇峰厛妫�绱㈠簱浣�")
+            layer.msg("袩芯卸邪谢褍泄褋褌邪, 褋薪邪褔邪谢邪 胁褘锌芯谢薪懈褌械 锌芯懈褋泻 锌芯 屑械褋褌褍")
             inputTip($("#searchLocNo"));
             return;
         }

--
Gitblit v1.9.1