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/stockIn.js |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/main/webapp/static/js/ioWorks/stockIn.js b/src/main/webapp/static/js/ioWorks/stockIn.js
index 0bc2281..33a8f69 100644
--- a/src/main/webapp/static/js/ioWorks/stockIn.js
+++ b/src/main/webapp/static/js/ioWorks/stockIn.js
@@ -6,7 +6,7 @@
         {fixed: 'left', field: 'count', title: '鏁伴噺(蹇呭~)', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'}
     ];
     cols.push.apply(cols, matCols);
-    cols.push({fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80})
+    cols.push({fixed: 'right', title:'袨锌械褉邪褑懈褟', align: 'center', toolbar: '#operate', width:80})
     return cols;
 }
 
@@ -57,7 +57,7 @@
                 // 鍒ゆ柇鐗╂枡鏁伴噺鏄惁瀛樺湪寮傚父
                 for (var i=0;i<matCodeData.length;i++){
                     if (isNaN(matCodeData[i].count)) {
-                        layer.msg("璇疯緭鍏ユ暟瀛�");
+                        layer.msg("袙胁械写懈褌械 褔懈褋谢芯");
                         return;
                     }
                     if (matCodeData[i].count === 0){
@@ -121,7 +121,7 @@
 
     function updateMatCodeData(matnr, count) {
         if (isNaN(count)) {
-            layer.msg("璇疯緭鍏ユ暟瀛�");
+            layer.msg("袙胁械写懈褌械 褔懈褋谢芯");
         } else {
             if (count > 0) {
                 for (var i=0;i<matCodeData.length;i++){
@@ -130,7 +130,7 @@
                     }
                 }
             } else {
-                layer.msg("鏁伴噺蹇呴』澶т簬闆�");
+                layer.msg("袣芯谢懈褔械褋褌胁芯 写芯谢卸薪芯 斜褘褌褜 斜芯谢褜褕械 薪褍谢褟");
             }
         }
 
@@ -220,14 +220,14 @@
             {type: 'checkbox'}
             ,{type: 'numbers'}
             ,{field: 'name', align: 'left',title: '鍚嶇О', minWidth: 150}
-            ,{field: 'type$', align: 'center',title: '绫诲瀷'}
+            ,{field: 'type$', align: 'center',title: '孝懈锌'}
             ,{field: 'leading', align: 'center',title: '璐熻矗浜�'}
             ,{field: 'sort', align: 'center',title: '鎺掑簭', hide: true}
-            ,{field: 'status$', align: 'center',title: '鐘舵��'}
-            ,{field: 'updateTime$', align: 'center',title: '淇敼鏃堕棿'}
-            ,{field: 'updateBy$', align: 'center',title: '淇敼浜哄憳', hide: true}
-            ,{field: 'memo', align: 'center',title: '澶囨敞', hide: true}
-            ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150}
+            ,{field: 'status$', align: 'center',title: '小褌邪褌褍褋'}
+            ,{field: 'updateTime$', align: 'center',title: '袙褉械屑褟 褉械写邪泻褌懈褉芯胁邪薪懈褟'}
+            ,{field: 'updateBy$', align: 'center',title: '袪械写邪泻褌懈褉芯胁邪谢', hide: true}
+            ,{field: 'memo', align: 'center',title: '袩褉懈屑械褔邪薪懈械', hide: true}
+            ,{fixed: 'right', title:'袨锌械褉邪褑懈褟', align: 'center', toolbar: '#operate', width:150}
         ]],
         done: function (data) {
             $('.ew-tree-table-box').css('height', '100%');

--
Gitblit v1.9.1