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

diff --git a/src/main/webapp/static/js/basCrnp/basCrnp.js b/src/main/webapp/static/js/basCrnp/basCrnp.js
index c76fb8b..1218c30 100644
--- a/src/main/webapp/static/js/basCrnp/basCrnp.js
+++ b/src/main/webapp/static/js/basCrnp/basCrnp.js
@@ -19,14 +19,14 @@
         cols: [[
             {type: 'checkbox', fixed: 'left'}
 //            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
-            ,{field: 'crnNo', align: 'center',title: '缂栧彿',sort:true,width:80}
-            ,{field: 'inEnable', align: 'center',title: '鍙叆', templet:function(row){
+            ,{field: 'crnNo', align: 'center',title: '袧芯屑械褉',sort:true,width:80}
+            ,{field: 'inEnable', align: 'center',title: '袛芯褋褌褍锌薪芯 写谢褟 锌芯褋锌褍锌谢械薪懈褟', templet:function(row){
                     var html = "<input value='inEnable' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'";
                     if(row.inEnable === 'Y'){html += " checked ";}
                     html += ">";
                     return html;
                 },width:80}
-            ,{field: 'outEnable', align: 'center',title: '鍙嚭', templet:function(row){
+            ,{field: 'outEnable', align: 'center',title: '袛芯褋褌褍锌薪芯 写谢褟 胁褘谐褉褍蟹泻懈', templet:function(row){
                     var html = "<input value='outEnable' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'";
                     if(row.outEnable === 'Y'){html += " checked ";}
                     html += ">";
@@ -34,7 +34,7 @@
                 },width:80}
             ,{field: 'crnSts$', align: 'center',title: '小褌邪褌褍褋'}
             ,{field: 'wrkNo', align: 'center',title: '袧芯屑械褉 蟹邪写邪薪懈褟'}
-            ,{field: 'crnErr$', align: 'center',title: '寮傚父鐮�'}
+            ,{field: 'crnErr$', align: 'center',title: '袧芯屑械褉 芯褕懈斜泻懈'}
             ,{field: 'frmLocno$', align: 'center',title: '袠褋褏芯写薪褘泄 褋泻谢邪写',sort: true}
             ,{field: 'toLocno$', align: 'center',title: '笑械谢械胁芯泄 褋泻谢邪写', sort: true}
             ,{field: 'frmSta$', align: 'center',title: '袠褋褏芯写薪邪褟 褋褌邪薪褑懈褟', sort: true}
@@ -211,7 +211,7 @@
             case 'detail':
                 layer.open({
                     type: 2,
-                    title: '璇︽儏',
+                    title: '袛械褌邪谢懈',
                     maxmin: true,
                     area: [top.detailWidth, top.detailHeight],
                     shadeClose: false,
@@ -254,7 +254,7 @@
                 } else {
                    layer.open({
                        type: 2,
-                       title: '璇︽儏',
+                       title: '袛械褌邪谢懈',
                        maxmin: true,
                        area: [top.detailWidth, top.detailHeight],
                        shadeClose: false,
@@ -399,7 +399,7 @@
                 } else {
                    layer.open({
                        type: 2,
-                       title: '璇︽儏',
+                       title: '袛械褌邪谢懈',
                        maxmin: true,
                        area: [top.detailWidth, top.detailHeight],
                        shadeClose: false,

--
Gitblit v1.9.1