From 592720573d6b194bbac25b25b6c619376cb9c0a4 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期四, 13 十二月 2018 13:38:34 +0800 Subject: [PATCH] 修改电池查询面板中正则的验证 --- gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit.html | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit.html b/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit.html index 4943535..9b5b62e 100644 --- a/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit.html +++ b/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit.html @@ -57,11 +57,6 @@ temp=JSON.parse(temp); tempindex = JSON.parse(tempindex); tempnum =JSON.parse(tempnum); - console.info(tempnum); - console.info(temp[30]); - console.info(temp[33]); - console.info(tempindex); - var suoyin = temp[33]; $(function(){creatAllView(tempindex.length)}); @@ -463,12 +458,15 @@ console.info(model); if(model.code ==1){ alert("淇敼鎴愬姛"); + window.location.href="batt-unapproved.html" }else{ alert("淇敼澶辫触!"); + window.location.href="batt-unapproved.html" } }, error:function(){ alert("淇敼鐢垫睜缁勫け璐�!"); + window.location.href="batt-unapproved.html" } }); } -- Gitblit v1.9.1