From d63fcb6c527b3690683c99c99783356326912321 Mon Sep 17 00:00:00 2001
From: whyclj <1525436766@qq.com>
Date: 星期三, 09 一月 2019 10:39:59 +0800
Subject: [PATCH] 修改电池批量设置页面中的title以及添加对应的国际化文本
---
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