From 8fa05701a4d5fe21231d9eb3c01dd6e80188313f Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期五, 07 十二月 2018 16:27:18 +0800
Subject: [PATCH] 修改电池信息单体电压,单体数量 ,浮充电压阀值和离线电压阀值联动
---
gx_tieta/WebRoot/bts-comm-task.jsp | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/gx_tieta/WebRoot/bts-comm-task.jsp b/gx_tieta/WebRoot/bts-comm-task.jsp
index 405766e..dd3b569 100644
--- a/gx_tieta/WebRoot/bts-comm-task.jsp
+++ b/gx_tieta/WebRoot/bts-comm-task.jsp
@@ -382,9 +382,7 @@
,{field:'dev_comm_runtime', title: '璁惧杩愯鏃堕棿', align: 'center'}
,{field:'break_type_txt', title:'杩炴帴鐘舵��', align:'center', templet: '#breakTypeTpl', width: 150}
]]
- ,data:[
- {'break_type': 1}
- ]
+ ,data:[]
,limit: 1000
,page: false
,height: 'full-290'
@@ -555,8 +553,8 @@
//鐐瑰嚮瀵煎嚭鎶ヨ〃
$('#export_table').click(function(){
- var tblData = createTableData(tOptions);
- GLOBAL.expExcel.xls(tblData);
+ var tblData = GLOBAL.Table.cTblData(tOptions);
+ GLOBAL.Table.expExcel.xls(tblData);
});
//鏋勯�犲鍑鸿〃鏍煎璞�
--
Gitblit v1.9.1