Geen omschrijving

Dispatch-index.html 7.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title></title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  9. <link rel="stylesheet" href="../css/mui.min.css">
  10. <link rel="stylesheet" href="../css/iconfont.css" />
  11. <style>
  12. html,
  13. body {
  14. background-color: #efeff4;
  15. }
  16. .mui-views,
  17. .mui-view,
  18. .mui-pages,
  19. .mui-page,
  20. .mui-page-content {
  21. position: absolute;
  22. left: 0;
  23. right: 0;
  24. top: 0;
  25. bottom: 0;
  26. width: 100%;
  27. height: 100%;
  28. background-color: #efeff4;
  29. }
  30. .mui-pages {
  31. top: 46px;
  32. height: auto;
  33. }
  34. .mui-scroll-wrapper,
  35. .mui-scroll {
  36. background-color: #efeff4;
  37. }
  38. .mui-page.mui-transitioning {
  39. -webkit-transition: -webkit-transform 300ms ease;
  40. transition: transform 300ms ease;
  41. }
  42. .mui-page-left {
  43. -webkit-transform: translate3d(0, 0, 0);
  44. transform: translate3d(0, 0, 0);
  45. }
  46. .mui-ios .mui-page-left {
  47. -webkit-transform: translate3d(-20%, 0, 0);
  48. transform: translate3d(-20%, 0, 0);
  49. }
  50. .mui-bar-nav {
  51. background-color: #00a1cb;
  52. }
  53. .mui-navbar {
  54. position: fixed;
  55. right: 0;
  56. left: 0;
  57. z-index: 10;
  58. height: 44px;
  59. background-color: #00a1cb;
  60. }
  61. .mui-navbar .mui-bar {
  62. position: absolute;
  63. background: transparent;
  64. text-align: center;
  65. }
  66. .mui-android .mui-navbar-inner.mui-navbar-left {
  67. opacity: 0;
  68. }
  69. .mui-ios .mui-navbar-left .mui-left,
  70. .mui-ios .mui-navbar-left .mui-center,
  71. .mui-ios .mui-navbar-left .mui-right {
  72. opacity: 0;
  73. }
  74. .mui-navbar .mui-btn-nav {
  75. -webkit-transition: none;
  76. transition: none;
  77. -webkit-transition-duration: .0s;
  78. transition-duration: .0s;
  79. }
  80. .mui-navbar .mui-bar .mui-title {
  81. display: inline-block;
  82. width: auto;
  83. }
  84. .mui-page-shadow {
  85. position: absolute;
  86. right: 100%;
  87. top: 0;
  88. width: 16px;
  89. height: 100%;
  90. z-index: -1;
  91. content: '';
  92. }
  93. .mui-page-shadow {
  94. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
  95. background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
  96. }
  97. .mui-navbar-inner.mui-transitioning,
  98. .mui-navbar-inner .mui-transitioning {
  99. -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  100. transition: opacity 300ms ease, transform 300ms ease;
  101. }
  102. .mui-page {
  103. display: none;
  104. }
  105. .mui-pages .mui-page {
  106. display: block;
  107. }
  108. .mui-page .mui-table-view:first-child {
  109. margin-top: 15px;
  110. }
  111. .mui-page .mui-table-view:last-child {
  112. margin-bottom: 30px;
  113. }
  114. .mui-table-view {
  115. margin-top: 20px;
  116. }
  117. .mui-table-view span.mui-pull-right {
  118. color: #999;
  119. }
  120. .mui-table-view-divider {
  121. background-color: #efeff4;
  122. font-size: 14px;
  123. }
  124. .mui-table-view-divider:before,
  125. .mui-table-view-divider:after {
  126. height: 0;
  127. }
  128. .head {
  129. height: 40px;
  130. }
  131. #head {
  132. line-height: 40px;
  133. }
  134. .head-img {
  135. width: 40px;
  136. height: 40px;
  137. }
  138. #head-img1 {
  139. position: absolute;
  140. bottom: 10px;
  141. right: 40px;
  142. width: 40px;
  143. height: 40px;
  144. }
  145. .update {
  146. font-style: normal;
  147. color: #999999;
  148. margin-right: -25px;
  149. font-size: 15px
  150. }
  151. .mui-fullscreen {
  152. position: fixed;
  153. z-index: 20;
  154. background-color: #000;
  155. }
  156. .mui-ios .mui-navbar .mui-bar .mui-title {
  157. position: static;
  158. }
  159. .mui-title {
  160. color: #fff!important;
  161. }
  162. #img1 {
  163. width: 100%;
  164. }
  165. .mui-grid-view.mui-grid-9 .mui-table-view-cell {
  166. padding: 11px 10px;
  167. }
  168. .Content .mui-media-body {
  169. width: 50%;
  170. }
  171. .mui-icon {
  172. font-size: 24px!important;
  173. vertical-align: sub;
  174. }
  175. .red {
  176. color: #e4415d;
  177. }
  178. .Content {
  179. background-color: #fff;
  180. }
  181. .Content-title {
  182. margin-left: 8px;
  183. }
  184. .Content-title h5 {
  185. margin: 0;
  186. line-height: 34px;
  187. color: #797979;
  188. font-weight: 700;
  189. }
  190. .size-16 {
  191. font-size: 16px;
  192. }
  193. .size-14 {
  194. font-size: 14px;
  195. }
  196. .Left-icon {
  197. width: 20%;
  198. line-height: 40px;
  199. margin-right: 3px;
  200. }
  201. .mui-pull-left h4 {
  202. font-size: 13px;
  203. margin-bottom: 8px;
  204. }
  205. .mui-pull-left h5 {
  206. font-size: 12px;
  207. }
  208. #IMG-box {
  209. background-color: #fff;
  210. }
  211. .Common-box li {
  212. display: none;
  213. }
  214. .red{
  215. color: #ff1b41;
  216. }
  217. .marquee{
  218. overflow: hidden; line-height: 40px; background-color: #fff;
  219. margin-bottom: 8px;
  220. }
  221. .marquee-span{
  222. font-size: 14px;
  223. color: #797979;
  224. font-weight: 700;
  225. }
  226. </style>
  227. </head>
  228. <body >
  229. <header class="mui-bar mui-bar-nav">
  230. <h1 id="title" class="mui-title">已办理</h1>
  231. <a class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left" style="color: #fff;"></a>
  232. </header>
  233. <!--页面主内容区开始-->
  234. <div class="mui-content">
  235. <!--banner-->
  236. <div id="IMG-box">
  237. <img id="img1" src="../img/banner_1.png" class="">
  238. </div>
  239. <!--主体-->
  240. <div class='Content' style="margin-bottom: 8px;" >
  241. <div>
  242. <ul class="mui-table-view mui-grid-view mui-grid-9 Common-box Dispatch_" >
  243. <li class="mui-table-view-cell mui-media mui-col-xs-3 mui-col-sm-3">
  244. <a href="javascript:;" class="Dispatch-list" data-index="4" index="6">
  245. <span class="mui-icon iconfont icon-5 red"></span>
  246. <div class="mui-media-body">待回访</div>
  247. </a>
  248. </li>
  249. <li class="mui-table-view-cell mui-media mui-col-xs-3 mui-col-sm-3">
  250. <a href="javascript:;" class="Dispatch-list" data-index="4" index="7">
  251. <span class="mui-icon iconfont icon-yiwanjie red"></span>
  252. <div class="mui-media-body">已回访</div>
  253. </a>
  254. </li>
  255. <li class="mui-table-view-cell mui-media mui-col-xs-3 mui-col-sm-3">
  256. <a href="javascript:;" class="Dispatch-list" data-index="4" index="8">
  257. <span class="mui-icon iconfont icon-audit red"></span>
  258. <div class="mui-media-body">重办中</div>
  259. </a>
  260. </li>
  261. <li class="mui-table-view-cell mui-media mui-col-xs-3 mui-col-sm-3">
  262. <a href="javascript:;" class="Dispatch-list" data-index="4" index="9">
  263. <span class="mui-icon iconfont icon-audit red"></span>
  264. <div class="mui-media-body">已结案</div>
  265. </a>
  266. </li>
  267. </ul>
  268. </div>
  269. </div>
  270. </div>
  271. </body>
  272. <script src="../js/mui.min.js "></script>
  273. <script src="../js/zepto.js"></script>
  274. <script src="../js/huayi.config.js"></script>
  275. <script>
  276. mui.init();
  277. mui.plusReady(function() {
  278. // document.addEventListener("netchange", wainshow, false);
  279. //网络异常弹出框
  280. // function wainshow() {
  281. // if(plus.networkinfo.getCurrentType() == plus.networkinfo.CONNECTION_NONE) {
  282. // mui.toast("网络连接中断!");
  283. // }
  284. //}
  285. //setInterval(wainshow, 100);
  286. var token = localStorage.getItem("token"); //获取本地存储
  287. console.log(token);
  288. //调度页面跳转
  289. $('.Dispatch-list').on('tap', function() {
  290. var isdeal = $(this).attr('data-index');
  291. var index = $(this).attr('index');
  292. var issatisfie = $(this).attr('issatisfie');
  293. mui.openWindow({
  294. id: 'Work-list',
  295. url: 'Work-list.html',
  296. show: {
  297. autoShow: false
  298. },
  299. waiting: {
  300. autoShow: true //自动显示等待框,默认为true
  301. },
  302. extras: {
  303. token: token,
  304. isdeal: isdeal,
  305. index: index,
  306. issatisfie: issatisfie
  307. }
  308. });
  309. })
  310. })
  311. </script>
  312. </html>