D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-09 c88ddedda422835b2337a68a993db645f42f8458
修改实时数据BUG
4个文件已修改
21 ■■■■■ 已修改文件
gx_tieta/WebRoot/mobil/control.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/mobil/hcheckAccpet-index.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/mobil/hcheckAccpet.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/mobil/wcheckAccept.html 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/mobil/control.html
@@ -68,7 +68,12 @@
            if(batt.install_user||batt.install_user==0){
                //console.info(batt);
                if(batt.address||batt.address==""){
                    console.info(batt.check_en);
                    if(batt.check_en==1){
                        window.location.href="hcheckAccpet-index.html";
                    }else{
                    window.location.href="wcheckAccept-index.html";
                    }
                }else{
                    window.location.href="batt-approve-index.html";
                }
gx_tieta/WebRoot/mobil/hcheckAccpet-index.html
@@ -199,6 +199,7 @@
                            install_user : arrdata[i].binf.install_user,            //安装人员
                            address : arrdata[i].address,
                            confirm_name : arrdata[i].confirm_name,
                            check_en:arrdata[i].check_en,
                        }
                    }
                    arr.push(obj);
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>';    
gx_tieta/WebRoot/mobil/wcheckAccept.html
@@ -242,12 +242,13 @@
     });
        
    $("#sure").click(function(){
         var temp = getCookie("wapproval");
        temp = JSON.parse(temp);
        // var temp = getCookie("wapproval");
        //temp = JSON.parse(temp);
        var data = temp;
        if(data[i].check_en==0){
        console.info(data);
        if(data[0].check_en==0){//一个基站内的所有电池组同时申请,因此判断一组电池组状态即可。
            alert("现场未提交申请验收");
        }else if(data[i].check_en==2){
        }else if(data[0].check_en==2){
            exBattGroupAjax(data);
        }
    });