device_manger.html.bak.2021-06-25 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  5. <meta charset="utf-8">
  6. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
  7. <meta content="yes" name="apple-mobile-web-app-capable">
  8. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  9. <meta content="telephone=no" name="format-detection">
  10. <title>设备报修</title>
  11. </head>
  12. <link rel="stylesheet" type="text/css" href="__PUBLIC__/wxapp/css/style.css">
  13. <link rel="stylesheet" href="__PUBLIC__/html/bootstrap-3.3.7/css/bootstrap.min.css">
  14. <script src="__PUBLIC__/wxapp/js/jquery-1.11.3.min.js"></script>
  15. <body>
  16. <!--头部-->
  17. <div class="header"><a class="comblack" href="__MODULE__/index/index{$tokenurl}/companyid/{$companyid}"></a> 设备报修</div>
  18. <!--内容-->
  19. <div class="content">
  20. <div class="content-bottom" id="content-data" >
  21. <ul>
  22. <li class="content-bottom-li">
  23. <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/>
  24. </li>
  25. <volist name="ResData" id="vo" >
  26. <li class="content-bottom-li" style="padding-left: 5%;">
  27. <if condition="$vo.cl_type eq 1 ">
  28. <a style="text-decoration:none;padding-bottom:10px;" href="__MODULE__/Maintinfo/bd/id/{$vo.id}">
  29. <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
  30. <span style="color: #ff0000;margin-right:25px;">未处理</span>
  31. </p>
  32. <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>
  33. </a>
  34. <elseif condition="$vo.cl_type eq 2 "/>
  35. <a style="text-decoration:none;padding-bottom:10px;" >
  36. <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
  37. <span style="color: #59c24a;margin-right:25px;">未审核</span>
  38. </p>
  39. <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>
  40. </a>
  41. <elseif condition="$vo.cl_type eq 3 "/>
  42. <a style="text-decoration:none;padding-bottom:10px;" href="__MODULE__/Maintinfo/bd/id/{$vo.id}">
  43. <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
  44. <span style="color: #ff9254;margin-right:25px;">审核未通过</span>
  45. </p>
  46. <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>
  47. </a>
  48. <elseif condition="$vo.cl_type eq 4 "/>
  49. <a style="text-decoration:none;padding-bottom:10px;" >
  50. <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
  51. <span style="color: #0082ff;margin-right:25px;">已完成</span>
  52. </p>
  53. <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>
  54. </a>
  55. <elseif condition="$vo.cl_type eq 5 "/>
  56. <a style="text-decoration:none;padding-bottom:10px;" >
  57. <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
  58. <span style="color: #ff9254;margin-right:25px;">超时完成</span>
  59. </p>
  60. <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>
  61. </a>
  62. </if>
  63. </li>
  64. </volist>
  65. </ul>
  66. </div>
  67. </div>
  68. <!--底部-->
  69. <div class="footer"></div>
  70. </body>
  71. <style type="text/css">
  72. .title-label { width: 20%; color: #000000;
  73. line-height: 55px; font-size: 16px; display: inline-block; text-align: center;
  74. float: left; cursor: pointer; border-bottom: 4px solid #DCDCDC;}
  75. .select-color { border-bottom: 4px solid #C91E30;}
  76. .fire-content { box-sizing: border-box; padding: 25px;}
  77. .content-bottom-li{ clear: both; text-align: left; font-size: 16px; line-height: 26px; border-bottom: 1px solid #DCDCDC;}
  78. /*.content-bottom-li a:first-child{ padding-left: 5%; padding-top: 0px; padding-bottom: 20px; display: block; }*/
  79. .content-bottom ul li span{ font-size: 14px; color:#646464; display: block; float: right; }
  80. .next-list{ color:#DBDBDB; margin-right: 5%; clear: both; }
  81. .span-ffist{ font-size: 16px; clear: both; display: inline-block; width: 78%;}
  82. </style>
  83. </html>