From cadd8817235cfdbf2ac7187c786e7cf07eab817c Mon Sep 17 00:00:00 2001
From: whyclj <1525436766@qq.com>
Date: 星期二, 08 一月 2019 15:27:35 +0800
Subject: [PATCH] 机房续航能力查询页面中添加手动启动续航线程按钮
---
gx_tieta/WebRoot/batt-state-manage.jsp | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/gx_tieta/WebRoot/batt-state-manage.jsp b/gx_tieta/WebRoot/batt-state-manage.jsp
index 3510401..052a8a7 100644
--- a/gx_tieta/WebRoot/batt-state-manage.jsp
+++ b/gx_tieta/WebRoot/batt-state-manage.jsp
@@ -708,7 +708,7 @@
$('#current').text(Page.pageCurr+"/"+pageNum);
}
layer.close(load);
- createAllTbl(tblHd, tblBd, arrTh, arrTd, tblStatus);
+ createFullTbl(tblHd, tblBd, arrTh, arrTd, tblStatus);
// 缁欐瘡涓�琛屾坊鍔犳暟鎹�
var trList = tblBd.find('tbody tr');
@@ -723,6 +723,11 @@
});
}
+ // 椤甸潰瀹瑰櫒澶у皬鏀瑰彉瑙﹀彂
+ $(window).resize(function() {
+ setTblWidth(tblHd, tblBd);
+ });
+
// 鑾峰彇缁埅鏃堕暱
function StringtoData(value){
var date1= value; //寮�濮嬫椂闂�
--
Gitblit v1.9.1