fawenfile.html 39 KB

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