From e55f015618ac1e85a5a6f7f3404a8b7a4f8f8e05 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期二, 08 四月 2025 15:31:22 +0800 Subject: [PATCH] 界面翻译为俄语 --- src/main/webapp/views/home/console.html | 94 +++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 83 insertions(+), 11 deletions(-) diff --git a/src/main/webapp/views/home/console.html b/src/main/webapp/views/home/console.html index cd91d26..efc8c93 100644 --- a/src/main/webapp/views/home/console.html +++ b/src/main/webapp/views/home/console.html @@ -31,11 +31,15 @@ display: inline-block; width: 49%; } + .chart-elem div { + padding-top: 15px; + padding-bottom: 5px; + } .chart-elem:first-child { padding: 0 50px; } .chart-elem:last-child { - padding-left: 20px; + padding: 0 50px; border-left: 1px solid rgba(0,0,0,.1); } /*琛ㄦ牸宸ュ叿鏍�*/ @@ -98,7 +102,10 @@ <!--琛ㄦ牸鏁版嵁--> <div class="home-elem loc-retention"> <div class="layui-form"> - <div id="form-header">搴撳瓨婊炵暀鏃堕棿缁熻琛�</div> + <div id="form-header">孝邪斜谢懈褑邪 褋褌邪褌懈褋褌懈泻懈 胁褉械屑械薪懈 蟹邪写械褉卸泻懈 薪邪 褋泻谢邪写械</div> + <div> + <button class="layui-btn" id="export-btn">协泻褋锌芯褉褌</button> + </div> <table class="layui-hide" id="stayTime" lay-filter="stayTime"></table> </div> </div> @@ -124,10 +131,10 @@ plotShadow: false }; var title = { - text: '搴撲綅浣跨敤姣斾緥', + text: '袩褉芯褑械薪褌 懈褋锌芯谢褜蟹芯胁邪薪懈褟 褋泻谢邪写褋泻懈褏 屑械褋褌', margin:1, style: {fontSize: '18px',color: '#777',fontWeight: 'bold'}, - y: 20 + y: 5 }; var tooltip = { pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>' @@ -182,10 +189,10 @@ var data = res.data; var dataPie = eval(data.rows); var title = { - text: '鏃ュ叆鍑哄簱鏁伴噺', + text: '袝卸械写薪械胁薪芯械 泻芯谢懈褔械褋褌胁芯 锌芯褋褌褍锌邪褞褖懈褏 懈 懈褋褏芯写褟褖懈褏 褌芯胁邪褉芯胁', margin: 1, style: {fontSize: '18px',color: '#777',fontWeight: 'bold'}, - y: 20 + y: 5 }; var xAxis = { categories: [getDate(-11), getDate(-10), getDate(-9), getDate(-8), getDate(-7), getDate(-6), @@ -193,7 +200,7 @@ }; var yAxis = { title: { - text: '鍏�/鍑哄簱鏁伴噺' + text: '袣芯谢懈褔械褋褌胁芯 锌芯褋褌褍锌邪褞褖懈褏/懈褋褏芯写褟褖懈褏 褌芯胁邪褉芯胁' }, plotLines: [{ value: 0, @@ -231,9 +238,9 @@ var pageCurr; function getCol() { var cols = [ - {field: 'appe_time', title: '鍏ュ簱鏃堕棿', align: 'center', width: 200} - ,{field: 'stay_time', align: 'center',title: '婊炵暀澶╂暟'} - ,{field: 'loc_no', align: 'center',title: '搴撲綅鍙�'} + {field: 'appeTime$', title: '袙褉械屑褟 锌芯褋褌褍锌谢械薪懈褟 薪邪 褋泻谢邪写', align: 'center', width: 200} + ,{field: 'stay_time', align: 'center',title: '袙褉械屑褟 蟹邪写械褉卸泻懈'} + ,{field: 'loc_no', align: 'center',title: '袧芯屑械褉 褋泻谢邪写褋泻芯谐芯 屑械褋褌邪'} ]; cols.push.apply(cols, detlCols); return cols; @@ -299,6 +306,71 @@ } }); }); + + + $(document).ready(function() { + // 涓哄鍑烘寜閽坊鍔犵偣鍑讳簨浠� + $('#export-btn').click(function() { + // 杩欓噷娣诲姞瀵煎嚭閫昏緫 + alert('袙 锌褉芯褑械褋褋械 褉邪斜芯褌褘'); + // 浣犲彲浠ュ湪杩欓噷璋冪敤鍏蜂綋鐨勫鍑哄嚱鏁� + exportData(); + }); + }); + // var table1 = layui.table1; + + function exportData() { + var searchData = {}; + + // 鏀堕泦褰撳墠鎼滅储妗嗙殑鍊� + $.each($('#search-box [name]').serializeArray(), function() { + searchData[this.name] = this.value; + }); + + // 鍙戦�佸鍑鸿姹傦紝鎮ㄩ渶瑕佹牴鎹偍鐨勫叿浣撴儏鍐佃皟鏁� URL + // $.ajax({ + // url: baseUrl + '/report/viewStayTimeExport.action', // 璇锋浛鎹负瀹為檯鐨勫鍑烘帴鍙� + // method: 'POST', + // data: JSON.stringify(searchData), // 鍙戦�佺殑鍙傛暟 + // contentType: 'application/json;charset=UTF-8', + // headers: {'token': localStorage.getItem('token')}, // 娣诲姞 token + // success: function(res) { + // // 鍋囪鍚庣杩斿洖鐨勬槸涓�涓枃浠朵笅杞介摼鎺� + // if (res.code === 200 && res.data.downloadUrl) { + // window.location.href = res.data.downloadUrl; // 鑷姩瑙﹀彂涓嬭浇 + // } else { + // layer.msg(res.msg || '瀵煎嚭澶辫触'); + // } + // }, + // error: function() { + // layer.msg('瀵煎嚭璇锋眰澶辫触'); + // } + // }); + var titles=[]; + var fields=[]; + $.ajax({ + url: baseUrl + '/report/viewStayTimeExport.action', // 璇锋浛鎹负瀹為檯鐨勫鍑烘帴鍙� + method: 'GET', // 灏濊瘯浣跨敤 GET 璇锋眰 + contentType: 'application/json;charset=UTF-8', + headers: {'token': localStorage.getItem('token')}, + success: function(res) { + console.log("res") + console.log(res) + // 鍋囪鍚庣杩斿洖鐨勬槸涓�涓枃浠朵笅杞介摼鎺� + layer.closeAll(); + if (res.code === 200) { + table.exportFile(titles,res.data,'xls'); + } else if (res.code === 403) { + top.location.href = baseUrl+"/"; + } else { + layer.msg(res.msg) + } + }, + error: function() { + layer.msg('瀵煎嚭璇锋眰澶辫触'); + } + }); + } }); @@ -326,4 +398,4 @@ return fmt; } </script> -</html> \ No newline at end of file +</html> -- Gitblit v1.9.1