From cde0db15609356644ab5e616782ee5e72cec4c01 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期一, 14 四月 2025 15:42:23 +0800 Subject: [PATCH] 界面翻译为俄语 --- src/main/webapp/static/js/basDevp/basDevp.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/basDevp/basDevp.js b/src/main/webapp/static/js/basDevp/basDevp.js index ddb516b..91b41c0 100644 --- a/src/main/webapp/static/js/basDevp/basDevp.js +++ b/src/main/webapp/static/js/basDevp/basDevp.js @@ -77,7 +77,7 @@ }} ,{field: 'wrkNo', align: 'center',title: '袧芯屑械褉 蟹邪写邪薪懈褟', edit:true, style:'color: blue;font-weight: bold'} // ,{field: 'wrkNo1', align: 'center',title: ''} - ,{field: 'locType1$', align: 'center',title: '楂樹綆绫诲瀷'} + ,{field: 'locType1$', align: 'center',title: '孝懈锌 (胁褘褋芯泻懈泄/薪懈蟹泻懈泄)'} ,{field: 'barcode', align: 'center',title: '楔褌褉懈褏-泻芯写 锌芯写写芯薪邪'} ,{field: 'inQty', align: 'center',title: '袙褉械屑械薪薪芯械 褏褉邪薪械薪懈械 薪邪 褋泻谢邪写械'} // ,{field: 'row1', align: 'center',title: ''} @@ -132,7 +132,7 @@ // 椤甸潰淇敼 table.on('edit(basDevp)', function (obj) { if (isNaN(obj.value)) { - layer.msg("璇疯緭鍏ユ暟瀛�"); + layer.msg("袙胁械写懈褌械 褔懈褋谢芯"); tableReload(); return; } @@ -213,7 +213,7 @@ if (data.length === 0){ layer.msg('袩芯卸邪谢褍泄褋褌邪, 胁褘斜械褉懈褌械 写邪薪薪褘械'); } else { - layer.confirm('纭畾鍒犻櫎'+(data.length===1?'姝�':data.length)+'鏉℃暟鎹悧', function(){ + layer.confirm(data.length === 1 ? '袩芯写褌胁械褉写懈褌褜 褍写邪谢械薪懈械?' : '校写邪谢懈褌褜 ' + data.length + ' 蟹邪锌懈褋懈?', function(){ $.ajax({ url: baseUrl+"/basDevp/delete/auth", headers: {'token': localStorage.getItem('token')}, -- Gitblit v1.9.1