fawenfile.html 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444
  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. <script>document.write("<link href='../../flowchart_app_imgcss/css/formedit.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
  13. <script>document.write("<link href='../../flowchart_app_imgcss/css/attachlist.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
  14. </head>
  15. <body>
  16. <div ng-controller="formeditCtrl as ctl" id="app" ng-cloak>
  17. <div class="wrapper wrapper-content">
  18. <div class="row">
  19. <div class="col-md-12">
  20. <div class="ibox float-e-margins">
  21. <div class="ibox-content">
  22. <div class="row">
  23. <div class="col-md-12" ng-if="ctl.video==false">
  24. <div class="sp-box sp-bg-white">
  25. <div class="sp-page-col">
  26. <div class="sp-page-title" style="margin:7px 0;">发文稿件</div>
  27. </div>
  28. <div class="sp-page-col sp-ml-15 topPart">
  29. <a ng-repeat="item in ctl.SwenList" ng-class="{'activeSwen':ctl.Title==item.VNAME}" class="SwenBtn" href="{{item.TEMPFORM}}" title="{{item.VNAME}}">
  30. {{item.VNAME}}&nbsp;
  31. <!--<i ng-if="ctl.Title==item.VNAME" class="fa fa-check sp-color-blue"></i>-->
  32. </a>
  33. </div>
  34. <div class="sp-page-col sp-pull-right btn-box">
  35. <a class="sp-md sp-radius" ng-class="{'sp-btn-gray':item.CODE.indexOf('SENDITEM')==-1,'sp-btn-blue':item.CODE.indexOf('SENDITEM')!=-1}"ng-repeat="item in ctl.buttonList" ng-click="ctl.btnEvent(item)" ng-if="ctl.dotype==1||(ctl.dotype!=1&&item.EXPLAIN=='1')">
  36. <img ng-if="item.CODE.indexOf('SAVEITEM')!=-1" src="../../flowchart_app_imgcss/img/bc.png" height="14" />
  37. <img ng-if="item.CODE.indexOf('PRINTITEM')!=-1" src="../../flowchart_app_imgcss/img/dy.png" height="14" />
  38. <img ng-if="item.CODE.indexOf('SENDITEM')!=-1" src="../../flowchart_app_imgcss/img/zfw.png" height="14" />
  39. <img ng-if="item.CODE.indexOf('SENDLOG')!=-1" src="../../flowchart_app_imgcss/img/lz.png" height="14" />
  40. {{item.CNAME}}
  41. </a>
  42. <!--<a class="sp-btn-gray sp-radius" ng-click="ctl.btnSave()">
  43. <img src="../../flowchart_app_imgcss/img/bc.png" height="14" />
  44. 保 存
  45. </a>
  46. <a class="sp-btn-gray sp-radius" ng-click="ctl.printFile()">
  47. <img src="../../flowchart_app_imgcss/img/bc.png" height="14" />
  48. 打 印
  49. </a>-->
  50. <!--<a class="sp-btn-gray sp-radius" ng-click="ctl.btnXiuDing()">
  51. 修 订
  52. </a>-->
  53. <a href="{{ctl.return}}" class="sp-btn-gray sp-radius">
  54. <img src="../../flowchart_app_imgcss/img/fh.png" height="14" />
  55. 返 回
  56. </a>
  57. </div>
  58. </div>
  59. <div class="sp-page">
  60. <div class="col-md-2">
  61. <div class="sp-page" style="padding:15px;background-color: #E9F5FC">
  62. <div class="sp-page">
  63. <!--<div class="sp-box">
  64. <div class="sp-page-col sp-pull-left">公文种类</div>
  65. </div>-->
  66. <!--<div class="sp-page">
  67. <input type="text" class="sp-input" value="会议通知" />
  68. <select class="sp-select" ng-model="ctl.file.GWZL">
  69. <option ng-repeat="item in ctl.GWZL" value="{{item.CODE}}" ng-bind="item.CNAME"></option>
  70. </select>
  71. </div>-->
  72. <div class="sp-box">过程稿
  73. <div class="sp-page-col sp-pull-right">
  74. <span class="sp-btn-blue sp-btn-radius sp-btn-md" ng-if="ctl.routeinfoid!=0&&ctl.dotype!=0" ng-click="ctl.btnCreateFileKind()">创建</span>
  75. </div>
  76. </div>
  77. <div class="sp-page-mgn" style="min-height:100px; max-height:200px; overflow-y:auto;">
  78. <div class="sp-page-pad">
  79. <div class="sp-lh-22" ng-if="ctl.gaoTypeArrayFirst.length>0" ng-repeat="item in ctl.gaoTypeArrayFirst">
  80. <span class="sp-page-col sp-cursor-pointer" style="width: calc(100% - 20px)" ng-click="ctl.btnClickFileKind(item)">{{item.DOCNAME}}.{{item.FILEEXT}}</span>
  81. <span class="sp-page-col sp-cursor-pointer sp-text-right" ng-if="ctl.dotype!=0" style="width:20px;" ng-click="ctl.btnDelFileKind(item,1)"><i class="fa fa-close"></i></span>
  82. </div>
  83. <div class="sp-lh-50 sp-text-center" ng-if="ctl.gaoTypeArrayFirst.length<1">暂无文件</div>
  84. </div>
  85. </div>
  86. <div class="sp-box">成文稿</div>
  87. <div class="sp-page-mgn" style="min-height: 100px; max-height: 30px">
  88. <div class="sp-page-pad">
  89. <div class="sp-lh-22" ng-if="ctl.gaoTypeArraySecond.length>0" ng-repeat="item in ctl.gaoTypeArraySecond">
  90. <span class="sp-page-col sp-cursor-pointer" style="width: calc(100% - 40px)" ng-click="ctl.browse(item)">{{item.DOCNAME}}.{{item.FILEEXT}}</span>
  91. <span class="sp-page-col sp-cursor-pointer sp-text-right" ng-if="ctl.dotype!=0" style="width:20px;" ng-click="ctl.download(item)"><i class="fa fa-download"></i></span>
  92. <span class="sp-page-col sp-cursor-pointer sp-text-right" ng-if="ctl.dotype!=0" style="width:20px;" ng-click="ctl.btnDelFileKind(item,2)"><i class="fa fa-close"></i></span>
  93. </div>
  94. <div class="sp-lh-50 sp-text-center" ng-if="ctl.gaoTypeArraySecond.length<1">暂无文件</div>
  95. </div>
  96. </div>
  97. </div>-->
  98. </div>
  99. </div>
  100. <div class="col-md-10">
  101. <iframe id="iframe_WO" src="" width="100%" frameborder="0" class="iframe" scrolling="no"></iframe>
  102. <div ng-if="ctl.gaoTypeArrayFirst.length<1" class="sp-lh-50 sp-text-center">暂无文件</div>
  103. </div>
  104. </div>
  105. </div>
  106. </div>
  107. </div>
  108. </div>
  109. </div>
  110. </div>
  111. </div>
  112. <div class="sp-layer" id="phrase" style="width:480px;">
  113. <div class="sp-layer-head" style="background:#2176d6">
  114. <div class="sp-page sp-text-center sp-font16">
  115. 常用语库
  116. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  117. ×
  118. </div>
  119. </div>
  120. </div>
  121. <div class="sp-layer-body">
  122. <div class="sp-box">
  123. <div class="sp-col-70">
  124. <input type="text" ng-model="ctl.phraseText" class="sp-input" />
  125. </div>
  126. <div class="sp-col-30">
  127. <span class="sp-btn-blue sp-pull-left sp-radius" ng-class="{'sp-disabled':ctl.phraseText==''}" ng-click="ctl.Aphrase()">添加常用语</span>
  128. </div>
  129. </div>
  130. <div class="sp-box">
  131. <div class="sp-col-20" style="line-height:30px;">
  132. 常用语:
  133. </div>
  134. <div class="sp-col-60">
  135. <select class="sp-select sp-bg-white" ng-model="ctl.phraseSelect">
  136. <option ng-repeat="item in ctl.phraseList" value="{{item.CONTENTS}}" ng-bind="item.CONTENTS"></option>
  137. </select>
  138. </div>
  139. <div class="sp-col-20">
  140. <span class="sp-btn-blue sp-pull-left sp-radius" ng-click="ctl.Dphrase()">删除</span>
  141. </div>
  142. </div>
  143. <div class="sp-page sp-text-center sp-pt-10">
  144. <a class="sp-btn-blue sp-radius" ng-click="ctl.btnPhrase()"><i class="fa fa-check sp-mr-5"> </i>确 认</a>
  145. <a class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</a>
  146. </div>
  147. </div>
  148. </div>
  149. <div class="sp-layer" id="forward" style="width: 1000px;">
  150. <div class="sp-layer-head" style="background:#2176d6">
  151. <div class="sp-page sp-text-center sp-font16">
  152. 转&nbsp;&nbsp;发
  153. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  154. ×
  155. </div>
  156. </div>
  157. </div>
  158. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  159. <div class="sp-text-center" ng-if="ctl.showContent==false" ng-bind="ctl.direction.CODEFUNCTITLE"></div>
  160. <div class="sp-page" ng-if="ctl.showContent==true" style="line-height: 30px">
  161. <div class="grouping pointer" style="border-left: 1px solid #c3c3c3" ng-class="{'activeGroup':ctl.activeGroup=='最近'}" ng-click="ctl.activeGroup='最近'">
  162. 最近
  163. </div>
  164. <div class="grouping pointer" ng-class="{'activeGroup':ctl.activeGroup=='部门'}" ng-click="ctl.activeGroup='部门'">
  165. 部门
  166. </div>
  167. <div class="grouping pointer" ng-class="{'activeGroup':ctl.activeGroup=='角色'}" ng-click="ctl.activeGroup='角色'">
  168. 角色
  169. </div>
  170. <div class="grouping pointer" ng-class="{'activeGroup':ctl.activeGroup=='群组'}" ng-click="ctl.activeGroup='群组'">
  171. 群组
  172. </div>
  173. <div class="grouping pointer" ng-class="{'activeGroup':ctl.activeGroup=='自定义'}" ng-click="ctl.activeGroup='自定义';ctl.forward1(1)">
  174. 自定义
  175. </div>
  176. <table class="sp-grid" style="border:1px solid #c3c3c3">
  177. <tbody>
  178. <tr>
  179. <td width="400">
  180. <div class="sp-page">
  181. <div class="sp-page" style="height:30px">
  182. <input type="text" class="sp-input" style="background-image: url(../../flowchart_app_imgcss/img/search.png); background-repeat:no-repeat; background-position-x:98%;background-position-y:5px" ng-model="ctl.searchName" placeholder="请输入关键字" ng-change="ctl.searchPerson(1)" />
  183. </div>
  184. </div>
  185. <div class="sp-page" style="height: 202px; margin-top: 5px; border: 1px solid #ddd; overflow-x: hidden; overflow-y: scroll; ">
  186. <div ng-repeat="item in ctl.Dep" class="sp-box treeItem" ng-if="ctl.activeGroup=='部门'">
  187. <i ng-if="item.open==false&&item.C_H_I_L_D.length>0" class="fa fa-plus-square-o" ng-click="item.open=true"></i>
  188. <i ng-if="item.open==true&&item.C_H_I_L_D.length>0" class="fa fa-minus-square-o" ng-click="item.open=false"></i>
  189. <label ng-bind="item.SECTION" ng-class="{'activeDep':item.CODE==ctl.organCode}" class="pointer" ng-click="ctl.organCode=item.CODE"></label>
  190. <div class="sp-box treeTitle1" ng-if="item.open==true" ng-repeat="item1 in item.C_H_I_L_D">
  191. <i ng-if="item1.open==false&&item1.C_H_I_L_D.length>0" class="fa fa-plus-square-o sp-ml-15" ng-click="item1.open=true"></i>
  192. <i ng-if="item1.open==true&&item1.C_H_I_L_D.length>0" class="fa fa-minus-square-o sp-ml-15" ng-click="item1.open=false"></i>
  193. <label ng-bind="item1.SECTION" ng-class="{'activeDep':item1.CODE==ctl.organCode,'sp-ml-15':item1.C_H_I_L_D.length==0}" class="pointer" ng-click="ctl.organCode=item1.CODE"></label>
  194. <div class="sp-box treeTitle2" ng-if="item1.open==true" ng-repeat="item2 in item1.C_H_I_L_D">
  195. <i ng-if="item2.open==false&&item2.C_H_I_L_D.length>0" class="fa fa-plus-square-o sp-ml-30" ng-click="item2.open=true"></i>
  196. <i ng-if="item2.open==true&&item2.C_H_I_L_D.length>0" class="fa fa-minus-square-o sp-ml-30" ng-click="item2.open=false"></i>
  197. <label ng-bind="item2.SECTION" ng-class="{'activeDep':item2.CODE==ctl.organCode,'sp-ml-30':item2.C_H_I_L_D.length==0}" class="pointer" ng-click="ctl.organCode=item2.CODE"></label>
  198. </div>
  199. </div>
  200. </div>
  201. <div ng-repeat="item in ctl.zbList" class="sp-pl-15 sp-box" ng-if="ctl.activeGroup=='自定义'">
  202. <label ng-bind="item.CNAME" ng-class="{'activeDep':item.CODE==ctl.zbCode}" class="pointer" ng-click="ctl.checkZB(item,1)"></label>
  203. <span class="sp-btn-blue sp-btn-sm" ng-click="ctl.delZB(item,1)"><i class="fa fa-close"></i></span>
  204. </div>
  205. </div>
  206. <div class="sp-page" style="height: 202px; margin-top: 5px; border: 1px solid #ddd; overflow-x: hidden; overflow-y: scroll; ">
  207. <div ng-repeat="item in ctl.people" class="sp-page sp-pt-5" ng-if="item.show&&item.SECTCODE.indexOf(ctl.organCode)>-1&&ctl.activeGroup=='部门'">
  208. <div class="line sp-ml-10">
  209. <label style="cursor: pointer; width: 100%; display: inline-block; ">
  210. <input type="checkbox" ng-model="item.checked" />
  211. {{item.USERNAME}}
  212. <span class="sp-pull-right" style="width:100px">{{item.DUTYNAME}}</span>
  213. </label>
  214. </div>
  215. </div>
  216. <div ng-repeat="item in ctl.people" class="sp-page sp-pt-5" ng-if="item.show&&item.set==ctl.zbCode&&ctl.activeGroup=='自定义'">
  217. <div class="line sp-ml-10">
  218. <label style="cursor: pointer; width: 100%; display: inline-block; ">
  219. <input type="checkbox" ng-model="item.checked" />
  220. {{item.USERNAME}}
  221. <span class="sp-pull-right" style="width:100px">{{item.DUTYNAME}}</span>
  222. </label>
  223. </div>
  224. </div>
  225. </div>
  226. </td>
  227. <td style="text-align:center">
  228. <button class="sp-btn-gray-outline" ng-click="ctl.adduserAll(1)">
  229. <i class="fa fa-2x fa-angle-double-right"></i>
  230. </button>
  231. <br />
  232. <button class="sp-btn-gray-outline" ng-click="ctl.adduser(1)">
  233. <i class="fa fa-2x fa-angle-right"></i>
  234. </button>
  235. <br />
  236. <button class="sp-btn-gray-outline" ng-disabled="ctl.meetUser.length==0" ng-click="ctl.deluser(1)">
  237. <i class="fa fa-2x fa-angle-left"></i>
  238. </button>
  239. <br />
  240. <button class="sp-btn-gray-outline" ng-disabled="ctl.meetUser.length==0" ng-click="ctl.deluserAll(1)">
  241. <i class="fa fa-2x fa-angle-double-left"></i>
  242. </button>
  243. </td>
  244. <td width="300">
  245. <div class="sp-page" style="padding:5px;border:1px solid #c6c6c6;">
  246. <div class="sp-page" style="height:32px;line-height:20px">
  247. <span class="sp-btn-blue sp-btn-sm" ng-if="ctl.saveZB==false" ng-click="ctl.saveZB=true">自定义组</span>
  248. <input type="text" class="sp-input" ng-if="ctl.saveZB==true" style="width:150px" ng-model="ctl.cnameZB" />
  249. <span class="sp-btn-blue sp-btn-sm" ng-if="ctl.saveZB==true" ng-click="ctl.btnSaveZB(1)">保存</span>
  250. <span class="sp-btn-red sp-btn-sm" ng-if="ctl.saveZB==true" ng-click="ctl.saveZB=false">取消</span>
  251. </div>
  252. <div class="sp-page" style="height: 414px;overflow-y:auto">
  253. <div class="line" ng-repeat="item in ctl.forwardUser">
  254. <label style="cursor: pointer; width: 100%; display: inline-block; ">
  255. <input type="checkbox" ng-model="item.checked" ng-click="ctl.checkForwardUser($index)" />&nbsp;
  256. <span ng-bind="item.USERNAME" class="pointer" ng-class="{'activeUser':ctl.activeUser==$index}"></span>
  257. <span class="sp-pull-right" style="width:100px">{{item.DUTYNAME}}</span>
  258. <span class="sp-pull-right sp-mr-10">
  259. <img src="../../flowchart_app_imgcss/img/user.png" ng-if="$index==0" />
  260. <img src="../../flowchart_app_imgcss/img/users.png" ng-if="$index>0" />
  261. </span>
  262. </label>
  263. </div>
  264. </div>
  265. </div>
  266. </td>
  267. <td style="text-align:center">
  268. <button class="sp-btn-gray-outline" ng-disabled="!ctl.moveFlag1" ng-click="ctl.moveUp(1)">
  269. <i class="fa fa-long-arrow-up"></i>
  270. </button>
  271. <br />
  272. <button class="sp-btn-gray-outline" ng-disabled="!ctl.moveFlag2" ng-click="ctl.moveDown(1)">
  273. <i class="fa fa-long-arrow-down"></i>
  274. </button>
  275. </td>
  276. </tr>
  277. </tbody>
  278. </table>
  279. </div>
  280. <div class="sp-page sp-text-center sp-mt-15">
  281. <button class="sp-btn-blue sp-radius" ng-click="ctl.send()" ng-disabled="ctl.sendFlag||(ctl.forwardUser.length==0&&ctl.direction.ENDNODETYPE!=1)">
  282. <i class="fa fa-check sp-mr-5"> </i>确 认
  283. </button>
  284. <button class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</button>
  285. </div>
  286. </div>
  287. </div>
  288. <div class="sp-layer" id="forward1" style="width: 900px;">
  289. <div class="sp-layer-head" style="background:#2176d6">
  290. <div class="sp-page sp-text-center sp-font16">
  291. 转&nbsp;&nbsp;发
  292. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  293. ×
  294. </div>
  295. </div>
  296. </div>
  297. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  298. <div class="sp-text-center" ng-if="ctl.showContent==false" ng-bind="ctl.direction.CODEFUNCTITLE"></div>
  299. <div class="sp-page-tab" ng-init="ctl.type=0">
  300. <span ng-class="{'pageTabActive':ctl.type==$index}" style="width: auto;padding:0 10px" ng-repeat="item in ctl.directionList" ng-click="ctl.changeType($index)">{{item.CNAME}}</span>
  301. </div>
  302. <div class="sp-page" ng-if="ctl.showContent==true" style="line-height: 30px">
  303. <div class="grouping pointer" style="border-left: 1px solid #c3c3c3" ng-class="{'activeGroup':ctl.activeGroup=='最近'}" ng-click="ctl.activeGroup='最近'">
  304. 最近
  305. </div>
  306. <div class="grouping pointer" ng-class="{'activeGroup':ctl.activeGroup=='部门'}" ng-click="ctl.activeGroup='部门'">
  307. 部门
  308. </div>
  309. <div class="grouping pointer" ng-class="{'activeGroup':ctl.activeGroup=='角色'}" ng-click="ctl.activeGroup='角色'">
  310. 角色
  311. </div>
  312. <div class="grouping pointer" ng-class="{'activeGroup':ctl.activeGroup=='群组'}" ng-click="ctl.activeGroup='群组'">
  313. 群组
  314. </div>
  315. <div class="grouping pointer" ng-class="{'activeGroup':ctl.activeGroup=='自定义'}" ng-click="ctl.activeGroup='自定义';ctl.forward1(1)">
  316. 自定义
  317. </div>
  318. <table class="sp-grid" style="border:1px solid #c3c3c3">
  319. <tbody>
  320. <tr>
  321. <td width="400">
  322. <div class="sp-page">
  323. <div class="sp-page" style="height:30px">
  324. <input type="text" class="sp-input" style="background-image: url(../../flowchart_app_imgcss/img/search.png); background-repeat:no-repeat; background-position-x:98%;background-position-y:5px" ng-model="ctl.searchName" placeholder="请输入关键字" ng-change="ctl.searchPerson(2)" />
  325. </div>
  326. </div>
  327. <div class="sp-page" style="height: 202px; margin-top: 5px; border: 1px solid #ddd; overflow-x: hidden; overflow-y: scroll; ">
  328. <div ng-repeat="item in ctl.activeDirection.Dep" class="sp-box treeItem" ng-if="ctl.activeGroup=='部门'">
  329. <i ng-if="item.open==false&&item.C_H_I_L_D.length>0" class="fa fa-plus-square-o" ng-click="item.open=true"></i>
  330. <i ng-if="item.open==true&&item.C_H_I_L_D.length>0" class="fa fa-minus-square-o" ng-click="item.open=false"></i>
  331. <label ng-bind="item.SECTION" ng-class="{'activeDep':item.CODE==ctl.activeDirection.organCode}" class="pointer" ng-click="ctl.activeDirection.organCode=item.CODE"></label>
  332. <div class="sp-box treeTitle1" ng-if="item.open==true" ng-repeat="item1 in item.C_H_I_L_D">
  333. <i ng-if="item1.open==false&&item1.C_H_I_L_D.length>0" class="fa fa-plus-square-o sp-ml-15" ng-click="item1.open=true"></i>
  334. <i ng-if="item1.open==true&&item1.C_H_I_L_D.length>0" class="fa fa-minus-square-o sp-ml-15" ng-click="item1.open=false"></i>
  335. <label ng-bind="item1.SECTION" ng-class="{'activeDep':item1.CODE==ctl.activeDirection.organCode,'sp-ml-15':item1.C_H_I_L_D.length==0}" class="pointer" ng-click="ctl.activeDirection.organCode=item1.CODE"></label>
  336. <div class="sp-box treeTitle2" ng-if="item1.open==true" ng-repeat="item2 in item1.C_H_I_L_D">
  337. <i ng-if="item2.open==false&&item2.C_H_I_L_D.length>0" class="fa fa-plus-square-o sp-ml-30" ng-click="item2.open=true"></i>
  338. <i ng-if="item2.open==true&&item2.C_H_I_L_D.length>0" class="fa fa-minus-square-o sp-ml-30" ng-click="item2.open=false"></i>
  339. <label ng-bind="item2.SECTION" ng-class="{'activeDep':item2.CODE==ctl.activeDirection.organCode,'sp-ml-30':item2.C_H_I_L_D.length==0}" class="pointer" ng-click="ctl.activeDirection.organCode=item2.CODE"></label>
  340. </div>
  341. </div>
  342. </div>
  343. <div ng-repeat="item in ctl.zbList" class="sp-pl-15 sp-box" ng-if="ctl.activeGroup=='自定义'">
  344. <label ng-bind="item.CNAME" ng-class="{'activeDep':item.CODE==ctl.zbCode}" class="pointer" ng-click="ctl.checkZB(item,2)"></label>
  345. <span class="sp-btn-blue sp-btn-sm" ng-click="ctl.delZB(item,2)"><i class="fa fa-close"></i></span>
  346. </div>
  347. </div>
  348. <div class="sp-page" style="height: 202px; margin-top: 5px; border: 1px solid #ddd; overflow-x: hidden; overflow-y: scroll; ">
  349. <div ng-repeat="item in ctl.activeDirection.people" class="sp-page sp-pt-5" ng-if="item.show&&item.SECTCODE.indexOf(ctl.activeDirection.organCode)>-1&&ctl.activeGroup=='部门'">
  350. <div class="line sp-ml-10">
  351. <label style="cursor: pointer; width: 100%; display: inline-block; ">
  352. <input type="checkbox" ng-model="item.checked" />
  353. {{item.USERNAME}}
  354. <span class="sp-pull-right" style="width:100px">{{item.DUTYNAME}}</span>
  355. </label>
  356. </div>
  357. </div>
  358. <div ng-repeat="item in ctl.activeDirection.people" class="sp-page sp-pt-5" ng-if="item.show&&item.set==ctl.zbCode&&ctl.activeGroup=='自定义'">
  359. <div class="line sp-ml-10">
  360. <label style="cursor: pointer; width: 100%; display: inline-block; ">
  361. <input type="checkbox" ng-model="item.checked" />
  362. {{item.USERNAME}}
  363. <span class="sp-pull-right" style="width:100px">{{item.DUTYNAME}}</span>
  364. </label>
  365. </div>
  366. </div>
  367. </div>
  368. </td>
  369. <td style="text-align:center">
  370. <button class="sp-btn-gray-outline" ng-click="ctl.adduserAll(2)">
  371. <i class="fa fa-2x fa-angle-double-right"></i>
  372. </button>
  373. <br />
  374. <button class="sp-btn-gray-outline" ng-click="ctl.adduser(2)">
  375. <i class="fa fa-2x fa-angle-right"></i>
  376. </button>
  377. <br />
  378. <button class="sp-btn-gray-outline" ng-disabled="ctl.meetUser.length==0" ng-click="ctl.deluser(2)">
  379. <i class="fa fa-2x fa-angle-left"></i>
  380. </button>
  381. <br />
  382. <button class="sp-btn-gray-outline" ng-disabled="ctl.meetUser.length==0" ng-click="ctl.deluserAll(2)">
  383. <i class="fa fa-2x fa-angle-double-left"></i>
  384. </button>
  385. </td>
  386. <td width="300">
  387. <div class="sp-page" style="padding:5px;border:1px solid #c6c6c6;">
  388. <div class="sp-page" style="height:32px;line-height:20px">
  389. <span class="sp-btn-blue sp-btn-sm" ng-if="ctl.saveZB==false" ng-click="ctl.saveZB=true">自定义组</span>
  390. <input type="text" class="sp-input" ng-if="ctl.saveZB==true" style="width:150px" ng-model="ctl.cnameZB" />
  391. <span class="sp-btn-blue sp-btn-sm" ng-if="ctl.saveZB==true" ng-click="ctl.btnSaveZB(2)">保存</span>
  392. <span class="sp-btn-red sp-btn-sm" ng-if="ctl.saveZB==true" ng-click="ctl.saveZB=false">取消</span>
  393. </div>
  394. <div class="sp-page" style="height: 414px;overflow-y:auto">
  395. <div class="line" ng-repeat="item in ctl.forwardUser[ctl.activeDirection.forwardUser]">
  396. <label style="cursor: pointer; width: 100%; display: inline-block; ">
  397. <input type="checkbox" ng-model="item.checked" ng-click="ctl.checkForwardUser($index)" />&nbsp;
  398. <span ng-bind="item.USERNAME" class="pointer" ng-class="{'activeUser':ctl.activeUser==$index}"></span>
  399. <span class="sp-pull-right" style="width:100px">{{item.DUTYNAME}}</span>
  400. <span class="sp-pull-right sp-mr-10">
  401. <img src="../../flowchart_app_imgcss/img/user.png" ng-if="$index==0" />
  402. <img src="../../flowchart_app_imgcss/img/users.png" ng-if="$index>0" />
  403. </span>
  404. </label>
  405. </div>
  406. </div>
  407. </div>
  408. </td>
  409. <td style="text-align:center">
  410. <button class="sp-btn-gray-outline" ng-disabled="!ctl.moveFlag1" ng-click="ctl.moveUp(2)">
  411. <i class="fa fa-long-arrow-up"></i>
  412. </button>
  413. <br />
  414. <button class="sp-btn-gray-outline" ng-disabled="!ctl.moveFlag2" ng-click="ctl.moveDown(2)">
  415. <i class="fa fa-long-arrow-down"></i>
  416. </button>
  417. </td>
  418. </tr>
  419. </tbody>
  420. </table>
  421. </div>
  422. <div class="sp-page sp-text-center sp-mt-15">
  423. <button class="sp-btn-blue sp-radius" ng-click="ctl.sendAll()" ng-disabled="ctl.sendFlag&&ctl.direction.ENDNODETYPE!=3">
  424. <i class="fa fa-check sp-mr-5"> </i>确 认
  425. </button>
  426. <button class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</button>
  427. </div>
  428. </div>
  429. </div>
  430. </div>
  431. <script src="../../../AFrontEnd/js/jquery/jquery-1.8.3.min.js"></script>
  432. <script src="../../../AFrontEnd/js/laydate/laydate.js"></script>
  433. <script src="../../../AFrontEnd/js/angularjs/angular.js"></script>
  434. <script src="../../../AFrontEnd/js/angularjs/dirPagination.js"></script>
  435. <script src="../../../apiurljs.js"></script>
  436. <script src="../../../js/sm4.js"></script>
  437. <script>document.write('<scri' + 'pt src="../../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  438. <script>document.write('<scri' + 'pt src="js/fawenfile.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  439. <script src="../../../AFrontEnd/js/special/spng.js"></script>
  440. <script src="../../../AFrontEnd/js/special/spngvld.js"></script>
  441. </body>
  442. </html>