From a852102b1b3f30a420b02c0aca96f13d0886af8e Mon Sep 17 00:00:00 2001
From: whyclj <1525436766@qq.com>
Date: 星期三, 09 一月 2019 10:04:29 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclj@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw
---
gx_tieta/WebRoot/mobil/hcheckAccpet.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/hcheckAccpet.html b/gx_tieta/WebRoot/mobil/hcheckAccpet.html
index 0980e12..40fdd03 100644
--- a/gx_tieta/WebRoot/mobil/hcheckAccpet.html
+++ b/gx_tieta/WebRoot/mobil/hcheckAccpet.html
@@ -222,11 +222,11 @@
var tbl = $('.tbl-container');
var temp = getCookie("wapproval");
temp = JSON.parse(temp);
- console.info(temp);
+ //console.info(temp);
createTbl(tbl, arrTh, dataArr);
$(document).ready(function(){
Page.pageCurr=1;
- console.info(temp);
+ //console.info(temp);
setBattLife();
battnumber();
//searchBattLife();
@@ -290,7 +290,7 @@
function battnumber(){
var selected=''
- console.info(temp);
+ // console.info(temp);
if(temp.length>0){
for(var i=0;i<temp.length;i++){
selected+= '<option '+'value='+i+'>'+temp[i].binf.BattGroupName+'</option>';
--
Gitblit v1.9.1