list.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  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. <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
  6. <title>收文管理</title>
  7. <link href="../../AFrontEnd/css/animate.css" rel="stylesheet" />
  8. <link href="../../AFrontEnd/css/fontawesome/css/font-awesome.css" rel="stylesheet" />
  9. <link href="../../AFrontEnd/css/bootstrap.css" rel="stylesheet" />
  10. <link href="../../AFrontEnd/css/style.css" rel="stylesheet" />
  11. <script>document.write("<link href='../../AFrontEnd/css/special.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
  12. <style>
  13. span.sp-color-red {
  14. position: relative;
  15. animation: move 0.5s infinite;
  16. }
  17. @keyframes move {
  18. /*开始状态*/
  19. 0% {
  20. top: 0;
  21. }
  22. /*过渡状态*/
  23. 50% {
  24. top: -2px;
  25. }
  26. /*结束状态*/
  27. 100% {
  28. top: 0;
  29. }
  30. }
  31. .lcItem {
  32. background-color: #fff;
  33. height: 100px;
  34. text-align: center;
  35. padding: 5px 0;
  36. margin: 10px 0;
  37. border-radius: 5px;
  38. border: 1px solid #E1E6EB;
  39. box-shadow: 0px 2px 5px #E1E6EB;
  40. position: relative;
  41. cursor: pointer;
  42. }
  43. .cbd {
  44. float: right;
  45. position: absolute;
  46. top: 1px;
  47. right: 1px;
  48. }
  49. .activeLC {
  50. background: #4678ec;
  51. }
  52. </style>
  53. </head>
  54. <body>
  55. <div ng-controller="listCtrl as ctl" ng-cloak>
  56. <div class="loading" ng-if="ctl.loading">
  57. <div class="loading-msg">
  58. <h3>数据加载中,请等待</h3>
  59. <div class="spinner">
  60. <div class="bounce1"></div>
  61. <div class="bounce2"></div>
  62. <div class="bounce3"></div>
  63. </div>
  64. </div>
  65. </div>
  66. <div class="wrapper wrapper-content">
  67. <div class="row">
  68. <div class="col-md-12">
  69. <div class="ibox float-e-margins">
  70. <div class="ibox-content">
  71. <div class="row">
  72. <div class="col-md-12">
  73. <div class="sp-page-tab">
  74. <span ng-class="{'pageTabActive':ctl.type=='todo'}" style="font-weight: 900; " ng-click="ctl.changeType('todo')"><img src="../flowchart_app_imgcss/img/db-black.png" width="20" ng-if="ctl.type!='todo'" style="position:relative;left:-10px" /><img src="../flowchart_app_imgcss/img/db-blue.png" width="20" ng-if="ctl.type=='todo'" style="position:relative;left:-10px" /> 待&nbsp;办</span>
  75. <span ng-class="{'pageTabActive':ctl.type=='done'}" style="font-weight: 900; " ng-click="ctl.changeType('done')"><img src="../flowchart_app_imgcss/img/yb-black.png" width="20" ng-if="ctl.type!='done'" style="position:relative;left:-10px" /><img src="../flowchart_app_imgcss/img/yb-blue.png" width="20" ng-if="ctl.type=='done'" style="position:relative;left:-10px" /> 已&nbsp;办</span>
  76. <span ng-class="{'pageTabActive':ctl.type=='finish'}" style="font-weight: 900; " ng-click="ctl.changeType('finish')"><img src="../flowchart_app_imgcss/img/gd-black.png" width="20" ng-if="ctl.type!='finish'" style="position:relative;left:-10px" /><img src="../flowchart_app_imgcss/img/gd-blue.png" width="20" ng-if="ctl.type=='finish'" style="position:relative;left:-10px" /> 办&nbsp;结</span>
  77. <div class="sp-pull-right">
  78. <a class="sp-pull-right sp-btn-gray sp-btn-radius" ng-click="ctl.refresh()">
  79. <i class="fa fa-refresh sp-mr-5"></i>刷 新
  80. </a>
  81. <a class="sp-pull-right sp-btn-gray sp-btn-radius" ng-if="ctl.lcList.length>0" ng-click="ctl.addLC()">
  82. <i class="fa fa-plus sp-mr-5"></i>新 建
  83. </a>
  84. <a class="sp-pull-right sp-btn-gray" ng-click="ctl.openLayer()">
  85. <i class="fa fa-search sp-mr-5"></i>筛 选
  86. </a>
  87. </div>
  88. </div>
  89. <div class="sp-page">
  90. <table class="sp-table sp-mt-10">
  91. <thead>
  92. <tr>
  93. <th style="width: 50px;">
  94. <img src="../flowchart_app_imgcss/img/deng.png" title="控制灯" />
  95. </th>
  96. <th><span class="pointer" ng-click="ctl.sortFiled('JJCD')">紧急程度<i class="fa fa-sort"></i></span></th>
  97. <th><span class="pointer" ng-click="ctl.sortFiled('GWZL')">公文种类<i class="fa fa-sort"></i></span></th>
  98. <th><span class="pointer" ng-click="ctl.sortFiled('TITLE')">标题<i class="fa fa-sort"></i></span></th>
  99. <th><span class="pointer" ng-click="ctl.sortFiled('NGRBM')">主办处室<i class="fa fa-sort"></i></span></th>
  100. <th><span class="pointer" ng-click="ctl.sortFiled('NGR')">拟稿人<i class="fa fa-sort"></i></span></th>
  101. <th><span class="pointer" ng-click="ctl.sortFiled('RECEIVEDATE')">上一节点转办时间<i class="fa fa-sort"></i></span></th>
  102. <th class="sp-text-center" style="width: 180px;">操 作</th>
  103. </tr>
  104. </thead>
  105. <tbody>
  106. <tr dir-paginate="item in ctl.list|itemsPerPage:ctl.itemsPerPage" total-items="ctl.total_count">
  107. <td>
  108. <img src="../flowchart_app_imgcss/img/purple.png" ng-if="item.DENG=='BLACK'" />
  109. <img src="../flowchart_app_imgcss/img/red.png" ng-if="item.DENG=='RED'" />
  110. <img src="../flowchart_app_imgcss/img/yellow.png" ng-if="item.DENG=='YELLOW'" />
  111. <img src="../flowchart_app_imgcss/img/green.png" ng-if="item.DENG=='GREEN'" />
  112. <!--<span ng-if="item.MARKDELAY!=''" style="width: 22px; height: 22px; border: 1px solid #FF0000; border-radius: 15px; color: #FF0000; cursor: pointer; display: inline-block; font-size: 12px; line-height: 18px">延</span>-->
  113. <!--<span ng-if="item.MARKSTOP!=''" style="width: 22px; height: 22px; border: 1px solid #FF0000; border-radius: 15px; color: #FF0000; cursor: pointer; display: inline-block; font-size: 12px; line-height: 18px">停</span>-->
  114. </td>
  115. <td ng-bind="item.JJCD"></td>
  116. <td ng-bind="item.GWZL"></td>
  117. <td>
  118. <a ng-click="ctl.goUrl(item)" title="{{item.TITLE}}"
  119. ng-bind="item.TITLE" class="sp-color-blue"></a>
  120. <span class="sp-color-red" ng-if="item.STATUS==1">未读</span>
  121. </td>
  122. <td ng-bind="item.NGRBM"></td>
  123. <td ng-bind="item.NGR"></td>
  124. <td ng-bind="item.RECEIVEDATE"></td>
  125. <td class="sp-text-center">
  126. <button class="sp-btn-blue sp-btn-sm sp-radius" ng-click="ctl.goUrl(item)" ng-if="ctl.type=='todo'">办&nbsp;理</button>
  127. <button class="sp-btn-blue sp-btn-sm sp-radius" ng-click="ctl.goUrl(item)" ng-if="ctl.type!='todo'">查&nbsp;看</button>
  128. <button class="sp-btn-red sp-btn-sm sp-radius" ng-click="ctl.btnDel(item)" ng-if="item.STATUS=='0'">删&nbsp;除</button>
  129. <button class="sp-btn-red sp-btn-sm sp-radius" ng-click="ctl.btnRecall(item.USERS[0].ROUTEID,'0')" ng-if="(item.DMANS>0&&item.DMANSHADDONE==0)&&ctl.type=='done'">撤&nbsp;回</button>
  130. <button class="sp-btn-red sp-btn-sm sp-radius" ng-click="ctl.btnRecall(item.ROUTEID,'1')" ng-if="(item.DMANS==0&&item.STATUS=='4')&&ctl.type=='done'">撤回已阅</button>
  131. </td>
  132. </tr>
  133. </tbody>
  134. </table>
  135. <div class="sp-table-tip ng-hide" ng-show="ctl.noDataTip == 0">
  136. <i class="fa fa-exclamation-circle sp-mr-10"></i>您好,暂未查询到相关信息!
  137. </div>
  138. <div class="sp-page" ng-show="ctl.noDataTip != 0">
  139. <div class="sp-page-col sp-pull-right">
  140. <div class="sp-lh-34">
  141. 每页 <select ng-model="ctl.itemsPerPage" ng-options="x for x in ctl.pageOptions"
  142. ng-init="ctl.itemsPerPage=ctl.pageOptions[0]"></select> 条
  143. </div>
  144. </div>
  145. <div class="sp-page-col sp-pull-right">
  146. <dir-pagination-controls max-size="8" direction-links="true" boundary-links="true"
  147. on-page-change="ctl.getData(newPageNumber)">
  148. </dir-pagination-controls>
  149. </div>
  150. </div>
  151. </div>
  152. </div>
  153. </div>
  154. </div>
  155. </div>
  156. </div>
  157. </div>
  158. </div>
  159. <div class="sp-layer" id="addLC" style="width: 1020px;">
  160. <div class="sp-layer-head" style="background:#2176d6">
  161. <div class="sp-page sp-text-center sp-font16">
  162. 新建流程
  163. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  164. ×
  165. </div>
  166. </div>
  167. </div>
  168. <div class="sp-layer-body">
  169. <div class="sp-page" style="max-height:500px;overflow:auto">
  170. <div ng-repeat="item in ctl.lcList" class="sp-col-25" ng-class="{'activeLC':ctl.activeLC.FLOWID==item.FLOWID}" ng-click="ctl.activeLC=item">
  171. <div class="lcItem">
  172. <div class="sp-page" style="width:30%;padding:5px">
  173. <img src="../flowchart_app_imgcss/img/addLC.png" width="45" />
  174. <div class="sp-page sp-mt-10">
  175. <span class="sp-btn-blue-outline" style="padding:2px 5px;margin:0" ng-click="ctl.seeLCT(item,$event)">流程图</span>
  176. </div>
  177. </div>
  178. <div class="sp-page" style="width:70%">
  179. <img class="cbd" src="../flowchart_app_imgcss/img/cbd.png" />
  180. <div class="sp-box" style="width:90%">
  181. {{item.FLOWNAME}}
  182. </div>
  183. <div class="sp-line-gray"></div>
  184. <div class="sp-page sp-color-gray sp-fs-12" style="overflow:hidden;white-space:nowrap;text-overflow:ellipsis" title="{{item.FLOWNAME}}">
  185. 介绍:{{item.FLOWNAME}}
  186. </div>
  187. </div>
  188. </div>
  189. </div>
  190. </div>
  191. <div class="sp-page sp-text-center sp-mt-20">
  192. <a class="sp-btn-blue sp-radius" ng-click="ctl.goAddUrl()"><i class="fa fa-check sp-mr-5"></i>确 定</a>
  193. <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>取 消</a>
  194. </div>
  195. </div>
  196. </div>
  197. <div class="sp-layer" id="Search" style="width: 750px;">
  198. <div class="sp-layer-head" style="background:#2176d6">
  199. <div class="sp-page sp-text-center sp-font16">
  200. 筛选
  201. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  202. ×
  203. </div>
  204. </div>
  205. </div>
  206. <div class="sp-layer-body">
  207. <table class="sp-grid-job">
  208. <tbody>
  209. <tr>
  210. <td style="width:120px;">紧急程度</td>
  211. <td colspan="2">
  212. <label class="sp-col-25 sp-text-left" title="{{item.CNAME}}" style="overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer" ng-repeat="item in ctl.JJCD">
  213. <input type="checkbox" ng-model="item.checked" />&nbsp;{{item.CNAME}}
  214. </label>
  215. </td>
  216. </tr>
  217. <tr>
  218. <td style="width:120px;">公文种类</td>
  219. <td colspan="2">
  220. <label class="sp-col-25 sp-text-left" title="{{item.CNAME}}" style="overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer" ng-repeat="item in ctl.GWZL">
  221. <input type="checkbox" ng-model="item.checked" />&nbsp;{{item.CNAME}}
  222. </label>
  223. </td>
  224. </tr>
  225. <tr>
  226. <td style="width:120px;">标题</td>
  227. <td colspan="2">
  228. <input type="text" class="sp-input" placeholder="请输入标题" ng-model="ctl.search.TITLE" />
  229. </td>
  230. </tr>
  231. <tr>
  232. <td style="width:120px;">主办处室</td>
  233. <td colspan="2">
  234. <input type="text" class="sp-input" placeholder="请输入主办处室" ng-model="ctl.search.NGRBM" />
  235. </td>
  236. </tr>
  237. <tr>
  238. <td style="width:120px;">拟稿人</td>
  239. <td colspan="2">
  240. <input type="text" class="sp-input" placeholder="请输入拟稿人" ng-model="ctl.search.NGR" />
  241. </td>
  242. </tr>
  243. <tr>
  244. <td style="width:120px;">上一节点转办时间</td>
  245. <td>
  246. <input type="text" class="sp-input laydate-logo" sp-laydate placeholder="请输入开始时间" ng-model="ctl.search.DATE1" />
  247. </td>
  248. <td>
  249. <input type="text" class="sp-input laydate-logo" sp-laydate placeholder="请输入结束时间" ng-model="ctl.search.DATE2" />
  250. </td>
  251. </tr>
  252. </tbody>
  253. </table>
  254. <div class="sp-page sp-text-center sp-mt-20">
  255. <a class="sp-btn-blue sp-radius" ng-click="ctl.doSearch()"><i class="fa fa-check sp-mr-5"></i>确 定</a>
  256. <a class="sp-btn-blue sp-radius" ng-click="ctl.cancal()"><i class="fa fa-refresh sp-mr-5"></i>重 置</a>
  257. </div>
  258. </div>
  259. </div>
  260. <div class="sp-layer" id="todolist" style="width: 750px;">
  261. <div class="sp-layer-head" style="background:#2176d6">
  262. <div class="sp-page sp-text-center sp-font16">
  263. {{ctl.todoTitle}}
  264. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  265. ×
  266. </div>
  267. </div>
  268. </div>
  269. <div class="sp-layer-body">
  270. <div class="sp-box" style="max-height:500px;overflow:auto">
  271. <table class="sp-table">
  272. <thead>
  273. <tr>
  274. <th>来自节点</th>
  275. <th>我的位置</th>
  276. <th>最近时间</th>
  277. <th>操作</th>
  278. </tr>
  279. </thead>
  280. <tbody>
  281. <tr ng-repeat="item in ctl.todoList">
  282. <td>{{item.STARTNODENAME}}<br />{{item.USERNAMEFROM}}</td>
  283. <td ng-bind="item.ENDNODENAME"></td>
  284. <td ng-bind="item.RECEIVEDATE"></td>
  285. <td>
  286. <button class="sp-btn-blue sp-btn-sm sp-radius" ng-click="ctl.goUrl(item)">办&nbsp;理</button>
  287. </td>
  288. </tr>
  289. </tbody>
  290. </table>
  291. </div>
  292. <div class="sp-page sp-text-center sp-mt-20">
  293. <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>关 闭</a>
  294. </div>
  295. </div>
  296. </div>
  297. </div>
  298. <script src="../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
  299. <script src="../../AFrontEnd/js/laydate/laydate.js"></script>
  300. <script src="../../AFrontEnd/js/angularjs/angular.js"></script>
  301. <script src="../../AFrontEnd/js/angularjs/dirPagination.js"></script>
  302. <script src="../../apiurljs.js"></script>
  303. <script src="../../js/sm4.js"></script>
  304. <script>document.write('<scri' + 'pt src="../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  305. <script>document.write('<scri' + 'pt src="js/list.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  306. <script src="../../AFrontEnd/js/special/spng.js"></script>
  307. <script src="../../AFrontEnd/js/special/spngvld.js"></script>
  308. </body>
  309. </html>