From add1fb67440373139c5191652d670a8a56a4b875 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期一, 08 十月 2018 17:49:16 +0800
Subject: [PATCH] 修改实际容量保留一位小数 使用容量百分比
---
gx_tieta/WebRoot/elegroup.jsp | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/gx_tieta/WebRoot/elegroup.jsp b/gx_tieta/WebRoot/elegroup.jsp
index b5ea1df..14a8051 100644
--- a/gx_tieta/WebRoot/elegroup.jsp
+++ b/gx_tieta/WebRoot/elegroup.jsp
@@ -756,12 +756,18 @@
});
}
var json=window.JSON.stringify(baoji_user);
+
+ // 鏄剧ず绛夊緟妗�
+ loading.showLoading();
+ return;
//console.info(json);
$.post('User_battgroup_baojigroup_usrAction!add',"json="+json,function(data){
var model=eval("("+data.result+")");
alert(model.msg);
var baojizuid=$('#lbottom .li-con li.b8cfe5').attr('value');
searchBaojiZuUser(baojizuid);
+ // 闅愯棌绛夊緟妗�
+ loading.showLoading();
});
}else{
alert('<s:text name="There_is_nothing_to_be_done"/>'); /* 娌℃湁浠�涔堝彲浠ュ仛鐨� */
--
Gitblit v1.9.1