From 2e36f3e6ccd951fd85a15eff4fae54f938dbe503 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期六, 12 四月 2025 11:06:48 +0800
Subject: [PATCH] 订单出库界面翻译为俄语

---
 src/main/webapp/static/js/stkPlcm/stkPlcm.js |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/src/main/webapp/static/js/stkPlcm/stkPlcm.js b/src/main/webapp/static/js/stkPlcm/stkPlcm.js
index 867a60e..b3005e5 100644
--- a/src/main/webapp/static/js/stkPlcm/stkPlcm.js
+++ b/src/main/webapp/static/js/stkPlcm/stkPlcm.js
@@ -17,16 +17,16 @@
         toolbar: '#toolbar',
         cellMinWidth: 50,
         cols: [[
-            {type: 'checkbox'}
-            ,{field: 'ioTime$', align: 'center',title: '鏃ユ湡'}
-            ,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�'}
-            ,{field: 'locNo$', align: 'center',title: '搴撲綅鍙�',event: 'locNo', style: 'cursor:pointer'}
-            ,{field: 'crnError$', align: 'center',title: '寮傚父鐮�',event: 'crnError', style: 'cursor:pointer'}
+            // {type: 'checkbox'}
+            {field: 'ioTime$', align: 'center',title: '鏃ユ湡'}
+            ,{field: 'wrkNo', align: 'center',title: '袧芯屑械褉 蟹邪写邪薪懈褟'}
+            ,{field: 'locNo$', align: 'center',title: '袧芯屑械褉 褋泻谢邪写褋泻芯谐芯 屑械褋褌邪',event: 'locNo', style: 'cursor:pointer'}
+            ,{field: 'crnError$', align: 'center',title: '袣芯写 芯褕懈斜泻懈'}
             ,{field: 'modiTime$', align: 'center',title: '寮傚父鏃堕棿'}
-            ,{field: 'devNo$', align: 'center',title: '鍫嗗灈鏈哄彿',event: 'devNo', style: 'cursor:pointer'}
+            ,{field: 'devNo$', align: 'center',title: '袧芯屑械褉 褕褌邪斜械谢械褉邪',event: 'devNo', style: 'cursor:pointer'}
             ,{field: 'wrkTime$', align: 'center',title: '宸ヤ綔妗f椂闂�'}
 
-            ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:100}
+            ,{fixed: 'right', title:'袨锌械褉邪褑懈褟', align: 'center', toolbar: '#operate', width:100}
         ]],
         request: {
             pageName: 'curr',
@@ -45,7 +45,7 @@
         },
         done: function(res, curr, count) {
             if (res.code === 403) {
-                top.location.href = "/";
+                top.location.href = baseUrl+"/";
             }
             pageCurr=curr;
             limit();
@@ -75,7 +75,7 @@
             },
             done: function (res, curr, count) {
                 if (res.code === 403) {
-                    top.location.href = "/";
+                    top.location.href = baseUrl+"/";
                 }
                 pageCurr=curr;
                 limit();
@@ -90,7 +90,7 @@
             case 'addData':
                 layer.open({
                     type: 2,
-                    title: '鏂板',
+                    title: '袛芯斜邪胁懈褌褜',
                     maxmin: true,
                     area: [top.detailWidth, top.detailHeight],
                     shadeClose: false,
@@ -113,7 +113,7 @@
             case 'deleteData':
                 var data = checkStatus.data;
                 if (data.length === 0){
-                    layer.msg('璇烽�夋嫨鏁版嵁');
+                    layer.msg('袩芯卸邪谢褍泄褋褌邪, 胁褘斜械褉懈褌械 写邪薪薪褘械');
                 } else {
                     layer.confirm('纭畾鍒犻櫎'+(data.length===1?'姝�':data.length)+'鏉℃暟鎹悧', function(){
                         $.ajax({
@@ -127,7 +127,7 @@
                                     layer.closeAll();
                                     tableReload(false);
                                 } else if (res.code === 403){
-                                    top.location.href = "/";
+                                    top.location.href = baseUrl+"/";
                                 } else {
                                     layer.msg(res.msg)
                                 }
@@ -137,7 +137,7 @@
                 }
                 break;
             case 'exportData':
-                layer.confirm('纭畾瀵煎嚭Excel鍚�', function(){
+                layer.confirm('袩芯写褌胁械褉写懈褌褜 褝泻褋锌芯褉褌 胁 Excel?', {shadeClose: true}, function(){
                     var titles=[];
                     var fields=[];
                     obj.config.cols[0].map(function (col) {
@@ -166,7 +166,7 @@
                             if (res.code === 200) {
                                 table.exportFile(titles,res.data,'xls');
                             } else if (res.code === 403) {
-                                top.location.href = "/";
+                                top.location.href = baseUrl+"/";
                             } else {
                                 layer.msg(res.msg)
                             }
@@ -185,7 +185,7 @@
             case 'detail':
                 layer.open({
                     type: 2,
-                    title: '璇︽儏',
+                    title: '袛械褌邪谢懈',
                     maxmin: true,
                     area: [top.detailWidth, top.detailHeight],
                     shadeClose: false,
@@ -204,7 +204,7 @@
             case 'edit':
                 layer.open({
                     type: 2,
-                    title: '淇敼',
+                    title: '袠蟹屑械薪懈褌褜',
                     maxmin: true,
                     area: [top.detailWidth, top.detailHeight],
                     shadeClose: false,
@@ -223,7 +223,7 @@
             case 'locNo':
                 var param = top.reObject(data).locNo;
                 if (param === undefined || param.trim() === '') {
-                    layer.msg("鏃犳暟鎹�");
+                    layer.msg("袧械褌 写邪薪薪褘褏");
                 } else {
                    layer.open({
                        type: 2,
@@ -259,7 +259,7 @@
             case 'crnError':
                 var param = top.reObject(data).crnError;
                 if (param === undefined) {
-                    layer.msg("鏃犳暟鎹�");
+                    layer.msg("袧械褌 写邪薪薪褘褏");
                 } else {
                    layer.open({
                        type: 2,
@@ -295,7 +295,7 @@
             case 'modiUser':
                 var param = top.reObject(data).modiUser;
                 if (param === undefined) {
-                    layer.msg("鏃犳暟鎹�");
+                    layer.msg("袧械褌 写邪薪薪褘褏");
                 } else {
                    layer.open({
                        type: 2,
@@ -331,7 +331,7 @@
             case 'appeUser':
                 var param = top.reObject(data).appeUser;
                 if (param === undefined) {
-                    layer.msg("鏃犳暟鎹�");
+                    layer.msg("袧械褌 写邪薪薪褘褏");
                 } else {
                    layer.open({
                        type: 2,
@@ -367,7 +367,7 @@
             case 'devNo':
                 var param = top.reObject(data).devNo;
                 if (param === undefined) {
-                    layer.msg("鏃犳暟鎹�");
+                    layer.msg("袧械褌 写邪薪薪褘褏");
                 } else {
                    layer.open({
                        type: 2,
@@ -454,7 +454,7 @@
                         $(this).val("");
                     });
                 } else if (res.code === 403){
-                    top.location.href = "/";
+                    top.location.href = baseUrl+"/";
                 }else {
                     layer.msg(res.msg)
                 }
@@ -524,7 +524,7 @@
         },
         done: function (res, curr, count) {
             if (res.code === 403) {
-                top.location.href = "/";
+                top.location.href = baseUrl+"/";
             }
             pageCurr=curr;
             if (res.data.length === 0 && count !== 0) {

--
Gitblit v1.9.1