From 6fe64d178a8d4977aa59da4384c5eceb8f0113c2 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期六, 03 十一月 2018 16:43:41 +0800 Subject: [PATCH] 功能待开发 --- gx_tieta/WebRoot/batt-state-statistical.jsp | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gx_tieta/WebRoot/batt-state-statistical.jsp b/gx_tieta/WebRoot/batt-state-statistical.jsp index 512da1e..74fd3e5 100644 --- a/gx_tieta/WebRoot/batt-state-statistical.jsp +++ b/gx_tieta/WebRoot/batt-state-statistical.jsp @@ -153,8 +153,8 @@ ,defaultToolbar: ['exports', 'filter'] ,cellMinWidth: 80 ,cols: [[ - {field:'note', title:'鍛婅鏃堕棿娈�', align:'center'} - ,{field:'stationName', title:'鏈烘埧鍚嶇О', align:'center'} + {field:'note', title:'鍛婅鏃堕棿娈�', align:'center',width:380} + ,{field:'stationName', title:'鏈烘埧鍚嶇О', align:'center',width:450} ,{field:'station_event_type_poff', title:'鍋滅數娆℃暟', align:'center'} ,{field:'station_event_type_fadian', title:'鍙戠數娆℃暟', align:'center'} ,{field:'station_event_type_diaozhan', title:'鎺夌珯娆℃暟', align:'center'} @@ -163,7 +163,7 @@ ,{field:'station_event_type_tempup', title:'娓╁害涓婇檺鍛婅', align:'center'} ,{field:'station_event_type_templow', title:'娓╁害涓嬮檺鍛婅', align:'center'} ,{field:'station_event_type_dampup', title:'婀垮害涓婇檺鍛婅', align:'center'} - ,{field:'station_event_type_damplow', title:'娓╁害涓嬮檺鍛婅', align:'center'} + ,{field:'station_event_type_damplow', title:'婀垮害涓嬮檺鍛婅', align:'center'} ,{fixed: 'right', title:'璇︽儏', toolbar: '#toolBar', width: 70} ]] ,data:[] @@ -252,9 +252,10 @@ dataType:'json', data:"json="+json, success:function(data){ + console.info(data); var data=JSON.parse(data.result); if(data.code==1&&data!=null){ - //console.log(data.data); + console.log(data.data); tOptions.data = data.data; }else { tOptions.data = []; @@ -271,7 +272,7 @@ var temp={ StationName1:$('#station_name1').val(), // 鐪� StationName2:$('#city').val(), - Stationname5:$('#county').val(), // 甯� + StationName5:$('#county').val(), // 甯� StationName3:$('#station_name3').val(), //鏈烘埧鍚嶇О StationId: stationid?stationid:0, BattInUseDate:$('#startalm').val()+" 00:00:00", -- Gitblit v1.9.1