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/report/reportStockUse.js | 29 +++++++++++++++-------------- 1 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/main/webapp/static/js/report/reportStockUse.js b/src/main/webapp/static/js/report/reportStockUse.js index badf8d7..bada47b 100644 --- a/src/main/webapp/static/js/report/reportStockUse.js +++ b/src/main/webapp/static/js/report/reportStockUse.js @@ -14,18 +14,19 @@ url: baseUrl+'/report/viewStockUseList.action', page: true, limit: 16, + limits: [16, 30, 50, 100, 200, 500], toolbar: '#toolbar', cellMinWidth: 50, cols: [[ - {type: 'checkbox', fixed: 'left'} - ,{field: 'row1', title: '閽㈡灦鍙�', sort: true, align: 'center'} - ,{field: 'total_qty', align: 'center',title: '搴撲綅鎬绘暟'} - ,{field: 'full_qty', align: 'center',title: '鍦ㄥ簱鏁伴噺'} - ,{field: 'null_qty', align: 'center',title: '绌哄簱浣嶆暟閲�'} - ,{field: 'forbid_qty', align: 'center',title: '绂佺敤搴撲綅鏁伴噺'} - ,{field: 'empty_qty', align: 'center',title: '绌哄鍣ㄦ暟閲�'} - ,{field: 'full_rate', align: 'center',title: '鍦ㄥ簱鐜�(%)'} - ,{field: 'occ_rate', align: 'center',title: '浣跨敤鐜�(%)'} + // {type: 'checkbox', fixed: 'left'} + {field: 'row1', title: '袧芯屑械褉 褋褌械谢谢邪卸邪', sort: true, align: 'center'} + ,{field: 'total_qty', align: 'center',title: '袨斜褖械械 泻芯谢懈褔械褋褌胁芯 褋泻谢邪写褋泻懈褏 屑械褋褌'} + ,{field: 'full_qty', align: 'center',title: '袣芯谢懈褔械褋褌胁芯 薪邪 褋泻谢邪写械'} + ,{field: 'null_qty', align: 'center',title: '袣芯谢懈褔械褋褌胁芯 锌褍褋褌褘褏 屑械褋褌'} + ,{field: 'forbid_qty', align: 'center',title: '袣芯谢懈褔械褋褌胁芯 蟹邪斜谢芯泻懈褉芯胁邪薪薪褘褏 屑械褋褌'} + ,{field: 'empty_qty', align: 'center',title: '袣芯谢懈褔械褋褌胁芯 锌褍褋褌褘褏 泻芯薪褌械泄薪械褉芯胁'} + ,{field: 'full_rate', align: 'center',title: '袣芯褝褎褎懈褑懈械薪褌 薪邪谢懈褔懈褟 薪邪 褋泻谢邪写械'} + ,{field: 'occ_rate', align: 'center',title: '袣芯褝褎褎懈褑懈械薪褌 懈褋锌芯谢褜蟹芯胁邪薪懈褟'} ]], request: { pageName: 'curr', @@ -44,7 +45,7 @@ }, done: function(res, curr, count) { if (res.code === 403) { - top.location.href = baseUrl; + top.location.href = baseUrl+"/"; } pageCurr=curr; limit(); @@ -66,7 +67,7 @@ }, done: function (res, curr, count) { if (res.code === 403) { - top.location.href = baseUrl; + top.location.href = baseUrl+"/"; } pageCurr=curr; limit(); @@ -79,7 +80,7 @@ var checkStatus = table.checkStatus(obj.config.id); switch(obj.event) { case 'exportData': - layer.confirm('纭畾瀵煎嚭Excel鍚�', function(){ + layer.confirm('袩芯写褌胁械褉写懈褌褜 褝泻褋锌芯褉褌 胁 Excel?', {shadeClose: true}, function(){ var titles=[]; var fields=[]; obj.config.cols[0].map(function (col) { @@ -103,7 +104,7 @@ if (res.code === 200) { table.exportFile(titles,res.data,'xls'); } else if (res.code === 403) { - top.location.href = baseUrl; + top.location.href = baseUrl+"/"; } else { layer.msg(res.msg) } @@ -133,7 +134,7 @@ }, done: function (res, curr, count) { if (res.code === 403) { - top.location.href = baseUrl; + top.location.href = baseUrl+"/"; } pageCurr=curr; if (res.data.length === 0 && count !== 0) { -- Gitblit v1.9.1