123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
- <meta charset="utf-8">
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
- <meta content="yes" name="apple-mobile-web-app-capable">
- <meta content="black" name="apple-mobile-web-app-status-bar-style">
- <meta content="telephone=no" name="format-detection">
- <title>设备报修</title>
- </head>
- <link rel="stylesheet" type="text/css" href="__PUBLIC__/wxapp/css/style.css">
- <link rel="stylesheet" href="__PUBLIC__/html/bootstrap-3.3.7/css/bootstrap.min.css">
- <script src="__PUBLIC__/wxapp/js/jquery-1.11.3.min.js"></script>
- <body>
- <!--头部-->
- <div class="header"><a class="comblack" href="__MODULE__/index/index{$tokenurl}/companyid/{$companyid}"></a> 设备报修</div>
- <!--内容-->
- <div class="content">
- <div class="content-bottom" id="content-data" >
- <ul>
- <li class="content-bottom-li">
- <a style="display:inline;">本页共 <b style="color:red;"> {$zsl}</b> 个,未处理<b style="color:red;"> {$wclsl}</b> 个,未审核<b style="color:red;"> {$wshsl}</b> 个,未通过<b style="color:red;"> {$shwtgsl}</b> 个,已完成<b style="color:red;"> {$ywcsl}</b> 个,超时完成<b style="color:red;"> {$cswcsl}</b> 个<a/>
- </li>
- <volist name="ResData" id="vo" >
- <li class="content-bottom-li" style="padding-left: 5%;">
- <if condition="$vo.cl_type eq 1 ">
- <a style="text-decoration:none;padding-bottom:10px;" href="__MODULE__/Maintinfo/bd/id/{$vo.id}">
- <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
- <span style="color: #ff0000;margin-right:25px;">未处理</span>
- </p>
- <p>类型:{$vo.sj_type_name}<button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30 src="__PUBLIC__/wxapp/images/baoxiu.png"/></button></p>
- </a>
- <elseif condition="$vo.cl_type eq 2 "/>
- <a style="text-decoration:none;padding-bottom:10px;" >
- <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
- <span style="color: #59c24a;margin-right:25px;">未审核</span>
- </p>
- <p>类型:{$vo.sj_type_name}<button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30 src="__PUBLIC__/wxapp/images/baoxiu.png"/></button></p>
- </a>
- <elseif condition="$vo.cl_type eq 3 "/>
- <a style="text-decoration:none;padding-bottom:10px;" href="__MODULE__/Maintinfo/bd/id/{$vo.id}">
- <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
- <span style="color: #ff9254;margin-right:25px;">审核未通过</span>
- </p>
- <p>类型:{$vo.sj_type_name}<button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30 src="__PUBLIC__/wxapp/images/baoxiu.png"/></button></p>
- </a>
- <elseif condition="$vo.cl_type eq 4 "/>
- <a style="text-decoration:none;padding-bottom:10px;" >
- <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
- <span style="color: #0082ff;margin-right:25px;">已完成</span>
- </p>
- <p>类型:{$vo.sj_type_name}<button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30 src="__PUBLIC__/wxapp/images/baoxiu.png"/></button></p>
- </a>
- <elseif condition="$vo.cl_type eq 5 "/>
- <a style="text-decoration:none;padding-bottom:10px;" >
- <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
- <span style="color: #ff9254;margin-right:25px;">超时完成</span>
- </p>
- <p>类型:{$vo.sj_type_name}<button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30 src="__PUBLIC__/wxapp/images/baoxiu.png"/></button></p>
- </a>
- </if>
- </li>
- </volist>
- </ul>
- </div>
- </div>
- <!--底部-->
- <div class="footer"></div>
- </body>
- <style type="text/css">
- .title-label { width: 20%; color: #000000;
- line-height: 55px; font-size: 16px; display: inline-block; text-align: center;
- float: left; cursor: pointer; border-bottom: 4px solid #DCDCDC;}
- .select-color { border-bottom: 4px solid #C91E30;}
- .fire-content { box-sizing: border-box; padding: 25px;}
- .content-bottom-li{ clear: both; text-align: left; font-size: 16px; line-height: 26px; border-bottom: 1px solid #DCDCDC;}
- /*.content-bottom-li a:first-child{ padding-left: 5%; padding-top: 0px; padding-bottom: 20px; display: block; }*/
- .content-bottom ul li span{ font-size: 14px; color:#646464; display: block; float: right; }
- .next-list{ color:#DBDBDB; margin-right: 5%; clear: both; }
- .span-ffist{ font-size: 16px; clear: both; display: inline-block; width: 78%;}
- </style>
- </html>
|