123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- <?php if (!defined('THINK_PATH')) exit();?><!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="/jdxf/Public/wxapp/css/style.css">
- <link rel="stylesheet" href="/jdxf/Public/wxapp/css/jdxf.css">
- <link rel="stylesheet" href="/jdxf/Public/html/bootstrap-3.3.7/css/bootstrap.min.css">
- <script src="/jdxf/Public/wxapp/js/jquery-1.11.3.min.js"></script>
- <body>
- <!--头部-->
- <div class="hand">
- <span class="hand-i"><!-- <i class="fa fa-angle-down"></i> -->
- <a href="/jdxf/wxapp2.php/Home/index/index<?php echo ($tokenurl); ?>/companyid/<?php echo ($companyid); ?>">
- <img style="height: 16px;" src="/jdxf/Public/wxapp/images/jd_07.png" alt="">
- </a>
- </span>
- 设备报修
- </div>
- <!--<div class="header"><a class="comblack" href="/jdxf/wxapp2.php/Home/index/index/companyid/<?php echo ($companyid); ?>"></a> 设备报修</div>-->
- <!--内容-->
- <div class="content">
- <div class="content-bottom" id="content-data">
- <div class="content-bottom-li">
- 本页共 <b style="color:red;"> <?php echo ($zsl); ?></b> 个,未处理<b style="color:red;">
- <?php echo ($wclsl); ?></b> 个,未审核<b style="color:red;"> <?php echo ($wshsl); ?></b> 个,未通过<b style="color:red;"> <?php echo ($shwtgsl); ?></b>
- 个,已完成<b style="color:red;"> <?php echo ($ywcsl); ?></b> 个,超时完成<b style="color:red;"> <?php echo ($cswcsl); ?></b> 个
- </div>
- <ul>
- <?php if(is_array($ResData)): $i = 0; $__LIST__ = $ResData;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?><li class="content-bottom-li" style="padding-left: 5%;">
- <?php if($vo["cl_type"] == 1 ): ?><a style="text-decoration:none;padding-bottom:10px;" href="/jdxf/wxapp2.php/Home/Maintinfo/bd/id/<?php echo ($vo["id"]); ?>">
- <p class="span-ffist" style="width:100%;"> <?php echo ($vo["wx_name"]); ?>
- <span style="color: #ff0000;margin-right:25px;">未处理</span>
- </p>
- <p>类型:<?php echo ($vo["sj_type_name"]); ?>
- <button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30
- src="/jdxf/Public/wxapp/images/baoxiu.png"/>
- </button>
- </p>
- </a>
- <?php elseif($vo["cl_type"] == 2 ): ?>
- <a style="text-decoration:none;padding-bottom:10px;">
- <p class="span-ffist" style="width:100%;"> <?php echo ($vo["wx_name"]); ?>
- <span style="color: #59c24a;margin-right:25px;">未审核</span>
- </p>
- <p>类型:<?php echo ($vo["sj_type_name"]); ?>
- <button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30
- src="/jdxf/Public/wxapp/images/baoxiu.png"/>
- </button>
- </p>
- </a>
- <?php elseif($vo["cl_type"] == 3 ): ?>
- <a style="text-decoration:none;padding-bottom:10px;" href="/jdxf/wxapp2.php/Home/Maintinfo/bd/id/<?php echo ($vo["id"]); ?>">
- <p class="span-ffist" style="width:100%;"> <?php echo ($vo["wx_name"]); ?>
- <span style="color: #ff9254;margin-right:25px;">审核未通过</span>
- </p>
- <p>类型:<?php echo ($vo["sj_type_name"]); ?>
- <button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30
- src="/jdxf/Public/wxapp/images/baoxiu.png"/>
- </button>
- </p>
- </a>
- <?php elseif($vo["cl_type"] == 4 ): ?>
- <a style="text-decoration:none;padding-bottom:10px;">
- <p class="span-ffist" style="width:100%;"> <?php echo ($vo["wx_name"]); ?>
- <span style="color: #0082ff;margin-right:25px;">已完成</span>
- </p>
- <p>类型:<?php echo ($vo["sj_type_name"]); ?>
- <button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30
- src="/jdxf/Public/wxapp/images/baoxiu.png"/>
- </button>
- </p>
- </a>
- <?php elseif($vo["cl_type"] == 5 ): ?>
- <a style="text-decoration:none;padding-bottom:10px;">
- <p class="span-ffist" style="width:100%;"> <?php echo ($vo["wx_name"]); ?>
- <span style="color: #ff9254;margin-right:25px;">超时完成</span>
- </p>
- <p>类型:<?php echo ($vo["sj_type_name"]); ?>
- <button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30
- src="/jdxf/Public/wxapp/images/baoxiu.png"/>
- </button>
- </p>
- </a><?php endif; ?>
- </li><?php endforeach; endif; else: echo "" ;endif; ?>
- </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>
|