device_manger.html 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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__/wxapp/css/jdxf.css">
  14. <link rel="stylesheet" href="__PUBLIC__/html/bootstrap-3.3.7/css/bootstrap.min.css">
  15. <script src="__PUBLIC__/wxapp/js/jquery-1.11.3.min.js"></script>
  16. <body>
  17. <!--头部-->
  18. <div class="hand">
  19. <span class="hand-i"><!-- <i class="fa fa-angle-down"></i> -->
  20. <a href="__MODULE__/index/index{$tokenurl}/companyid/{$companyid}">
  21. <img style="height: 16px;" src="__PUBLIC__/wxapp/images/jd_07.png" alt="">
  22. </a>
  23. </span>
  24. 设备报修
  25. </div>
  26. <!--<div class="header"><a class="comblack" href="__MODULE__/index/index/companyid/{$companyid}"></a> 设备报修</div>-->
  27. <!--内容-->
  28. <div class="content">
  29. <div class="content-bottom" id="content-data">
  30. <div class="content-bottom-li">
  31. 本页共 <b style="color:red;"> {$zsl}</b> 个,未处理<b style="color:red;">
  32. {$wclsl}</b> 个,未审核<b style="color:red;"> {$wshsl}</b> 个,未通过<b style="color:red;"> {$shwtgsl}</b>
  33. 个,已完成<b style="color:red;"> {$ywcsl}</b> 个,超时完成<b style="color:red;"> {$cswcsl}</b> 个
  34. </div>
  35. <ul>
  36. <volist name="ResData" id="vo">
  37. <li class="content-bottom-li" style="padding-left: 5%;">
  38. <if condition="$vo.cl_type eq 1 ">
  39. <a style="text-decoration:none;padding-bottom:10px;" href="__MODULE__/Maintinfo/bd/id/{$vo.id}">
  40. <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
  41. <span style="color: #ff0000;margin-right:25px;">未处理</span>
  42. </p>
  43. <p>类型:{$vo.sj_type_name}
  44. <button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30
  45. src="__PUBLIC__/wxapp/images/baoxiu.png"/>
  46. </button>
  47. </p>
  48. </a>
  49. <elseif condition="$vo.cl_type eq 2 "/>
  50. <a style="text-decoration:none;padding-bottom:10px;">
  51. <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
  52. <span style="color: #59c24a;margin-right:25px;">未审核</span>
  53. </p>
  54. <p>类型:{$vo.sj_type_name}
  55. <button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30
  56. src="__PUBLIC__/wxapp/images/baoxiu.png"/>
  57. </button>
  58. </p>
  59. </a>
  60. <elseif condition="$vo.cl_type eq 3 "/>
  61. <a style="text-decoration:none;padding-bottom:10px;" href="__MODULE__/Maintinfo/bd/id/{$vo.id}">
  62. <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
  63. <span style="color: #ff9254;margin-right:25px;">审核未通过</span>
  64. </p>
  65. <p>类型:{$vo.sj_type_name}
  66. <button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30
  67. src="__PUBLIC__/wxapp/images/baoxiu.png"/>
  68. </button>
  69. </p>
  70. </a>
  71. <elseif condition="$vo.cl_type eq 4 "/>
  72. <a style="text-decoration:none;padding-bottom:10px;">
  73. <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
  74. <span style="color: #0082ff;margin-right:25px;">已完成</span>
  75. </p>
  76. <p>类型:{$vo.sj_type_name}
  77. <button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30
  78. src="__PUBLIC__/wxapp/images/baoxiu.png"/>
  79. </button>
  80. </p>
  81. </a>
  82. <elseif condition="$vo.cl_type eq 5 "/>
  83. <a style="text-decoration:none;padding-bottom:10px;">
  84. <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
  85. <span style="color: #ff9254;margin-right:25px;">超时完成</span>
  86. </p>
  87. <p>类型:{$vo.sj_type_name}
  88. <button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30
  89. src="__PUBLIC__/wxapp/images/baoxiu.png"/>
  90. </button>
  91. </p>
  92. </a>
  93. </if>
  94. </li>
  95. </volist>
  96. </ul>
  97. </div>
  98. </div>
  99. <!--底部-->
  100. <div class="footer"></div>
  101. </body>
  102. <style type="text/css">
  103. .title-label {
  104. width: 20%;
  105. color: #000000;
  106. line-height: 55px;
  107. font-size: 16px;
  108. display: inline-block;
  109. text-align: center;
  110. float: left;
  111. cursor: pointer;
  112. border-bottom: 4px solid #DCDCDC;
  113. }
  114. .select-color {
  115. border-bottom: 4px solid #C91E30;
  116. }
  117. .fire-content {
  118. box-sizing: border-box;
  119. padding: 25px;
  120. }
  121. .content-bottom-li {
  122. clear: both;
  123. text-align: left;
  124. font-size: 16px;
  125. line-height: 26px;
  126. border-bottom: 1px solid #DCDCDC;
  127. }
  128. /*.content-bottom-li a:first-child{ padding-left: 5%; padding-top: 0px; padding-bottom: 20px; display: block; }*/
  129. .content-bottom ul li span {
  130. font-size: 14px;
  131. color: #646464;
  132. display: block;
  133. float: right;
  134. }
  135. .next-list {
  136. color: #DBDBDB;
  137. margin-right: 5%;
  138. clear: both;
  139. }
  140. .span-ffist {
  141. font-size: 16px;
  142. clear: both;
  143. display: inline-block;
  144. width: 78%;
  145. }
  146. </style>
  147. </html>