From bcd65d2ff114fb2315def58936a227742da29862 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期二, 23 十月 2018 14:34:55 +0800 Subject: [PATCH] 修改机房名称为全称 --- gx_tieta/WebRoot/elegroup.jsp | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/gx_tieta/WebRoot/elegroup.jsp b/gx_tieta/WebRoot/elegroup.jsp index 0fc33d0..aad4a65 100644 --- a/gx_tieta/WebRoot/elegroup.jsp +++ b/gx_tieta/WebRoot/elegroup.jsp @@ -23,7 +23,7 @@ position: absolute; top: 0; right: 0; - z-index: 999; + z-index: 99; } .toolbar-fixed-top-right.right10 { right: 10px; @@ -384,7 +384,7 @@ for(var i=0;i<model.data.length;i++){ totalbattNum=model.data.length; data=model.data[i]; - //console.info(data); + console.info(data); allbattstation[all_index++]=data.StationName; allbattstation[all_index++]=data.BattGroupName; @@ -636,7 +636,8 @@ $('#right-menu .del-group').live('click',function(){ var oLi=$('#lbottom .li-con li').eq(LiIndex); // 鍙栦汉鍒犻櫎鍖呮満缁� - layer.confirm("<s:text name='Confirm_del'/>'"+oLi.text()+"'锛�", {icon:3, title: '绯荤粺鎻愮ず'}, function() { + layer.confirm("<s:text name='Confirm_del'/>'"+oLi.text()+"'锛�", {icon:3, title: '绯荤粺鎻愮ず'}, function(index) { + layer.close(index); var baojigroupid=oLi.attr('value'); loading.showLoading(); $.post('User_battgroup_baojigroupAction!delete','us.baoji_group_id='+baojigroupid+"&us.baoji_group_name="+oLi.text(),function(data){ @@ -775,7 +776,8 @@ layer.confirm( '<s:text name="Determine"/><s:text name="From"/>'+obaoLi.text()+'<s:text name="Delete"/>'+ouserLi.text()+"?", {icon:3,title:'绯荤粺鎻愮ず'}, - function() { + function(index) { + layer.close(index); var num=ouserLi.attr('num'); var temp = {num:num,uname:ouserLi.text(),baoji_group_name:obaoLi.text()}; loading.showLoading(); @@ -1029,7 +1031,7 @@ var _attr = { StationId: __data.StationId }; - var tmp = getOptionsData(__data.StationName3, __data.StationName, __data, _attr); + var tmp = getOptionsData(__data.StationName, __data.StationName, __data, _attr); optsList.push(tmp); } @@ -1542,7 +1544,8 @@ $('#tb-right-menu .del').click(function(){ var baojiLi=$('#lbottom .li-con li.b8cfe5'); // 鏄惁纭鍒犻櫎鐢垫睜缁� - layer.confirm('<s:text name="Confirm_that_the_selected_battery_pack_is_removed_from_the_package"/>锛�',{icon:3, title: '绯荤粺鎻愮ず'},function() { + layer.confirm('<s:text name="Confirm_that_the_selected_battery_pack_is_removed_from_the_package"/>锛�',{icon:3, title: '绯荤粺鎻愮ず'},function(index) { + layer.close(index); var removeArray=new Array(); var redTr=$('#tbroom table .red'); //闇�瑕佸垽鏂槸鍚﹀惈鏈夋柊娣诲姞鐨勭數姹犵粍 -- Gitblit v1.9.1