From e2ce9886ff1456cd48e72f73c9efba70ad9320f5 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期五, 14 十二月 2018 17:06:31 +0800 Subject: [PATCH] 添加机房信息切换 --- gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit.html | 13 ++++--------- 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit.html b/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit.html index 6c7b6aa..c6286f1 100644 --- a/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit.html +++ b/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit.html @@ -439,12 +439,7 @@ $(".unable").prop("readonly","readonly").attr("unselectable","on").addClass("uncheck"); $("#sure").click(function(){ editParm(); - /* function backpage(){window.location.href="ele-param1.html";} - setTimeout(backpage,500); - }); - $("#cancel").click(function(){ - window.location.href="ele-param1.html"; - */ + }); }); function editParm(){ @@ -462,15 +457,15 @@ console.info(model); if(model.code ==1){ alert("淇敼鎴愬姛"); - //window.location.href="batt-unapproved.html" + window.location.href="batt-unapproved.html" }else{ alert("淇敼澶辫触!"); - //window.location.href="batt-unapproved.html" + window.location.href="batt-unapproved.html" } }, error:function(){ alert("淇敼鐢垫睜缁勫け璐�!"); - //window.location.href="batt-unapproved.html" + window.location.href="batt-unapproved.html" } }); } -- Gitblit v1.9.1