list1.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  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. </head>
  13. <body>
  14. <div ng-controller="listCtrl as ctl" ng-cloak>
  15. <div class="wrapper wrapper-content">
  16. <div class="row">
  17. <div class="col-md-12">
  18. <div class="ibox float-e-margins">
  19. <div class="ibox-content">
  20. <div class="row">
  21. <div class="col-md-12">
  22. <div class="sp-pull-right">
  23. <a class="sp-pull-right sp-btn-gray sp-btn-radius" ng-click="ctl.init()">
  24. <i class="fa fa-refresh sp-mr-5"></i>刷 新
  25. </a>
  26. <a class="sp-pull-right sp-btn-gray sp-btn-radius" ng-click="ctl.btnAdd()">
  27. <i class="fa fa-plus sp-mr-5"></i>新 建
  28. </a>
  29. </div>
  30. <div class="sp-page">
  31. <table class="sp-table sp-mt-10" style="table-layout:fixed">
  32. <thead>
  33. <tr>
  34. <th width="50" rowspan="2">序号</th>
  35. <th width="50" rowspan="2"></th>
  36. <th rowspan="2">会议标题</th>
  37. <th style="border-bottom: 1px solid #E1E6EB" colspan="4">会前</th>
  38. <th style="border-bottom: 1px solid #E1E6EB" colspan="3">会中</th>
  39. <th style="border-bottom: 1px solid #E1E6EB" colspan="2">会后</th>
  40. <th width="140" class="sp-text-center" rowspan="2">操 作</th>
  41. </tr>
  42. <tr>
  43. <th>申请时间</th>
  44. <th>申请部门</th>
  45. <th>批示时间</th>
  46. <th>批示领导</th>
  47. <th>会议室</th>
  48. <th>召开时间</th>
  49. <th>参会人员</th>
  50. <th>会议纪要</th>
  51. <th>归档时间</th>
  52. </tr>
  53. </thead>
  54. <tbody>
  55. <tr ng-if="ctl.addFlag==true">
  56. <td></td>
  57. <td></td>
  58. <td>
  59. <input type="text" class="sp-input" ng-model="ctl.edit.HYMC" />
  60. </td>
  61. <td>
  62. <input type="text" class="sp-input laydate-logo" sp-laydate laytype="datetime" format="yyyy-MM-dd HH:mm" ng-model="ctl.edit.SQSJ" />
  63. </td>
  64. <td>
  65. <input type="text" class="sp-input" ng-model="ctl.edit.SQBM" readonly ng-click="ctl.openDpList('SQBM')" />
  66. </td>
  67. <td>
  68. <input type="text" class="sp-input laydate-logo" sp-laydate laytype="datetime" format="yyyy-MM-dd HH:mm" ng-model="ctl.edit.PSSJ" />
  69. </td>
  70. <td>
  71. <input type="text" class="sp-input" ng-model="ctl.edit.PSLD" readonly ng-click="ctl.openUserList('PSLD')" />
  72. </td>
  73. <td>
  74. <input type="text" class="sp-input" ng-model="ctl.edit.HYS" />
  75. </td>
  76. <td>
  77. <input type="text" class="sp-input laydate-logo" sp-laydate laytype="datetime" format="yyyy-MM-dd HH:mm" ng-model="ctl.edit.KSSJ" />
  78. </td>
  79. <td>
  80. <input type="text" class="sp-input" title="{{ctl.edit.CYR}}" ng-model="ctl.edit.CYR" readonly ng-click="ctl.openUserList('CYR')" />
  81. </td>
  82. <td></td>
  83. <td></td>
  84. <td>
  85. <button class="sp-btn-blue sp-btn-sm sp-radius" ng-click="ctl.btnSubmit()">保&nbsp;存</button>
  86. <button class="sp-btn-red sp-btn-sm sp-radius" ng-click="ctl.addFlag=false">取&nbsp;消</button>
  87. </td>
  88. </tr>
  89. <tr ng-repeat="item in ctl.list">
  90. <td ng-bind="$index+1"></td>
  91. <td><input type="checkbox" ng-model="item.checked" ng-disabled="ctl.editFlag==true" /></td>
  92. <td>
  93. <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer" ng-click="ctl.goUrl(item)" title="{{item.HYMC}}" ng-bind="item.HYMC" ng-if="item.editFlag==false"></div>
  94. <input type="text" class="sp-input" title="{{ctl.edit.HYMC}}" ng-model="ctl.edit.HYMC" ng-if="item.editFlag==true" />
  95. </td>
  96. <td>
  97. <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" ng-bind="item.SQSJ" ng-if="item.editFlag==false"></div>
  98. <input type="text" class="sp-input laydate-logo" sp-laydate laytype="datetime" format="yyyy-MM-dd HH:mm" ng-model="ctl.edit.SQSJ" ng-if="item.editFlag==true" />
  99. </td>
  100. <td>
  101. <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" ng-bind="item.SQBM" ng-if="item.editFlag==false"></div>
  102. <input type="text" class="sp-input" ng-model="ctl.edit.SQBM" readonly ng-click="ctl.openDpList('SQBM')" ng-if="item.editFlag==true" />
  103. </td>
  104. <td>
  105. <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" ng-bind="item.PSSJ" ng-if="item.editFlag==false"></div>
  106. <input type="text" class="sp-input laydate-logo" sp-laydate laytype="datetime" format="yyyy-MM-dd HH:mm" ng-model="ctl.edit.PSSJ" ng-if="item.editFlag==true" />
  107. </td>
  108. <td>
  109. <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" ng-bind="item.PSLD" ng-if="item.editFlag==false"></div>
  110. <input type="text" class="sp-input" ng-model="ctl.edit.PSLD" readonly ng-click="ctl.openUserList('PSLD')" ng-if="item.editFlag==true" />
  111. </td>
  112. <td>
  113. <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" ng-bind="item.HYS" ng-if="item.editFlag==false"></div>
  114. <input type="text" class="sp-input" ng-model="ctl.edit.HYS" ng-if="item.editFlag==true" />
  115. </td>
  116. <td>
  117. <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" ng-bind="item.KSSJ" ng-if="item.editFlag==false"></div>
  118. <input type="text" class="sp-input laydate-logo" sp-laydate laytype="datetime" format="yyyy-MM-dd HH:mm" ng-model="ctl.edit.KSSJ" ng-if="item.editFlag==true" />
  119. </td>
  120. <td>
  121. <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" title="{{item.CYR}}" ng-bind="item.CYR" ng-if="item.editFlag==false"></div>
  122. <input type="text" class="sp-input" title="{{ctl.edit.CYR}}" ng-model="ctl.edit.CYR" readonly ng-click="ctl.openUserList('CYR')" ng-if="item.editFlag==true" />
  123. </td>
  124. <td>
  125. <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer" ng-bind="item.HYJYWJ1[0].DOCNAME" ng-click="ctl.openFiles(item)"></div>
  126. </td>
  127. <td>
  128. <div style="line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis" ng-bind="item.GDSJ"></div>
  129. </td>
  130. <td class="sp-text-center">
  131. <button class="sp-btn-blue sp-btn-sm sp-radius" ng-if="item.editFlag==false" ng-disabled="ctl.editFlag==true||ctl.addFlag==true" ng-click="ctl.btnEdit(item)">编&nbsp;辑</button>
  132. <button class="sp-btn-red sp-btn-sm sp-radius" ng-if="item.editFlag==false" ng-disabled="ctl.editFlag==true||ctl.addFlag==true" ng-click="ctl.btnDel(item.ID)">删&nbsp;除</button>
  133. <button class="sp-btn-blue sp-btn-sm sp-radius" ng-if="item.editFlag==true" ng-click="ctl.btnSave()">保&nbsp;存</button>
  134. <button class="sp-btn-red sp-btn-sm sp-radius" ng-if="item.editFlag==true" ng-click="ctl.editFlag=false;item.editFlag=false">取&nbsp;消</button>
  135. </td>
  136. </tr>
  137. </tbody>
  138. </table>
  139. </div>
  140. </div>
  141. </div>
  142. </div>
  143. </div>
  144. </div>
  145. </div>
  146. </div>
  147. <div class="sp-layer" id="DpList" style="width: 1000px;">
  148. <div class="sp-layer-head" style="background:#2176d6">
  149. <div class="sp-page sp-text-center sp-font16">
  150. 部门列表
  151. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  152. ×
  153. </div>
  154. </div>
  155. </div>
  156. <div class="sp-layer-body">
  157. <div class="sp-page" style="height:290px;overflow:auto">
  158. <label class="sp-col-20">
  159. <input type="checkbox" style="position:relative;top:2px" ng-checked="ctl.AllCheckedDp[ctl.filed]" ng-click="ctl.checkAllDp()" />
  160. 全选
  161. </label>
  162. <div class="sp-page">
  163. <label class="sp-col-25" title="{{item.DEP}}" ng-repeat="item in ctl.DpList[ctl.filed]">
  164. <input type="checkbox" style="position:relative;top:2px" ng-checked="item.checked" ng-click="ctl.checkDpItem(item)" />
  165. {{item.DEP}}
  166. </label>
  167. </div>
  168. </div>
  169. <div class="sp-page sp-text-center sp-pt-10">
  170. <a class="sp-btn-blue sp-radius" ng-click="ctl.submitDpList(0)"><i class="fa fa-check sp-mr-5"></i>确 定</a>
  171. <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>取 消</a>
  172. </div>
  173. </div>
  174. </div>
  175. <div class="sp-layer" id="userList" style="width: 1000px;">
  176. <div class="sp-layer-head" style="background:#2176d6">
  177. <div class="sp-page sp-text-center sp-font16">
  178. 人员列表
  179. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  180. ×
  181. </div>
  182. </div>
  183. </div>
  184. <div class="sp-layer-body">
  185. <div class="sp-page" style="height:290px;overflow:auto">
  186. <label class="sp-col-20">
  187. <input type="checkbox" style="position:relative;top:2px" ng-checked="ctl.AllChecked[ctl.filed]" ng-click="ctl.checkAllUser()" />
  188. 全选
  189. </label>
  190. <div class="sp-page" ng-repeat="item in ctl.UserList[ctl.filed]">
  191. <h4 style="background:#409EFF" class="sp-color-white sp-pl-10">
  192. <input type="checkbox" style="position:relative;top:2px" ng-checked="item.checked" ng-click="ctl.checkUserItem(item)" />
  193. {{item.DEP}}
  194. </h4>
  195. <label ng-repeat="item1 in item.USER" class="sp-col-20" title="{{item1.USHOWNAME}}">
  196. <input type="checkbox" style="position:relative;top:2px" ng-checked="item1.checked" ng-click="ctl.checkUser(item1)" />
  197. {{item1.USHOWNAME2}}
  198. </label>
  199. </div>
  200. </div>
  201. <div class="sp-page sp-text-center sp-pt-10">
  202. <a class="sp-btn-blue sp-radius" ng-click="ctl.submitUserList(0)"><i class="fa fa-check sp-mr-5"></i>确 定</a>
  203. <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>取 消</a>
  204. </div>
  205. </div>
  206. </div>
  207. <div class="sp-layer" id="files" style="width: 1000px;">
  208. <div class="sp-layer-head" style="background:#2176d6">
  209. <div class="sp-page sp-text-center sp-font16">
  210. {{ctl.filesTitle}}
  211. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  212. ×
  213. </div>
  214. </div>
  215. </div>
  216. <div class="sp-layer-body">
  217. <div class="sp-page" style="height:290px;overflow:auto">
  218. <table class="sp-table">
  219. <tr ng-repeat="item in ctl.filesList" style="cursor: pointer" ng-click="ctl.openFile(item)">
  220. <td ng-bind="item.DOCNAME"></td>
  221. <td ng-bind="item.FILEDATE"></td>
  222. </tr>
  223. </table>
  224. </div>
  225. <div class="sp-page sp-text-center sp-pt-10">
  226. <a class="sp-btn-blue sp-radius" ng-click="ctl.submitDpList(0)"><i class="fa fa-check sp-mr-5"></i>确 定</a>
  227. <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>取 消</a>
  228. </div>
  229. </div>
  230. </div>
  231. </div>
  232. <script src="../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
  233. <script src="../../AFrontEnd/js/laydate/laydate.js"></script>
  234. <script src="../../AFrontEnd/js/angularjs/angular.js"></script>
  235. <script src="../../AFrontEnd/js/angularjs/dirPagination.js"></script>
  236. <script src="../../apiurljs.js"></script>
  237. <script src="../../js/sm4.js"></script>
  238. <script>document.write('<scri' + 'pt src="../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  239. <script>document.write('<scri' + 'pt src="js/list1.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  240. <script src="../../AFrontEnd/js/special/spng.js"></script>
  241. <script src="../../AFrontEnd/js/special/spngvld.js"></script>
  242. </body>
  243. </html>