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

---
 src/main/webapp/static/js/ioWorks/stockOut.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/static/js/ioWorks/stockOut.js b/src/main/webapp/static/js/ioWorks/stockOut.js
index bbdc8d6..7200659 100644
--- a/src/main/webapp/static/js/ioWorks/stockOut.js
+++ b/src/main/webapp/static/js/ioWorks/stockOut.js
@@ -4,11 +4,11 @@
     var cols = [
         {field: 'count', align: 'center',title: '鍑哄簱鏁伴噺', edit:'text', width: 130,  style:'color: blue;font-weight: bold'}
         ,{field: 'anfme', align: 'center',title: '鍘熸暟閲�'}
-        ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�'}
+        ,{field: 'locNo', align: 'center',title: '袧芯屑械褉 褋泻谢邪写褋泻芯谐芯 屑械褋褌邪'}
     ];
     arrRemove(detlCols,  'field', 'anfme');
     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;
 }
 
@@ -50,7 +50,7 @@
                         locDetls.push({nodeId: elem.nodeId, matnr: elem.matnr, count: elem.count});
                     });
                     $.ajax({
-                        url: baseUrl+"/work/pakout/init",
+                        url: baseUrl+"/work/stock/pakout",
                         headers: {'token': localStorage.getItem('token')},
                         data: JSON.stringify(locDetls),
                         contentType:'application/json;charset=UTF-8',
@@ -95,7 +95,7 @@
 
     function updateLocDetlData(locNo, matnr, count) {
         if (isNaN(count)) {
-            layer.msg("璇疯緭鍏ユ暟瀛�");
+            layer.msg("袙胁械写懈褌械 褔懈褋谢芯");
         } else {
             if (count > 0) {
                 for (var i=0;i<locDetlData.length;i++){
@@ -109,7 +109,7 @@
                     }
                 }
             } else {
-                layer.msg("鏁伴噺蹇呴』澶т簬闆�");
+                layer.msg("袣芯谢懈褔械褋褌胁芯 写芯谢卸薪芯 斜褘褌褜 斜芯谢褜褕械 薪褍谢褟");
             }
         }
         tableIns.reload({data: locDetlData,done:function (res) {

--
Gitblit v1.9.1