backlist.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" ng-app="app">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>退回件查询</title>
  6. <link href="../../AFrontEnd/css/animate.css" rel="stylesheet" />
  7. <link href="../../AFrontEnd/css/fontawesome/css/font-awesome.css" rel="stylesheet" />
  8. <link href="../../AFrontEnd/css/bootstrap.css" rel="stylesheet" />
  9. <link href="../../AFrontEnd/css/style.css" rel="stylesheet" />
  10. <script>document.write("<link href='../../AFrontEnd/css/special.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
  11. <style>
  12. .selectNow {
  13. background-color: #008a94;
  14. color: #fff !important;
  15. }
  16. .selectNow:hover {
  17. background-color: #008a94;
  18. color: #fff !important;
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <div ng-controller="listCtrl as ctl" ng-cloak>
  24. <div class="loading" ng-if="ctl.loading">
  25. <div class="loading-msg">
  26. <h3>数据加载中,请等待</h3>
  27. <div class="spinner">
  28. <div class="bounce1"></div>
  29. <div class="bounce2"></div>
  30. <div class="bounce3"></div>
  31. </div>
  32. </div>
  33. </div>
  34. <div class="wrapper wrapper-content">
  35. <div class="row">
  36. <div class="col-md-12">
  37. <div class="ibox float-e-margins">
  38. <div class="ibox-content">
  39. <div class="row">
  40. <div class="col-md-12">
  41. <div class="sp-page-tab">
  42. <div class="sp-page-col">
  43. <div class="sp-page-title" style="margin:7px 0;">
  44. 退回件查询
  45. </div>
  46. </div>
  47. <div class="sp-pull-right">
  48. <a class="sp-pull-right sp-btn-gray sp-btn-radius" ng-click="ctl.printEXCEL()">
  49. <i class="fa fa-sign-out sp-mr-5"></i>导出Excel
  50. </a>
  51. <a class="sp-pull-right sp-btn-gray sp-btn-radius" ng-click="ctl.refresh()">
  52. <i class="fa fa-refresh sp-mr-5"></i>刷 新
  53. </a>
  54. <a class="sp-pull-right sp-btn-gray sp-btn-radius" ng-click="ctl.openSearch()">
  55. <i class="fa fa-search sp-mr-5"></i>查 询
  56. </a>
  57. </div>
  58. <table class="sp-table sp-mt-10">
  59. <thead>
  60. <tr>
  61. <th>流程</th>
  62. <th width="400">标题</th>
  63. <!--<th>人员名称</th>-->
  64. <th>退回处室</th>
  65. <th>退回处意见</th>
  66. <th>退回时间</th>
  67. <th>状态</th>
  68. </tr>
  69. </thead>
  70. <tbody>
  71. <tr dir-paginate="item in ctl.list|itemsPerPage:ctl.itemsPerPage" total-items="ctl.total_count">
  72. <td ng-bind="item.FLOWNAME"></td>
  73. <td>
  74. <div class="sp-page" style="max-width:400px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis">
  75. <a ng-bind="item.TITLE" ng-click="ctl.goUrl(item)"></a>
  76. </div>
  77. </td>
  78. <!--<td ng-bind="item.USERNAME"></td>-->
  79. <td ng-bind="item.SECTIONNAME"></td>
  80. <td ng-bind="item.OPINION"></td>
  81. <td ng-bind="item.RETURNDATE"></td>
  82. <td ng-bind="item.STATUS_CN"></td>
  83. </tr>
  84. </tbody>
  85. </table>
  86. <div class="sp-table-tip ng-hide" ng-show="ctl.noDataTip == 0">
  87. <i class="fa fa-exclamation-circle sp-mr-10"></i>您好,暂未查询到相关信息!
  88. </div>
  89. <div class="sp-page" ng-show="ctl.noDataTip != 0">
  90. <div class="sp-page-col sp-pull-right">
  91. <div class="sp-lh-34">
  92. 每页 <select ng-model="ctl.itemsPerPage" ng-options="x for x in ctl.pageOptions"
  93. ng-init="ctl.itemsPerPage=ctl.pageOptions[0]"></select> 条
  94. </div>
  95. </div>
  96. <div class="sp-page-col sp-pull-right">
  97. <dir-pagination-controls max-size="8" direction-links="true" boundary-links="true"
  98. on-page-change="ctl.getData(newPageNumber)">
  99. </dir-pagination-controls>
  100. </div>
  101. </div>
  102. </div>
  103. </div>
  104. </div>
  105. </div>
  106. </div>
  107. </div>
  108. </div>
  109. </div>
  110. <div class="sp-layer" id="Search" style="width: 550px;">
  111. <div class="sp-layer-head" style="background:#2176d6">
  112. <div class="sp-page sp-text-center sp-font16">
  113. 查询
  114. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  115. ×
  116. </div>
  117. </div>
  118. </div>
  119. <div class="sp-layer-body">
  120. <table class="sp-grid-job">
  121. <tbody>
  122. <tr>
  123. <td style="width:120px;">标题</td>
  124. <td>
  125. <input type="text" class="sp-input" ng-model="ctl.search.title" />
  126. </td>
  127. </tr>
  128. <tr>
  129. <td style="width:120px;">退回时间</td>
  130. <td>
  131. <input type="text" class="sp-input laydate-logo" sp-laydate ng-model="ctl.search.startdate" />
  132. </td>
  133. </tr>
  134. <tr>
  135. <td style="width:120px;">结束时间</td>
  136. <td>
  137. <input type="text" class="sp-input laydate-logo" sp-laydate ng-model="ctl.search.enddate" />
  138. </td>
  139. </tr>
  140. </tbody>
  141. </table>
  142. <div class="sp-page sp-text-center sp-mt-20">
  143. <a class="sp-btn-blue sp-radius" ng-click="ctl.doSearch()"><i class="fa fa-check sp-mr-5"></i>确 定</a>
  144. <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-refresh sp-mr-5"></i>关 闭</a>
  145. </div>
  146. </div>
  147. </div>
  148. <div class="sp-layer" id="returnlist" style="width: 750px;">
  149. <div class="sp-layer-head" style="background:#2176d6">
  150. <div class="sp-page sp-text-center sp-font16">
  151. {{ctl.returnTitle}}
  152. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  153. ×
  154. </div>
  155. </div>
  156. </div>
  157. <div class="sp-layer-body">
  158. <div class="sp-box" style="max-height:500px;overflow:auto">
  159. <table class="sp-table">
  160. <thead>
  161. <tr>
  162. <th>序号</th>
  163. <th>当前节点</th>
  164. <th>退回节点</th>
  165. <th>退回时间</th>
  166. <th>操作</th>
  167. </tr>
  168. </thead>
  169. <tbody>
  170. <tr ng-repeat="item in ctl.returnList">
  171. <td ng-bind="$index+1"></td>
  172. <td>{{item.STARTNODENAME}}<br />{{item.USERNAMEFROM}}</td>
  173. <td ng-bind="item.ENDNODENAME"></td>
  174. <td ng-bind="item.RETURNDATE"></td>
  175. <td>
  176. <button class="sp-btn-blue sp-btn-sm sp-radius" ng-click="ctl.goUrl(item)">办&nbsp;理</button>
  177. </td>
  178. </tr>
  179. </tbody>
  180. </table>
  181. </div>
  182. <div class="sp-page sp-text-center sp-mt-20">
  183. <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>关 闭</a>
  184. </div>
  185. </div>
  186. </div>
  187. </div>
  188. <script src="../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
  189. <script src="../../AFrontEnd/js/laydate/laydate.js"></script>
  190. <script src="../../AFrontEnd/js/angularjs/angular.js"></script>
  191. <script src="../../AFrontEnd/js/angularjs/dirPagination.js"></script>
  192. <script src="../../apiurljs.js"></script>
  193. <script src="../../js/sm4.js"></script>
  194. <script src="../../js/excelJs.js"></script>
  195. <script>document.write('<scri' + 'pt src="../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  196. <script>document.write('<scri' + 'pt src="js/backlist.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  197. <script src="../../AFrontEnd/js/special/spng.js"></script>
  198. <script src="../../AFrontEnd/js/special/spngvld.js"></script>
  199. </body>
  200. </html>