formeditFL.html 93 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979
  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/formeditFL.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
  14. <script>document.write("<link href='../../flowchart_app_imgcss/css/canvasQianzi.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
  15. <style>
  16. .checkGZD {
  17. cursor:pointer;
  18. }
  19. .nocheckGZD {
  20. cursor:not-allowed
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <div ng-controller="formeditCtrl as ctl" id="app" ng-cloak>
  26. <div class="wrapper wrapper-content">
  27. <div class="row">
  28. <div class="col-md-12">
  29. <div class="ibox float-e-margins">
  30. <div class="ibox-content">
  31. <div class="row">
  32. <div class="col-md-12">
  33. <div class="sp-page mousemove" style="position:fixed;z-index:6;background:#c6c6c6;opacity:0.5;display:none"></div>
  34. <div class="sp-page" ng-include="'../../forward/header.html'"></div>
  35. <div class="sp-page sp-fs-16" style="border-bottom: 1px solid #c6c6c6">
  36. <div class="sp-page-col sp-pull-right">
  37. <div class="sp-page-col" ng-repeat="item in ctl.buttonList">
  38. <button class="sp-btn-sm sp-radius" style="padding: 4px 10px;" ng-class="{'sp-btn-gray':item.CODE.indexOf('SENDITEM')==-1,'sp-btn-blue':item.CODE.indexOf('SENDITEM')!=-1}" ng-click="ctl.btnEvent(item)" ng-if="item.CODE!='FWZIHAO'&&item.CODE!='array'&&ctl.dotype==1||(ctl.dotype!=1&&item.EXPLAIN=='1')">
  39. <img ng-if="item.CODE.indexOf('SAVEITEM')!=-1" src="../../flowchart_app_imgcss/img/bc.png" height="14" />
  40. <img ng-if="item.CODE.indexOf('PRINTITEM')!=-1" src="../../flowchart_app_imgcss/img/dy.png" height="14" />
  41. <img ng-if="item.CODE.indexOf('SENDITEM')!=-1" src="../../flowchart_app_imgcss/img/zfw.png" height="14" />
  42. <img ng-if="item.CODE.indexOf('SENDLOG')!=-1" src="../../flowchart_app_imgcss/img/lz.png" height="14" />
  43. {{item.CNAME}}
  44. </button>
  45. <button style="padding: 4px 10px; position: relative" class="sp-btn-md sp-radius sp-btn-blue tiaoahao" ng-if="item.CODE=='array'&&ctl.dotype==1">
  46. {{item.CNAME}}
  47. <div class="sp-page" style="width:auto;background:#fff;border:1px solid #ccc;position:absolute;top:28px;left:50%;transform:translateX(-50%);z-index:12;display:none">
  48. <div class="sp-page sp-text-center" ng-repeat="item1 in item.data">
  49. <div class="sp-radius" ng-class="{'sp-btn-gray':item1.CODE.indexOf('SENDITEM')==-1,'sp-btn-blue':item1.CODE.indexOf('SENDITEM')!=-1}" ng-click="ctl.btnEvent(item1)">{{item1.CNAME}}</div>
  50. </div>
  51. </div>
  52. </button>
  53. <button style="padding: 4px 10px; position: relative" class="sp-btn-sm sp-radius sp-btn-gray tiaoahao" ng-if="item.CODE=='FWZIHAO'">
  54. {{item.CNAME}}
  55. <div class="sp-page" style="background:#fff;border:1px solid #ccc;position:absolute;top:28px;left:0;z-index:1;display:none">
  56. <div class="sp-box sp-text-center">
  57. <span class="sp-btn-gray sp-radius" ng-click="ctl.tiaohao()">占号</span>
  58. </div>
  59. <div class="sp-box sp-text-center">
  60. <span class="sp-btn-gray sp-radius" ng-click="ctl.tiaohaoR()">重置</span>
  61. </div>
  62. <div class="sp-box sp-text-center">
  63. <span class="sp-btn-gray sp-radius" ng-click="ctl.tiaohaoD()">清除</span>
  64. </div>
  65. </div>
  66. </button>
  67. </div>
  68. <button class="sp-btn-gray sp-btn-sm sp-radius" style="padding: 4px 10px;" onclick="javascript: window.close(); localStorage.setItem('GlWorkPlatform-SJPSDB-refresh', 1)" ng-if="ctl.deviceType!='pad'">
  69. <img src="../../flowchart_app_imgcss/img/fh.png" height="14" />
  70. 关闭
  71. </button>
  72. <button class="sp-btn-gray sp-btn-sm sp-radius" style="padding: 4px 10px;" onclick="javascript: history.go(-1); localStorage.setItem('GlWorkPlatform-SJPSDB-refresh', 1)" ng-if="ctl.deviceType=='pad'">
  73. <img src="../../flowchart_app_imgcss/img/fh.png" height="14" />
  74. 关闭
  75. </button>
  76. </div>
  77. <div class="sp-page-col sp-pull-right" style="position:relative">
  78. <button class="sp-btn-gray sp-btn-sm sp-radius tiaoahao" style="display: inline-block; padding: 4px 10px;">
  79. 文件
  80. <div class="sp-page" style="width: 130px; display: none; background: #fff; border: 1px solid #e6e6e6; position: absolute; left: -25px; z-index: 12">
  81. <div class="sp-page sp-text-center" style="border-bottom: 1px solid #ccc; padding: 5px 0; cursor: pointer; " ng-click="ctl.seeZW()">文单</div>
  82. <div class="sp-page sp-text-center tiaoahao" style="border-bottom: 1px solid #ccc; padding: 5px 0; cursor: pointer; " ng-click="ctl.editFile(ctl.gaoTypeArrayFirst[0],1,'正文')">
  83. 正文
  84. <span style="display:inline-block;top:0;left:-35px" class="upload sp-pull-right sp-ml-5" ng-if="ctl.routeinfoid!=0&&ctl.dotype==1&&(ctl.userId==ctl.data.NGRUSERID||ctl.gkbutton==1)">
  85. <i class="fa fa-file-o sp-fs-14"></i>
  86. </span>
  87. <div class="sp-page" style="width: 125px; padding: 2px 5px; margin-top: -30px; text-align: center; display: none; background: #fff; border: 1px solid #e6e6e6; position: absolute; left: 128px; z-index: 12; ">
  88. <div class="sp-box sp-text-center" ng-if="ctl.dotype!=0&&ctl.routeinfoid!=0&&(ctl.userId==ctl.data.NGRUSERID||ctl.gkbutton==1)">
  89. <input id="fileupload-zw" class="upload-file-single" style="width:0px;left: -10px" type="file" name="files[]" multiple>
  90. <div class="sp-col-100 pointer sp-mt-5" ng-click="ctl.newMoBan1();$event.stopPropagation()">空白模板</div>
  91. <div class="sp-col-100 pointer sp-mt-5" ng-click="ctl.newMoBan2();$event.stopPropagation()">套红模板</div>
  92. <div class="sp-col-100 pointer sp-mt-5" ng-click="ctl.upload_zw();$event.stopPropagation()">本地文件</div>
  93. </div>
  94. </div>
  95. </div>
  96. <div class="sp-page sp-text-center tiaoahao" style="border-bottom: 1px solid #ccc; padding: 5px 0; cursor: pointer; ">
  97. 终稿文件
  98. <div class="sp-page" ng-if="ctl.gaoTypeArraySecond.length!=0" style="width: 200px; padding: 2px 5px; margin-top: -30px; display: none; background: #fff; border: 1px solid #e6e6e6; position: absolute; left: 128px; z-index: 12; ">
  99. <div class="sp-page" ng-repeat="item in ctl.gaoTypeArraySecond">
  100. <span ng-bind="item.FILENAMES" title="{{item.FILENAMES}}" style="max-width: calc(100% - 80px); display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer" ng-click="ctl.seeFile(item,0,'正文')"></span>
  101. <a class="sp-pull-right sp-mr-10" ng-click="ctl.downloadWG(item)" title="下载">
  102. <img src="../../flowchart_app_imgcss/img/attachlist/download.png" title="下载" />
  103. </a>
  104. <a class="sp-pull-right sp-mr-10" ng-click="ctl.btnDeleteWG(item,2)" title="删除">
  105. <img src="../../flowchart_app_imgcss/img/attachlist/delete.png" title="删除" />
  106. </a>
  107. </div>
  108. </div>
  109. </div>
  110. <div class="sp-page sp-text-center tiaoahao" style="border-bottom: 1px solid #ccc; padding: 5px 0; cursor: pointer; ">
  111. 签章文件
  112. <div class="sp-page" ng-if="ctl.gaoTypeArrayThird.length!=0" style="width: 200px; padding: 2px 5px; margin-top: -30px; display: none; background: #fff; border: 1px solid #e6e6e6; position: absolute; left: 128px; z-index: 12; ">
  113. <div class="sp-page" ng-repeat="item in ctl.gaoTypeArrayThird">
  114. <span ng-bind="item.FILENAMES" title="{{item.FILENAMES}}" style="max-width: calc(100% - 80px); display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer" ng-click="ctl.seeFile(item,0,'正文')"></span>
  115. <a class="sp-pull-right sp-mr-10" ng-click="ctl.downloadWG(item)" title="下载">
  116. <img src="../../flowchart_app_imgcss/img/attachlist/download.png" title="下载" />
  117. </a>
  118. <a class="sp-pull-right sp-mr-10" ng-click="ctl.btnDeleteWG(item,3)" title="删除">
  119. <img src="../../flowchart_app_imgcss/img/attachlist/delete.png" title="删除" />
  120. </a>
  121. </div>
  122. </div>
  123. </div>
  124. <div class="sp-page sp-text-center tiaoahao" style="border-bottom: 1px solid #ccc; padding: 5px 0; cursor: pointer; ">
  125. 来文附件({{ctl.arrayFile1.length}})
  126. <span style="display:inline-block;top:0" class="upload sp-pull-right sp-ml-5" ng-if="ctl.routeinfoid!=0&&ctl.dotype==1">
  127. <span class="upload-tip"></span>
  128. <input id="fileupload" class="upload-file-single" ng-click="ctl.upload();$event.stopPropagation();" type="file" name="files[]" multiple>
  129. <i class="fa fa-plus sp-fs-14 sp-mr-10"></i>
  130. <span class="upload-loading" ng-if="ctl.uploading"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
  131. </span>
  132. <div class="sp-page" ng-if="ctl.arrayFile1.length!=0" style="width: 200px; padding: 2px 5px; margin-top: -30px; display: none; background: #fff; border: 1px solid #e6e6e6; position: absolute; left: 128px; z-index: 12; ">
  133. <div class="sp-page" ng-repeat="item in ctl.arrayFile1">
  134. <span ng-bind="item.FILENAMES" title="{{item.FILENAMES}}" style="max-width: calc(100% - 80px); display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer" ng-click="ctl.seeFile(item,1,'附件')"></span>
  135. <a class="sp-pull-right sp-mr-10" ng-click="ctl.downLoad(item)" title="下载">
  136. <img src="../../flowchart_app_imgcss/img/attachlist/download.png" title="下载" />
  137. </a>
  138. <a class="sp-pull-right sp-mr-10" ng-click="ctl.deleteFile(item)" title="删除">
  139. <img src="../../flowchart_app_imgcss/img/attachlist/delete.png" title="删除" />
  140. </a>
  141. </div>
  142. </div>
  143. </div>
  144. <div class="sp-page sp-text-center tiaoahao" style="padding: 5px 0; cursor: pointer; ">
  145. 公文模板
  146. <span style="display:inline-block;top:0" class="upload sp-pull-right sp-ml-5" ng-click="ctl.openGLJ();$event.stopPropagation();" ng-if="ctl.routeinfoid!=0&&ctl.dotype==1">
  147. <i class="fa fa-plus sp-fs-14 sp-mr-10"></i>
  148. </span>
  149. <div class="sp-page" ng-if="ctl.guanlian.length!=0||ctl.glList.length!=0" style="width: 200px; padding: 2px 5px; margin-top: -30px; display: none; background: #fff; border: 1px solid #e6e6e6; position: absolute; left: 128px; z-index: 12; ">
  150. <div class="sp-page" ng-repeat="item in ctl.guanlian">
  151. <span title="{{item.DOCNAME.split('-')[0]}}:{{item.FILENAMES}}" style="max-width: calc(100% - 80px); display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer; " ng-click="ctl.editFile(item,2,'公文模板')">
  152. {{item.DOCNAME.split('-')[0]}}:{{item.FILENAMES}}
  153. </span>
  154. <a class="sp-pull-right sp-mr-10" ng-click="ctl.downLoaDWG(item)" title="下载">
  155. <img src="../../flowchart_app_imgcss/img/attachlist/download.png" title="下载" />
  156. </a>
  157. <a class="sp-pull-right sp-mr-10" ng-click="ctl.deleteWG(item)" title="删除">
  158. <img src="../../flowchart_app_imgcss/img/attachlist/delete.png" title="删除" />
  159. </a>
  160. <a class="sp-pull-right sp-mr-10" ng-click="ctl.creatFLOW(item)" title="创建流程">
  161. <img src="../../flowchart_app_imgcss/img/attachlist/bz.png" title="创建流程" />
  162. </a>
  163. </div>
  164. <div class="sp-page" ng-repeat="item in ctl.glList" style="padding: 7px 4px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis">
  165. <span title="{{item.FLOWNAME}}:{{item.TITLE}}" style="cursor: pointer;" ng-click="ctl.openGL(item)">
  166. <i class="fa fa-sign-in" ng-if="item.type=='FLOWIN'"></i><i class="fa fa-sign-out" ng-if="item.type=='FLOWOUT'"></i>{{item.FLOWNAME}}:{{item.TITLE}}
  167. </span>
  168. </div>
  169. </div>
  170. </div>
  171. </div>
  172. </button>
  173. </div>
  174. </div>
  175. <div class="page-item leftBox" style="width: 50%;">
  176. <div class="sp-page" id="iframeList" ng-if="ctl.iframeList.length!=0">
  177. <div class="sp-page-col"
  178. style="width: 36px; height: 100%; border-right: 1px solid #ccc; white-space: revert; left: 0;transform:translateX(0)"
  179. ng-if="ctl.iframeHide>0">
  180. <div style="border-bottom:1px solid #ccc" ng-repeat="item in ctl.iframeList" ng-if="item.show==2">
  181. <div style="padding: 5px; text-align: center; cursor: pointer" title="{{item.filename}}"
  182. ng-bind="item.title" ng-click="ctl.showItem($index)"></div>
  183. </div>
  184. </div>
  185. <div class="iframe-item" ng-style="item.boxStyle" ng-repeat="item in ctl.iframeList" repeat-finish>
  186. <div class="iframe-title" ng-style="item.boxStyle" ng-show="item.show==1" ng-bind="item.title"></div>
  187. <div class="iframe-item-btn" ng-if="item.show==1">
  188. <button class="sp-btn-gray sp-btn-sm sp-radius" ng-if="false" ng-click="ctl.openItem(item)">新窗口</button>
  189. <button class="sp-btn-gray sp-btn-sm sp-radius" ng-if="item.edit==true"
  190. ng-click="ctl.btnSaveFile(item.fileid)">
  191. 保存
  192. </button>
  193. <button class="sp-btn-blue sp-btn-sm sp-radius" ng-click="ctl.closeItem($index)"
  194. ng-if="item.title!='签报收文'">
  195. X
  196. </button>
  197. <button class="sp-btn-gray sp-btn-sm sp-radius" ng-click="ctl.hideItem($index)">
  198. <i class="fa fa-angle-left fa-lg"></i>
  199. </button>
  200. </div>
  201. <div class="iframe-border-right" ng-show="$index!=ctl.iframeLast&&ctl.iframeShow>1&&item.show==1"></div>
  202. <iframe ng-src="{{item.url}}" ng-show="item.show==1" ng-style="item.iframeStyle" style="padding-top:35px"
  203. frameborder="0" class="iframe" scrolling="no"></iframe>
  204. </div>
  205. </div>
  206. </div>
  207. <div class="page-item rightBox" style="width: 50%; padding-left: 10px; position: relative; overflow:hidden">
  208. <div class="sp-page-col" style="width: 10px; height: 46px; background: #d0d0d0; position: absolute;left: 0; top: 0px; z-index: 11; cursor: pointer; border:0px solid yellow" onclick="showRight(this)" ng-if="ctl.iframeList.length!=0">
  209. <i class="fa fa-angle-left" style="font-size: 30px; position: absolute; top: 50%; transform: translateY(-50%); display: none"></i>
  210. <i class="fa fa-angle-right" style="font-size: 30px; position: absolute; top: 50%; transform: translateY(-50%); "></i>
  211. </div>
  212. <div class="border-left-right left-right" ng-init="ctl.reSizeLR(1)" ng-if="ctl.iframeList.length!=0"></div>
  213. <div class="sp-page-col" style="width: 36px; height: 100%; border-left: 1px solid #ccc; white-space: revert; float:right;" ng-show="ctl.formeditList.length>0">
  214. <div style="border-bottom:1px solid #ccc" ng-repeat="item in ctl.formeditList">
  215. <div style="padding: 5px; text-align: center; cursor: pointer" title="{{item.title}}" ng-bind="item.title" ng-click="ctl.showFormedit($index,item)"></div>
  216. </div>
  217. </div>
  218. <div id="rightList" style="margin-left: 0px; transition: margin-left 1s ease 0s; ">
  219. <div class="sp-page formedit sp-pt-30 sp-pb-30" style="background-color: #F2F2F2">
  220. <div class="iframe-item-btn" style="left: 0; right: unset;" ng-if="ctl.formeditList.length!=2">
  221. <button class="sp-btn-gray sp-btn-sm sp-radius" ng-click="ctl.hideFormedit('','文单')">
  222. <i class="fa fa-angle-right fa-lg"></i>
  223. </button>
  224. </div>
  225. <div class="sp-page-center" style="width: 95%; max-width: 900px; padding: 60px 40px; background-color: #fff; color: #ff0000; line-height: 30px; overflow-y: auto; ">
  226. <div class="sp-page sp-page-table">
  227. <table>
  228. <tr>
  229. <td>文件/会议名称</td>
  230. <td colspan="3">
  231. <textarea class="sp-textarea" rows="{{ctl.TITLEROWS}}" onscroll="this.rows++;" style="resize:none" ng-disabled="ctl.hide('readonly','TITLE')" ng-model="ctl.data.TITLE" ng-change="ctl.changeFiled('TITLE')"></textarea>
  232. </td>
  233. </tr>
  234. <tr>
  235. <td width="150">来文/参会日期</td>
  236. <td>
  237. <input type="text" class="sp-input laydate-logo" ng-disabled="ctl.hide('readonly','CHDATE')" sp-laydate ng-model="ctl.data.CHDATE" ng-change="ctl.changeFiled('CHDATE')" />
  238. </td>
  239. <td width="150">签批日期</td>
  240. <td>
  241. <input type="text" class="sp-input laydate-logo" ng-disabled="ctl.hide('readonly','QPRQ')" sp-laydate ng-model="ctl.data.QPRQ" ng-change="ctl.changeFiled('QPRQ')" />
  242. </td>
  243. </tr>
  244. <tr>
  245. <td>牵头处室</td>
  246. <td>
  247. <input type="text" class="sp-input" ng-model="ctl.data.QTCS" readonly ng-click="ctl.openDpList('QTCS',1)" />
  248. </td>
  249. <td>协办处室</td>
  250. <td>
  251. <textarea class="sp-textarea" rows="{{ctl.XBCSROWS}}" onscroll="this.rows++;" style="resize:none" ng-model="ctl.data.XBCS" readonly ng-click="ctl.openDpList('XBCS',2)"></textarea>
  252. </td>
  253. </tr>
  254. <tr>
  255. <td>督办时限</td>
  256. <td>
  257. <input type="text" class="sp-input laydate-logo" ng-disabled="ctl.hide('readonly','DBSX')" sp-laydate ng-model="ctl.data.DBSX" ng-change="ctl.changeFiled('DBSX')" />
  258. </td>
  259. <td>关注度</td>
  260. <td>
  261. <span style="margin:0 5px" ng-class="{'checkGZD':!ctl.hide('readonly','GZD'),'nocheckGZD':ctl.hide('readonly','GZD')}" ng-repeat="item in ctl.GZD" ng-click="ctl.checkGZD(item)">
  262. <img ng-if="ctl.data.GZD.split('|')[0]>=item" src="../../flowchart_app_imgcss/img/star.png" />
  263. <img ng-if="ctl.data.GZD.split('|')[0]<item" src="../../flowchart_app_imgcss/img/star-gray.png" />
  264. </span>
  265. </td>
  266. </tr>
  267. <tr>
  268. <td>委主要领导批示</td>
  269. <td colspan="3">
  270. <textarea class="sp-textarea" rows="{{ctl.SJPSROWS}}" onscroll="this.rows++;" style="resize:none" ng-disabled="ctl.hide('readonly','SJPS')" ng-model="ctl.data.SJPS" ng-change="ctl.changeFiled('SJPS')"></textarea>
  271. </td>
  272. </tr>
  273. <tr>
  274. <td>办理进度</td>
  275. <td colspan="3">
  276. <select class="sp-select" ng-disabled="ctl.hide('readonly','BLJD')" ng-model="ctl.data.BLJD" ng-change="ctl.changeFiled('BLJD')">
  277. <option ng-repeat="item in ctl.BLJD" value="{{item.CODE}}" ng-bind="item.CNAME"></option>
  278. </select>
  279. <div ng-if="ctl.opinion.BLJDYJ==false">
  280. <div class="sp-page" style="height: 212px; margin-bottom: 30px; overflow-y: auto">
  281. <table class="sp-grid sp-mb-5">
  282. <tr ng-repeat="item in ctl.YJ.BLJDYJ" class="qianzi">
  283. <td>
  284. <div class="sp-page">
  285. <p ng-if="!item.OPINIONIMAGE" class="sp-page sp-text-left" ng-bind-html="item.OPINION | trustHtml"></p>
  286. <img class="sp-pull-left" ng-if="!item.OPINION" ng-src="{{item.OPINIONIMAGE}}" style="width:50%" />
  287. <div class="sp-page">
  288. <div class="sp-col-75">
  289. <div ng-repeat="item in item.FILEDATA" style="width: 135px; display: inline-block; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; top: 5px; margin-left: 10px">
  290. <a ng-click="ctl.downLoadOption(item)" title="下载">
  291. <i class="fa fa-download sp-color-red"></i>
  292. </a>
  293. <a ng-click="ctl.deleteOptionFile(item,'BLJDYJ')" title="删除" ng-if="item.ROUTEID==ctl.routeid">
  294. <i class="fa fa-trash sp-color-red"></i>
  295. </a>
  296. <span ng-bind="item.FILENAME" title="{{item.FILENAME}}"></span>
  297. </div>
  298. <div style="display: inline-block; position: relative; margin-left: 10px; line-height: 40px;" ng-if="item.ROUTEID==ctl.routeid&&ctl.opinion.BLJDYJ==false&&ctl.dotype==1&&item.COLID=='BLJDYJ'">
  299. <span class="opbtn" style="position: relative; color: #1c84c6">
  300. <span class="upload-tip"></span>
  301. <input id="fileupload-BLJDYJ" class="upload-file-single" ng-click="ctl.upload2('BLJDYJ')" type="file" name="files[]" multiple>
  302. <i class="fa fa-upload"></i>
  303. <span class="upload-loading" ng-if="ctl.uploading1"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
  304. </span>
  305. </div>
  306. </div>
  307. <div class="sp-col-25 sp-text-right sp-pull-right" style="line-height:40px">
  308. <span ng-bind="item.CMANNAME"></span>
  309. <span ng-bind="item.CDATE"></span>
  310. </div>
  311. </div>
  312. </div>
  313. <div class="sp-page sp-text-right">
  314. <div class="opbtn" style="color: #FF6F6F; display: inline-block; " ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1"
  315. ng-click="ctl.Dopinion('BLJDYJ')">
  316. <i class="fa fa-trash-o fa-lg"></i>
  317. </div>
  318. <div class="opbtn" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1" style="color: #66D151; display: inline-block; "
  319. ng-click="ctl.changeOpinionItem('BLJDYJ',item)">
  320. <i class="fa fa-pencil fa-lg"></i>
  321. </div>
  322. </div>
  323. </td>
  324. </tr>
  325. </table>
  326. </div>
  327. <span class="opbtn sp-pull-right" ng-if="ctl.YJ.BLJDYJSTATUS==false" style="color: #1EADFF"
  328. ng-hide="ctl.hide('readonly','BLJDYJ')" ng-click="ctl.openOpinion('BLJDYJ')">
  329. <i class="fa fa-pencil fa-lg"></i>
  330. </span>
  331. </div>
  332. <div ng-if="ctl.opinion.BLJDYJ==true||ctl.opinion.BLJDYJImg==true">
  333. <textarea id="BLJDYJ" class="op-textarea sp-mb-10" ng-model="ctl.data.BLJDYJ" ng-if="ctl.opinion.BLJDYJ==true&&ctl.opinion.BLJDYJImg==false"></textarea>
  334. <div ng-if="ctl.opinion.BLJDYJImg==true">
  335. <div id="BLJDYJQZ" class="canvas"></div>
  336. </div>
  337. <div class="sp-page">
  338. <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.BLJDYJImg==false,'sp-qz-gray':ctl.opinion.BLJDYJImg==true}" ng-click="ctl.opinion.BLJDYJImg=false">文字</div>
  339. <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.BLJDYJImg==true,'sp-qz-gray':ctl.opinion.BLJDYJImg==false}" ng-click="ctl.QianZi('BLJDYJ')">手签</div>
  340. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.opinion.BLJDYJ=false;ctl.opinion.BLJDYJImg=false">取消</span>
  341. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.Sopinion('BLJDYJ')">保存</span>
  342. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.canvasClear('BLJDYJ')" ng-if="ctl.opinion.BLJDYJImg==true">清除</span>
  343. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.phrase('BLJDYJ')" ng-if="ctl.opinion.BLJDYJ==true&&ctl.opinion.BLJDYJImg==false">常用语</span>
  344. </div>
  345. </div>
  346. </td>
  347. </tr>
  348. <tr>
  349. <td>办结初核</td>
  350. <td colspan="3">
  351. <div ng-if="ctl.opinion.BJCH==false">
  352. <div class="sp-page" style="height: 212px; margin-bottom: 30px; overflow-y: auto">
  353. <table class="sp-grid sp-mb-5">
  354. <tr ng-repeat="item in ctl.YJ.BJCH" class="qianzi">
  355. <td>
  356. <div class="sp-page">
  357. <p ng-if="!item.OPINIONIMAGE" class="sp-page sp-text-left" ng-bind-html="item.OPINION | trustHtml"></p>
  358. <img class="sp-pull-left" ng-if="!item.OPINION" ng-src="{{item.OPINIONIMAGE}}" style="width:50%" />
  359. <div class="sp-page">
  360. <div class="sp-col-75">
  361. <div ng-repeat="item in item.FILEDATA" style="width: 135px; display: inline-block; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; top: 5px; margin-left: 10px">
  362. <a ng-click="ctl.downLoadOption(item)" title="下载">
  363. <i class="fa fa-download sp-color-red"></i>
  364. </a>
  365. <a ng-click="ctl.deleteOptionFile(item,'BJCH')" title="删除" ng-if="item.ROUTEID==ctl.routeid">
  366. <i class="fa fa-trash sp-color-red"></i>
  367. </a>
  368. <span ng-bind="item.FILENAME" title="{{item.FILENAME}}"></span>
  369. </div>
  370. <div style="display: inline-block; position: relative; margin-left: 10px; line-height: 40px;" ng-if="item.ROUTEID==ctl.routeid&&ctl.opinion.BJCH==false&&ctl.dotype==1&&item.COLID=='BJCH'">
  371. <span class="opbtn" style="position: relative; color: #1c84c6">
  372. <span class="upload-tip"></span>
  373. <input id="fileupload-BJCH" class="upload-file-single" ng-click="ctl.upload2('BJCH')" type="file" name="files[]" multiple>
  374. <i class="fa fa-upload"></i>
  375. <span class="upload-loading" ng-if="ctl.uploading1"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
  376. </span>
  377. </div>
  378. </div>
  379. <div class="sp-col-25 sp-text-right sp-pull-right" style="line-height:40px">
  380. <span ng-bind="item.CMANNAME"></span>
  381. <span ng-bind="item.CDATE"></span>
  382. </div>
  383. </div>
  384. </div>
  385. <div class="sp-page sp-text-right">
  386. <div class="opbtn" style="color: #FF6F6F; display: inline-block; " ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1"
  387. ng-click="ctl.Dopinion('BJCH')">
  388. <i class="fa fa-trash-o fa-lg"></i>
  389. </div>
  390. <div class="opbtn" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1" style="color: #66D151; display: inline-block; "
  391. ng-click="ctl.changeOpinionItem('BJCH',item)">
  392. <i class="fa fa-pencil fa-lg"></i>
  393. </div>
  394. </div>
  395. </td>
  396. </tr>
  397. </table>
  398. </div>
  399. <span class="opbtn sp-pull-right" ng-if="ctl.YJ.BJCHSTATUS==false" style="color: #1EADFF"
  400. ng-hide="ctl.hide('readonly','BJCH')" ng-click="ctl.openOpinion('BJCH')">
  401. <i class="fa fa-pencil fa-lg"></i>
  402. </span>
  403. </div>
  404. <div ng-if="ctl.opinion.BJCH==true||ctl.opinion.BJCHImg==true">
  405. <textarea id="BJCH" class="op-textarea sp-mb-10" ng-model="ctl.data.BJCH" ng-if="ctl.opinion.BJCH==true&&ctl.opinion.BJCHImg==false"></textarea>
  406. <div ng-if="ctl.opinion.BJCHImg==true">
  407. <div id="BJCHQZ" class="canvas"></div>
  408. </div>
  409. <div class="sp-page">
  410. <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.BJCHImg==false,'sp-qz-gray':ctl.opinion.BJCHImg==true}" ng-click="ctl.opinion.BJCHImg=false">文字</div>
  411. <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.BJCHImg==true,'sp-qz-gray':ctl.opinion.BJCHImg==false}" ng-click="ctl.QianZi('BJCH')">手签</div>
  412. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.opinion.BJCH=false;ctl.opinion.BJCHImg=false">取消</span>
  413. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.Sopinion('BJCH')">保存</span>
  414. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.canvasClear('BJCH')" ng-if="ctl.opinion.BJCHImg==true">清除</span>
  415. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.phrase('BJCH')" ng-if="ctl.opinion.BJCH==true&&ctl.opinion.BJCHImg==false">常用语</span>
  416. </div>
  417. </div>
  418. </td>
  419. </tr>
  420. <tr>
  421. <td>办结复核</td>
  422. <td colspan="3">
  423. <div ng-if="ctl.opinion.BJFH==false">
  424. <div class="sp-page" style="height: 212px; margin-bottom: 30px; overflow-y: auto">
  425. <table class="sp-grid sp-mb-5">
  426. <tr ng-repeat="item in ctl.YJ.BJFH" class="qianzi">
  427. <td>
  428. <div class="sp-page">
  429. <p ng-if="!item.OPINIONIMAGE" class="sp-page sp-text-left" ng-bind-html="item.OPINION | trustHtml"></p>
  430. <img class="sp-pull-left" ng-if="!item.OPINION" ng-src="{{item.OPINIONIMAGE}}" style="width:50%" />
  431. <div class="sp-page">
  432. <div class="sp-col-75">
  433. <div ng-repeat="item in item.FILEDATA" style="width: 135px; display: inline-block; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; top: 5px; margin-left: 10px">
  434. <a ng-click="ctl.downLoadOption(item)" title="下载">
  435. <i class="fa fa-download sp-color-red"></i>
  436. </a>
  437. <a ng-click="ctl.deleteOptionFile(item,'BJFH')" title="删除" ng-if="item.ROUTEID==ctl.routeid">
  438. <i class="fa fa-trash sp-color-red"></i>
  439. </a>
  440. <span ng-bind="item.FILENAME" title="{{item.FILENAME}}"></span>
  441. </div>
  442. <div style="display: inline-block; position: relative; margin-left: 10px; line-height: 40px;" ng-if="item.ROUTEID==ctl.routeid&&ctl.opinion.BJFH==false&&ctl.dotype==1&&item.COLID=='BJFH'">
  443. <span class="opbtn" style="position: relative; color: #1c84c6">
  444. <span class="upload-tip"></span>
  445. <input id="fileupload-BJFH" class="upload-file-single" ng-click="ctl.upload2('BJFH')" type="file" name="files[]" multiple>
  446. <i class="fa fa-upload"></i>
  447. <span class="upload-loading" ng-if="ctl.uploading1"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
  448. </span>
  449. </div>
  450. </div>
  451. <div class="sp-col-25 sp-text-right sp-pull-right" style="line-height:40px">
  452. <span ng-bind="item.CMANNAME"></span>
  453. <span ng-bind="item.CDATE"></span>
  454. </div>
  455. </div>
  456. </div>
  457. <div class="sp-page sp-text-right">
  458. <div class="opbtn" style="color: #FF6F6F; display: inline-block; " ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1"
  459. ng-click="ctl.Dopinion('BJFH')">
  460. <i class="fa fa-trash-o fa-lg"></i>
  461. </div>
  462. <div class="opbtn" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1" style="color: #66D151; display: inline-block; "
  463. ng-click="ctl.changeOpinionItem('BJFH',item)">
  464. <i class="fa fa-pencil fa-lg"></i>
  465. </div>
  466. </div>
  467. </td>
  468. </tr>
  469. </table>
  470. </div>
  471. <span class="opbtn sp-pull-right" ng-if="ctl.YJ.BJFHSTATUS==false" style="color: #1EADFF"
  472. ng-hide="ctl.hide('readonly','BJFH')" ng-click="ctl.openOpinion('BJFH')">
  473. <i class="fa fa-pencil fa-lg"></i>
  474. </span>
  475. </div>
  476. <div ng-if="ctl.opinion.BJFH==true||ctl.opinion.BJFHImg==true">
  477. <textarea id="BJFH" class="op-textarea sp-mb-10" ng-model="ctl.data.BJFH" ng-if="ctl.opinion.BJFH==true&&ctl.opinion.BJFHImg==false"></textarea>
  478. <div ng-if="ctl.opinion.BJFHImg==true">
  479. <div id="BJFHQZ" class="canvas"></div>
  480. </div>
  481. <div class="sp-page">
  482. <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.BJFHImg==false,'sp-qz-gray':ctl.opinion.BJFHImg==true}" ng-click="ctl.opinion.BJFHImg=false">文字</div>
  483. <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.BJFHImg==true,'sp-qz-gray':ctl.opinion.BJFHImg==false}" ng-click="ctl.QianZi('BJFH')">手签</div>
  484. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.opinion.BJFH=false;ctl.opinion.BJFHImg=false">取消</span>
  485. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.Sopinion('BJFH')">保存</span>
  486. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.canvasClear('BJFH')" ng-if="ctl.opinion.BJFHImg==true">清除</span>
  487. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.phrase('BJFH')" ng-if="ctl.opinion.BJFH==true&&ctl.opinion.BJFHImg==false">常用语</span>
  488. </div>
  489. </div>
  490. </td>
  491. </tr>
  492. <tr>
  493. <td>备注</td>
  494. <td colspan="3">
  495. <textarea class="sp-textarea" ng-disabled="ctl.hide('readonly','BZ')" ng-model="ctl.data.BZ" ng-change="ctl.changeFiled('BZ')" rows="5" style="resize:none;"></textarea>
  496. </td>
  497. </tr>
  498. </table>
  499. </div>
  500. </div>
  501. <div class="sp-page sp-pt-10" style=" height: 10px; background: #F0F9FF; box-shadow: 0 -2px 5px #c3c3c3; position: absolute; bottom: 0; z-index: 11">
  502. <div class="sp-page-col toggle" style="width: 100px; height: 20px; font-size: 14px; text-align: center; background: #E0E0E0; cursor: pointer; color: #333; position: absolute; right: 0; top: -20px; border-radius: 10px 10px 0 0; " onclick="toggleYJL(this)">
  503. 附言
  504. <i class="fa fa-angle-double-up fa-lg"></i>
  505. <i class="fa fa-angle-double-down fa-lg" style="display: none"></i>
  506. </div>
  507. <div class="sp-page" style="height: 100%; line-height: 30px; background: #fff; overflow: hidden; ">
  508. <div class="sp-page" ng-if="ctl.opinion.nulla==true">
  509. <textarea id="nulla" ng-model="ctl.nulla" class="op-textarea sp-mb-5 sp-mt-5" style="height:200px"></textarea>
  510. <div class="sp-page sp-pb-5" style="border-bottom:1px solid #999">
  511. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.closeOptionList()">取消</span>
  512. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.submitOptionList(2)">保存</span>
  513. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.phrase()">常用语</span>
  514. </div>
  515. </div>
  516. <div class="sp-page" style="max-height:calc(100% - 250px);overflow-y:auto">
  517. <div class="qianzi" ng-repeat="item in ctl.YJ.nulla" ng-if="item.COLID==''">
  518. <div class="sp-page">
  519. <div class="sp-page" style="border:1px solid #e6e6e6;">
  520. <div class="sp-page" style="padding: 10px 5px;">
  521. <p class="sp-page sp-text-left" ng-bind-html="item.OPINION | trustHtml"></p>
  522. <div ng-repeat="item in item.FILEDATA" style="width: 100%; display: inline-block; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; top: 5px; margin-left: 10px">
  523. <a ng-click="ctl.downLoadOption(item)" title="下载">
  524. <i class="fa fa-download sp-color-red"></i>
  525. </a>
  526. <a ng-click="ctl.deleteOptionFile(item)" title="删除" ng-if="item.ROUTEID==ctl.routeid">
  527. <i class="fa fa-trash sp-color-red"></i>
  528. </a>
  529. <span ng-bind="item.FILENAME" title="{{item.FILENAME}}" ng-click="ctl.openNewWindow(item)"></span>
  530. </div>
  531. <div style="display: inline-block; position: relative; margin-left: 10px; line-height: 40px;" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1">
  532. <span class="opbtn" style="position: relative; color: #1c84c6">
  533. <span class="upload-tip"></span>
  534. <input id="fileupload1" class="upload-file-single" ng-click="ctl.upload1()" type="file" name="files[]" multiple>
  535. <i class="fa fa-upload"></i>
  536. <span class="upload-loading" ng-if="ctl.uploading1"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
  537. </span>
  538. </div>
  539. <div class="sp-page sp-text-right sp-pull-right">
  540. <span ng-bind="item.CMANNAME"></span>
  541. <br />
  542. <span ng-bind="item.CDATE"></span>
  543. </div>
  544. <div class="sp-page sp-text-right">
  545. <span class="opbtn" style="color: #FF6F6F; width: 55px; "
  546. ng-click="ctl.Dopinion(item)" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1">
  547. <i class="fa fa-trash-o fa-lg"></i>
  548. </span>
  549. <span class="opbtn" style="color: #66D151; width: 55px; "
  550. ng-click="ctl.changeOptionList(item)" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1">
  551. <i class="fa fa-pencil fa-lg"></i>
  552. </span>
  553. </div>
  554. </div>
  555. </div>
  556. </div>
  557. </div>
  558. </div>
  559. </div>
  560. </div>
  561. </div>
  562. <div class="sp-page formedit1" style="background-color: #F8F8F8; position: relative; ">
  563. <div class="iframe-item-btn" style="left: 0; right: unset;" ng-if="ctl.formeditList.length!=2">
  564. <button class="sp-btn-gray sp-btn-sm sp-radius" ng-click="ctl.hideFormedit(1,'正文')">
  565. <i class="fa fa-angle-right fa-lg"></i>
  566. </button>
  567. </div>
  568. <iframe style="width: 100%; height: calc(100% - 30px); border: 0; margin-top: 30px; " src="" data-id=""></iframe>
  569. </div>
  570. <div class="sp-page formedit2" style="background-color: #F8F8F8; position: relative; ">
  571. <div class="iframe-item-btn" style="left: 0; right: unset;" ng-if="ctl.formeditList.length!=2">
  572. <button class="sp-btn-gray sp-btn-sm sp-radius" ng-click="ctl.hideFormedit(2,'公文模板')">
  573. <i class="fa fa-angle-right fa-lg"></i>
  574. </button>
  575. </div>
  576. <iframe style="width: 100%; height: calc(100% - 30px); border: 0; margin-top: 30px" src="" data-id=""></iframe>
  577. </div>
  578. </div>
  579. </div>
  580. </div>
  581. </div>
  582. </div>
  583. </div>
  584. </div>
  585. </div>
  586. </div>
  587. <div class="sp-layer" id="DpList" style="width: 900px;">
  588. <div class="sp-layer-head" style="background:#2176d6">
  589. <div class="sp-page sp-text-center sp-font16">
  590. 部门列表
  591. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  592. ×
  593. </div>
  594. </div>
  595. </div>
  596. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  597. <div class="sp-page" style="height:290px;overflow:auto">
  598. <label class="sp-col-20" ng-if="ctl.checkType==2">
  599. <input type="checkbox" style="position:relative;top:2px" ng-checked="ctl.AllCheckedDp[ctl.filed]" ng-click="ctl.checkAllDp()" />
  600. 全选
  601. </label>
  602. <div class="sp-page">
  603. <label class="sp-col-25" title="{{item.SECTION}}" ng-repeat="item in ctl.DpList[ctl.filed]">
  604. <input type="checkbox" style="position:relative;top:2px" ng-checked="item.checked" ng-click="ctl.checkDpItem(item)" ng-if="ctl.checkType==2" />
  605. <input type="radio" style="position:relative;top:2px" ng-checked="item.checked" ng-click="ctl.checkDpItem(item)" ng-if="ctl.checkType==1" />
  606. {{item.SECTION}}
  607. </label>
  608. </div>
  609. </div>
  610. <div class="sp-page sp-text-center sp-pt-10">
  611. <a class="sp-btn-blue sp-radius" ng-click="ctl.submitDpList(0)"><i class="fa fa-check sp-mr-5"></i>确 定</a>
  612. <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>取 消</a>
  613. </div>
  614. </div>
  615. </div>
  616. <div class="sp-layer" id="print" style="width: 400px;">
  617. <div class="sp-layer-head" style="background:#2176d6">
  618. <div class="sp-page sp-text-center sp-font16">
  619. 打印
  620. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  621. ×
  622. </div>
  623. </div>
  624. </div>
  625. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  626. <center class="sp-col-33" style="cursor:pointer" ng-class="{'activePirnt':ctl.printFiled==1}" ng-click="ctl.printFiled=1">
  627. <div class="printItem">表单</div>
  628. </center>
  629. <center class="sp-col-33" style="cursor:pointer" ng-class="{'activePirnt':ctl.printFiled==2}" ng-click="ctl.printFiled=2">
  630. <div class="printItem">意见</div>
  631. </center>
  632. <center class="sp-col-33" style="cursor:pointer" ng-class="{'activePirnt':ctl.printFiled==3}" ng-click="ctl.printFiled=3">
  633. <div class="printItem">表单+意见</div>
  634. </center>
  635. <div class="sp-page sp-text-center sp-pt-10">
  636. <a class="sp-btn-blue sp-radius" ng-click="ctl.printSubmit()"><i class="fa fa-check sp-mr-5"></i>确 定</a>
  637. <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>取 消</a>
  638. </div>
  639. </div>
  640. </div>
  641. <div class="sp-layer" id="phrase" style="width:450px;">
  642. <div class="sp-layer-head" style="background:#2176d6">
  643. <div class="sp-page sp-text-center sp-font16">
  644. 常用语库
  645. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  646. ×
  647. </div>
  648. </div>
  649. </div>
  650. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  651. <div class="sp-box">
  652. <div class="sp-col-70">
  653. <input type="text" ng-model="ctl.phraseText" class="sp-input" />
  654. </div>
  655. <div class="sp-col-30">
  656. <span class="sp-btn-blue sp-pull-left sp-radius" ng-class="{'sp-disabled':ctl.phraseText==''}" ng-click="ctl.Aphrase()">添加常用语</span>
  657. </div>
  658. </div>
  659. <div class="sp-box">
  660. <div class="sp-col-20" style="line-height:30px;">
  661. 常用语:
  662. </div>
  663. <div class="sp-col-60">
  664. <select class="sp-select sp-bg-white" ng-model="ctl.phraseSelect">
  665. <option ng-repeat="item in ctl.phraseList" value="{{item.CONTENTS}}" ng-bind="item.CONTENTS"></option>
  666. </select>
  667. </div>
  668. <div class="sp-col-20">
  669. <span class="sp-btn-blue sp-pull-left sp-radius" ng-click="ctl.Dphrase()">删除</span>
  670. </div>
  671. </div>
  672. <div class="sp-page sp-text-center sp-pt-10">
  673. <a class="sp-btn-blue sp-radius" ng-click="ctl.btnPhrase()"><i class="fa fa-check sp-mr-5"> </i>确 认</a>
  674. <a class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</a>
  675. </div>
  676. </div>
  677. </div>
  678. <div class="sp-layer" id="forward" style="width: 1000px;">
  679. <div class="sp-layer-head" style="background:#2176d6">
  680. <div class="sp-page sp-text-center sp-font16">
  681. 转&nbsp;&nbsp;发
  682. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  683. ×
  684. </div>
  685. </div>
  686. </div>
  687. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  688. <iframe id="forwardWin" style="width:100%;border:0"></iframe>
  689. </div>
  690. </div>
  691. <div class="sp-layer" id="yuguidang" style="width: 1300px;">
  692. <div class="sp-layer-head" style="background:#2176d6">
  693. <div class="sp-page sp-text-center sp-font16">
  694. 预归档
  695. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  696. ×
  697. </div>
  698. </div>
  699. </div>
  700. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  701. <iframe id="YGDWin" style="width: 100%; height: 700px;border:0"></iframe>
  702. </div>
  703. </div>
  704. <div class="sp-layer" id="RouteList" style="width:900px;">
  705. <div class="sp-layer-head" style="background:#2176d6">
  706. <div class="sp-page sp-text-center sp-font16">
  707. 流转记录
  708. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  709. ×
  710. </div>
  711. </div>
  712. </div>
  713. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  714. <table class="sp-table">
  715. <thead>
  716. <tr>
  717. <th style="width:100px"><strong>流程名称</strong></th>
  718. <th style="width:200px"><strong>标题</strong></th>
  719. <th style="width:100px"><strong>工作节点</strong></th>
  720. <th style="width:100px"><strong>转发人</strong></th>
  721. <th style="width:100px"><strong>主送</strong></th>
  722. <th style="width:150px"><strong>抄送</strong></th>
  723. <th style="width:200px"><strong>发送日期</strong></th>
  724. </tr>
  725. </thead>
  726. </table>
  727. <div style="overflow-y:scroll;max-height:400px">
  728. <table class="sp-table" style="margin-top: -38px">
  729. <thead>
  730. <tr>
  731. <th style="width:100px"><strong>流程名称</strong></th>
  732. <th style="width:200px"><strong>标题</strong></th>
  733. <th style="width:100px"><strong>工作节点</strong></th>
  734. <th style="width:100px"><strong>转发人</strong></th>
  735. <th style="width:100px"><strong>主送</strong></th>
  736. <th style="width:150px"><strong>抄送</strong></th>
  737. <th style="width:200px"><strong>发送日期</strong></th>
  738. </tr>
  739. </thead>
  740. <tbody>
  741. <tr ng-repeat="item in ctl.routeList">
  742. <td ng-bind="item.FLOWNAME"></td>
  743. <td ng-bind="item.TITLE"></td>
  744. <td ng-bind="item.ENDNODENAME"></td>
  745. <td ng-bind="item.USERNAMEFROM"></td>
  746. <td ng-bind="item.mainUser"></td>
  747. <td ng-bind="item.copyUsers"></td>
  748. <td ng-bind="item.RECEIVEDATE"></td>
  749. </tr>
  750. </tbody>
  751. </table>
  752. </div>
  753. <div class="sp-page sp-text-center sp-pt-10">
  754. <a class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</a>
  755. </div>
  756. </div>
  757. </div>
  758. <div class="sp-layer" id="USAGE" style="width:900px;">
  759. <div class="sp-layer-head" style="background:#2176d6">
  760. <div class="sp-page sp-text-center sp-font16">
  761. 管理标签
  762. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  763. ×
  764. </div>
  765. </div>
  766. </div>
  767. <div class="sp-layer-body">
  768. <div class="input-group col-lg-8">
  769. <input type="text" ng-model="ctl.addUSAGENAME" class="form-control" placeholder="新增标签">
  770. <span class="input-group-btn">
  771. <button ng-click="ctl.addUSAGE()" class="btn btn-success" type="button">增加</button>
  772. </span>
  773. </div>
  774. <br />
  775. <table class="sp-table">
  776. <thead>
  777. <tr>
  778. <th style="width: 50px"><strong>序号</strong></th>
  779. <th style="width: 200px"><strong>标签名称</strong></th>
  780. <th style="width: 100px"><strong>状态</strong></th>
  781. <th style="width: 200px"><strong>操作</strong></th>
  782. </tr>
  783. </thead>
  784. </table>
  785. <div style="overflow-y:scroll;max-height:400px">
  786. <table class="sp-table" style="margin-top: -38px">
  787. <thead>
  788. <tr>
  789. <th style="width: 50px"><strong>序号</strong></th>
  790. <th style="width: 200px"><strong>标签名称</strong></th>
  791. <th style="width: 100px"><strong>状态</strong></th>
  792. <th style="width: 200px"><strong>操作</strong></th>
  793. </tr>
  794. </thead>
  795. <tbody>
  796. <tr ng-repeat="item in ctl.USAGELIST">
  797. <td ng-bind="$index+1"></td>
  798. <td>
  799. <span ng-if="item.change==false" ng-bind="item.CNAME"></span>
  800. <input type="text" ng-if="item.change==true" class="sp-input" ng-model="item.CNAME1" />
  801. </td>
  802. <td>
  803. <button class="sp-btn-blue-outline sp-btn-sm sp-btn-radius" ng-if="item.USAGE=='隐藏'" ng-click="ctl.updataUSAGE(item,'显示')">显&nbsp;示</button>
  804. <button class="sp-btn-red-outline sp-btn-sm sp-btn-radius" ng-if="item.USAGE=='显示'" ng-click="ctl.updataUSAGE(item,'隐藏')">隐&nbsp;藏</button>
  805. </td>
  806. <td>
  807. <button class="sp-btn-gray-outline sp-btn-radius sp-btn-sm" ng-click="ctl.btnSort($index,'上移')" ng-disabled="{{$index}}==0">上&nbsp;移</button>
  808. <button class="sp-btn-gray-outline sp-btn-radius sp-btn-sm" ng-click="ctl.btnSort($index,'下移')" ng-disabled="{{$index}}=={{ctl.USAGELIST.length-1}}">下&nbsp;移</button>
  809. <button class="sp-btn-blue-outline sp-btn-sm sp-btn-radius" ng-disabled="item.USERID!=ctl.userId" ng-if="item.change==false" ng-click="item.change=true">编&nbsp;辑</button>
  810. <button class="sp-btn-blue-outline sp-btn-sm sp-btn-radius" ng-if="item.change==true" ng-click="ctl.updataUSAGE(item,'CNAME')">保&nbsp;存</button>
  811. <button class="sp-btn-red-outline sp-btn-sm sp-btn-radius" ng-disabled="item.USERID!=ctl.userId" ng-click="ctl.deleteUSAGE(item)">删&nbsp;除</button>
  812. </td>
  813. </tr>
  814. </tbody>
  815. </table>
  816. </div>
  817. <div class="sp-page sp-text-center sp-pt-10">
  818. <a class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</a>
  819. </div>
  820. </div>
  821. </div>
  822. <div class="sp-layer" id="GLJ" style="width: 600px;">
  823. <div class="sp-layer-head" style="background:#2176d6">
  824. <div class="sp-page sp-text-center sp-font16">
  825. 关&nbsp;&nbsp;联
  826. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  827. ×
  828. </div>
  829. </div>
  830. </div>
  831. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  832. <iframe id="GLJWin" style="width:100%;border:0"></iframe>
  833. </div>
  834. </div>
  835. <div class="sp-layer" id="meet" style="width:700px">
  836. <div class="sp-layer-head" style="background:#2176d6">
  837. <div class="sp-page sp-text-center sp-font16">
  838. 选择人员
  839. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  840. ×
  841. </div>
  842. </div>
  843. </div>
  844. <div class="sp-layer-body">
  845. <div class="sp-page" style="line-height: 30px">
  846. <div id="content">
  847. <div class="sp-line-gray"></div>
  848. <div class="sp-page-row">
  849. <table class="sp-grid">
  850. <tbody>
  851. <tr>
  852. <td width="300">
  853. <div style="height:30px">
  854. <input type="text" class="sp-input" ng-model="ctl.searchName" placeholder="请输入部门关键字" ng-change="ctl.searchPerson()" />
  855. </div>
  856. <div style="height: 200px; border: 1px solid #ddd; overflow-x: hidden; overflow-y: scroll; ">
  857. <div ng-repeat="item in ctl.dpList1" class="sp-page">
  858. <div class="sp-pl-15 sp-pt-10 sp-pb-5 sp-page" style="cursor: pointer" ng-class="{'sp-btn-blue':ctl.activeDep==$index}" ng-click="ctl.userList=item.USER;ctl.activeDep=$index">
  859. <label ng-bind="item.DEP"></label>
  860. </div>
  861. </div>
  862. </div>
  863. <div style="height: 200px;margin-top:14px; border:1px solid #ddd;overflow-x: hidden; overflow-y: scroll; ">
  864. <div ng-repeat="item in ctl.userList" class="sp-page sp-pt-5" ng-if="item.show">
  865. <div class="sp-pl-15 sp-pt-10 sp-page">
  866. <label style="cursor: pointer">
  867. <input type="checkbox" ng-model="item.checked" />
  868. {{item.USHOWNAME}}
  869. </label>
  870. </div>
  871. </div>
  872. </div>
  873. </td>
  874. <td style="text-align:center">
  875. <button class="sp-btn-gray-outline" ng-click="ctl.addmeet()">
  876. <i class="fa fa-long-arrow-right"></i>
  877. </button>
  878. <br />
  879. <button class="sp-btn-gray-outline" ng-disabled="ctl.meetUser.length==0" ng-click="ctl.delmeet()">
  880. <i class="fa fa-long-arrow-left"></i>
  881. </button>
  882. </td>
  883. <td width="300">
  884. <div class="sp-page sp-mb-5 pointer" style="border:1px solid #c6c6c6;height:444px">
  885. <label class="col-xs-4" ng-repeat="item in ctl.meetUser">
  886. <input type="checkbox" ng-model="item.checked" />&nbsp;<span ng-bind="item.USHOWNAME"></span>
  887. </label>
  888. </div>
  889. </td>
  890. </tr>
  891. </tbody>
  892. </table>
  893. </div>
  894. </div>
  895. </div>
  896. <div class="sp-page sp-text-center sp-mt-15">
  897. <button class="sp-btn-blue sp-radius" ng-click="ctl.joinMeet()">
  898. <i class="fa fa-check sp-mr-5"> </i>确 认
  899. </button>
  900. <button class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</button>
  901. </div>
  902. </div>
  903. </div>
  904. <div class="sp-layer" id="meetUpdate" style="width:700px">
  905. <div class="sp-layer-head" style="background:#2176d6">
  906. <div class="sp-page sp-text-center sp-font16">
  907. {{ctl.meeting.updateTitle}}
  908. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  909. ×
  910. </div>
  911. </div>
  912. </div>
  913. <div class="sp-layer-body">
  914. <div class="sp-col-15">
  915. <span ng-if="ctl.meeting.type==1">会议标题</span>
  916. <span ng-if="ctl.meeting.type==2">查看时限</span>
  917. </div>
  918. <div class="sp-col-85">
  919. <input type="text" class="sp-input" ng-model="ctl.meeting.cname" ng-if="ctl.meeting.type==1" />
  920. <input type="text" class="sp-input laydate-logo" sp-laydate ng-model="ctl.meeting.watchlimit" ng-if="ctl.meeting.type==2" />
  921. </div>
  922. <div class="sp-page sp-text-center sp-mt-15">
  923. <button class="sp-btn-blue sp-radius" ng-click="ctl.meetUpdate()">
  924. <i class="fa fa-check sp-mr-5"> </i>确 认
  925. </button>
  926. <button class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</button>
  927. </div>
  928. </div>
  929. </div>
  930. </div>
  931. <script type="text/ng-template" id="/treeView.html">
  932. <ul>
  933. <li ng-repeat="item in treeData" ng-include="'/treeItem.html'"></li>
  934. </ul>
  935. </script>
  936. <script type="text/ng-template" id="/treeItem.html">
  937. <p ng-class="{'pActive':item.checked}">
  938. <i ng-click="itemExpended(item, $event);" class="{{getItemIcon(item)}}"></i>
  939. <span style="display: inline-block;height: 18px;line-height: 18px;" ng-click="warpCallback('itemCheck', item, $event);">
  940. {{item[textField]}}
  941. </span>
  942. <span class="edit-menu sp-color-gray">
  943. <i ng-if="item.LEVELS!=3"
  944. ng-click="warpCallback('itemAdd', item, $event);" title="新增分类" class="fa fa-plus"></i>
  945. <i ng-if="item.LEVELS!=1"
  946. ng-click="warpCallback('itemEdit', item, $event);" title="编辑分类" class="fa fa-pencil"></i>
  947. <i ng-if="!item.C_H_I_L_D_DATA || item.C_H_I_L_D_DATA.length<1"
  948. ng-click="warpCallback('itemDelete', item, $event);" title="删除分类" class="fa fa-trash"></i>
  949. <i ng-if="$index!=0"
  950. ng-click="warpCallback('itemUp', item, $index, $event);" title="上移" class="fa fa-arrow-up"></i>
  951. <i ng-if="$index+1!=item.C_H_I_L_D_DATA_L"
  952. ng-click="warpCallback('itemDown', item, $index, $event);" title="下移" class="fa fa-arrow-down"></i>
  953. </span>
  954. </p>
  955. <ul ng-if="!isEnd(item)" ng-show="!item.$$isExpend">
  956. <li ng-repeat="item in item.C_H_I_L_D_DATA" ng-include="'/treeItem.html'"></li>
  957. </ul>
  958. </script>
  959. <script src="../../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
  960. <script src="../../../AFrontEnd/js/laydate/laydate.js"></script>
  961. <script src="../../../AFrontEnd/js/angularjs/angular.js"></script>
  962. <script src="../../../AFrontEnd/js/angularjs/dirPagination.js"></script>
  963. <script src="../../../apiurljs.js"></script>
  964. <!--<script src="../../js/watermark.js"></script>-->
  965. <script src="../../../js/sm4.js"></script>
  966. <script>document.write('<scri' + 'pt src="../../flowchart_app_imgcss/js/yozo.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  967. <script>document.write('<scri' + 'pt src="../../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  968. <script>document.write('<scri' + 'pt src="js/formeditFL.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  969. <script src="../../../AFrontEnd/js/special/spng.js"></script>
  970. <script src="../../../AFrontEnd/js/special/spngvld.js"></script>
  971. <!--附件-->
  972. <script src="../../../AFrontEnd/plugins/js.fileupload/vendor/jquery.ui.widget.js"></script>
  973. <script src="../../../AFrontEnd/plugins/js.fileupload/jquery.iframe-transport.js"></script>
  974. <script src="../../../AFrontEnd/plugins/js.fileupload/jquery.fileupload.js"></script>
  975. </body>
  976. </html>