From 890cb68586fe79d95b37ee0ad78df0d9f7dce796 Mon Sep 17 00:00:00 2001
From: zhitong.yu <xynz17@163.com>
Date: 星期三, 19 六月 2024 09:45:34 +0800
Subject: [PATCH] 通用版本V1.7 注:1.显示围栏名称 2.中英文版切换 3.引擎异常短信提示
---
src/main/webapp/HouTai/WeiLanList/WeiLanListJs/PersonJuji.js | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/HouTai/WeiLanList/WeiLanListJs/PersonJuji.js b/src/main/webapp/HouTai/WeiLanList/WeiLanListJs/PersonJuji.js
index 3579dc1..50322c8 100644
--- a/src/main/webapp/HouTai/WeiLanList/WeiLanListJs/PersonJuji.js
+++ b/src/main/webapp/HouTai/WeiLanList/WeiLanListJs/PersonJuji.js
@@ -14,14 +14,21 @@
,{field: 'id', title: '搴忓彿', sort: true}
,{ field: 'name', title: '鍥存爮鍚嶇О'}
,{field: 'pernum', title: '浜哄憳涓婇檺' }
- ,{field: 'typec2', title: '鏄惁闈欓粯'}
- ,{field: 'redius', title: '鑱氶泦鍗婂緞'}
- ,{field: 'shichang', title: '鑱氶泦鏃堕暱'}
+ ,{field: 'typec2', title: '鏄惁闈欓粯',templet: '#titleTpl'}
+ ,{field: 'redius', title: '鑱氶泦鍗婂緞/CM'}
+ ,{field: 'shichang', title: '鑱氶泦鏃堕暱/S'}
,{field: 'weixianpin', title: '鍗遍櫓鍝佸悕绉�'}
]]
,limits: [10, 20, 30, 40, 50,60,70,80,90,100,100000]
,limit: 20,
});
+ $(document).on('click', '.layui-laypage a', function(){
+ if (sessionStorage.getItem("YuYan") == "English"){
+ setTimeout(function (){
+ translate.execute()
+ },10)
+ }
+ });
table.on('toolbar(juji)', function(obj) {
var checkStatus = table.checkStatus(obj.config.id);
var ds = "username="+sessionStorage.getItem("username")
@@ -58,7 +65,6 @@
$("#up1").val(data[0].id)
$("#up2").val(data[0].name)
$("#up3").val(data[0].pernum)
- $("#up4").val(data[0].typec2)
$("#up5").val(data[0].redius)
$("#up6").val(data[0].shichang)
$("#up7").val(data[0].weixianpin)
--
Gitblit v1.10.0