123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>viewWhhCl.htm</title>
- <link rel="stylesheet" href="views/whh/whhPlus/viewWhhSq.css?type=4">
- <script src="views/whh/whhPlus/ckplayer/ckplayer.js" charset="utf-8"></script>
- <script type="text/javascript">
- $(function(){
- var hide = $("#hide").val();
- if(hide == "hide") {
- $("#whhcl").hide();
- }
- var sp = $("#videoStr").val();
- var zp = $("#photoStr").val();
- if(zp == "") {
- $(".zp").hide();
- }
- if(sp == "") {
- $(".sp").hide();
- }
-
- $("#photo").hide();
- //$("#videoSee").hide();
- $("#videoSee").css("width",pageWidth());
- $("#overlay").click(function(){
- hideOverlay();
- })
- /*
- $(".seeVideo").click(function(){
- showOverlay();
- $("#videoSee").show();
- }) */
- $(".hideOverlay").click(function(){
- $("#photo").hide();
- $("#videoSee").hide();
- hideOverlay();
- });
-
- })
- function loadMedia(cdid,lx){
- haifm.loadMobilePage("haifm", "loadMedia.htm?djid="+$("#djid").val()
- +"&cdid="+cdid+"&from="+$("#whhFrom").val()+"&type="+$("#type").val()+"&lx="+lx);
- }
- </script>
- </head>
- <body>
- <input type="hidden" id="hide" value="$!hide" >
- <input type="hidden" id="videoStr" value="$!cdxx.spStr" >
- <input type="hidden" id="photoStr" value="$!cdxx.zpStr" >
- <section id="cljg">
- <div class="headline"><div class="lsfk"></div>处理结果</div>
- <div class="cont-wrapper">
- <div class="line">
- <div class="divicon">
- <svg class="icon-whhxq icon-clsj" aria-hidden="true">
- <use xlink:href="#icon-naozhong"></use>
- </svg>
- </div>
- <div class="title">处理时间<span></span></div>
- <div>:</div>
- <div class="cont">$!cdxx.clsjStr</div>
- </div>
- <div class="line zp">
- <div class="divicon">
- <svg class="icon-whhxq icon-zp" aria-hidden="true">
- <use xlink:href="#icon-chakantiezizhaopian"></use>
- </svg>
- </div>
- <div class="title" style="width: 80px;">现场照片<span></span></div>
- <div>:</div>
- <div class="cont" style="flex:0 0 40%;">无害化处理照片</div>
- <div class="btn seePhoto" onclick="loadMedia('$!cdxx.id','zp')">查看</div>
- </div>
- <div class="line sp">
- <div class="divicon">
- <svg class="icon-whhxq icon-sp" aria-hidden="true">
- <use xlink:href="#icon-shipin"></use>
- </svg>
- </div>
- <div class="title" style="width: 80px;">现场视频<span></span></div>
- <div>:</div>
- <div class="cont" style="flex:0 0 40%;">无害化处理视频</div>
- <div class="btn seeVideo" onclick="loadMedia('$!cdxx.id','sp')">查看</a></div>
- </div>
- <div class="line">
- <div class="divicon">
- <svg class="icon-whhxq icon-jdry" aria-hidden="true">
- <use xlink:href="#icon-renyuanguanli"></use>
- </svg>
- </div>
- <div class="title">监督人员<span></span></div>
- <div>:</div>
- <div class="cont">$!cdxx.jdry</div>
- </div>
- <div class="line">
- <div class="divicon">
- <svg class="icon-whhxq icon-clbz" aria-hidden="true">
- <use xlink:href="#icon-tianjiabeizhu"></use>
- </svg>
- </div>
- <div class="title">备注<span></span></div>
- <div>:</div>
- <div class="cont" style=" flex: 0 0 60%;"><textarea rows="5" cols="5" readonly="readonly" class="textArea">$!cdxx.clbz</textarea></div>
- </div>
- </div>
- </section>
- </body>
- </html>
|