bug
D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2018-12-29 5c313a0bf62887f20d1f01754b1b07d983905d66
bug
2个文件已修改
21 ■■■■ 已修改文件
gx_tieta/WebRoot/mobil/batt-approved1.html 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/mobil/iframe/homeinfo1.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/mobil/batt-approved1.html
@@ -381,9 +381,12 @@
        //setTimes($("#startTestrecord"),'2000-01-01');
        //setTimes($("#endTestrecord"),new Date().format('yyyy-MM-dd'));
        
        timeer = window.setTimeout(function() {
                            installstartdata(temp);
                        }, 4000);
    installstartdata(temp);
    diubao();
    timeer = window.setTimeout(function() {
            diubao();
                        }, 4000);    //丢包率,通信计数,4秒刷新1次。
        //4秒刷新一次页面
    });
    
@@ -461,8 +464,7 @@
            //setTimes($("#startTestrecord"),data.productDate);
            //setTimes($("#endTestrecord"),data.useDate);
                document.getElementById("install_user").value = data.install_user;
            document.getElementById("tongxunnumber").value = getCookienumber(data.StationId);
            document.getElementById("diubaonumber").value = getCookiediubao(data.StationId)
                
            for(var i=0;i<temp.length;i++){
                data=temp[i];        
@@ -484,6 +486,13 @@
            }
    }
    
    function diubao(){
        if(temp.length>0){
            data=temp[0].binf;
            document.getElementById("tongxunnumber").value = getCookienumber(data.StationId);
            document.getElementById("diubaonumber").value = getCookiediubao(data.StationId);
        }
    }
     function getCookienumber(id){//输入ID,返回通讯计数。数据从缓存获取。
         var a = getnumber();
         //console.info(a);
gx_tieta/WebRoot/mobil/iframe/homeinfo1.html
@@ -109,7 +109,7 @@
                                    </div>
                                </div>
                                <div class="layui-col-12 t-align-right mrt5">
                                    <button class="layui-btn layui-btn-normal layui-btn-sm" id="uploadVideo">视频上传</button>
                                    <span style="color: #FF0000;" class="mrr4">请上传微信拍摄的视频</span><button class="layui-btn layui-btn-normal layui-btn-sm" id="uploadVideo">视频上传</button>
                                </div>
                            </div>
                        </div>