formedit.html 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  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/canvasQianzi.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
  14. <style>
  15. .formedit {
  16. border-collapse: collapse;
  17. width: 100%;
  18. border: 2px solid #000;
  19. color: #000;
  20. }
  21. .formedit tbody td {
  22. text-align: center;
  23. line-height: 20px;
  24. padding: 7px 8px;
  25. border-top: 1px solid #000;
  26. border-right: 1px solid #000;
  27. }
  28. .sp-page-center input,
  29. .sp-page-center select,
  30. .sp-page-center textarea {
  31. border: 1px solid #fff;
  32. color: #333;
  33. }
  34. .sp-error {
  35. color: #409EFF;
  36. }
  37. .sp-errorTip:hover,
  38. .sp-errorTip:focus {
  39. border: 1px solid #409EFF;
  40. }
  41. [ng-cloak] {
  42. display: none;
  43. }
  44. </style>
  45. </head>
  46. <body>
  47. <div ng-controller="formeditCtrl as ctl" id="app" ng-cloak>
  48. <div class="wrapper wrapper-content">
  49. <div class="row">
  50. <div class="col-md-12">
  51. <div class="ibox float-e-margins">
  52. <div class="ibox-content">
  53. <div class="row">
  54. <div class="col-md-12">
  55. <div class="sp-page mousemove" style="position:fixed;z-index:6;background:#c6c6c6;opacity:0.5;display:none"></div>
  56. <div class="sp-box" style="background: #008A94; padding-right: 10px; line-height: 30px; ">
  57. <div class="sp-page sp-color-white" style="width: 200px; margin: 7px 0; text-indent: 10px" ng-bind="ctl.flowTitle"></div>
  58. <div class="sp-page-col sp-pull-right sp-ml-30">
  59. <button style="padding:4px 10px;" 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')">
  60. <img ng-if="item.CODE.indexOf('SAVEITEM')!=-1" src="../../flowchart_app_imgcss/img/bc.png" height="14" />
  61. <img ng-if="item.CODE.indexOf('PRINTITEM')!=-1" src="../../flowchart_app_imgcss/img/dy.png" height="14" />
  62. <img ng-if="item.CODE.indexOf('SENDITEM')!=-1" src="../../flowchart_app_imgcss/img/zfw.png" height="14" />
  63. <img ng-if="item.CODE.indexOf('SENDLOG')!=-1" src="../../flowchart_app_imgcss/img/lz.png" height="14" />
  64. {{item.CNAME}}
  65. </button>
  66. <button style="padding:4px 10px;" class="sp-btn-gray sp-md sp-radius sp-mt-5" onclick="javascript: window.close(); localStorage.setItem('GlWorkPlatform-gongkaidone-refresh', 1)">
  67. <img src="../../flowchart_app_imgcss/img/fh.png" height="14" />
  68. 关闭
  69. </button>
  70. </div>
  71. <div class="sp-wrapper-head-col sp-mr-20">
  72. <span class="sp-wrapper-head-col-span" style="padding: 0; border: 1px solid #eee; border-radius: 5px; display: inline-block; line-height: 30px; height: 30px; margin-top: 5px;">
  73. <i class="icon-map-1 sp-pl-5 pointer" ng-click="ctl.onePic()"></i>
  74. <input type="text" class="sp-wrapper-head-search" style="border:0" placeholder="地图搜索" ng-model="ctl.headBtnSearchKeyword" ng-change="ctl.headBtnSearch()" />
  75. </span>
  76. <div class="sp-wrapper-head-sub-2 sp-text-center" style="width:175px;" ng-if="ctl.headSearchResult_view">
  77. <div class="sp-lh-26-wrap" ng-repeat="item in ctl.headSearchResult" ng-click="ctl.headKeywordPage(item)"><a ng-bind="item.name" title="{{item.name}}"></a></div>
  78. </div>
  79. </div>
  80. <div class="sp-wrapper-head-col" onclick="$('#attachlist')[0].contentWindow.openTool('../../flfg/bzgf.html', '标准规范');">
  81. <span class="sp-wrapper-head-col-span">
  82. <i class="icon-book"></i>标准规范
  83. </span>
  84. </div>
  85. <div class="sp-wrapper-head-col" onclick="$('#attachlist')[0].contentWindow.openTool('../../flfg/flgf.html', '法律法规');">
  86. <span class="sp-wrapper-head-col-span">
  87. <i class="fa fa-legal"></i>法律法规
  88. </span>
  89. </div>
  90. <div class="sp-wrapper-head-col" onclick="$('#attachlist')[0].contentWindow.openTool('../../flfg/dnfg.html', '党内规范');">
  91. <span class="sp-wrapper-head-col-span">
  92. <i class="icon-newspaper-1"></i>党内规范
  93. </span>
  94. </div>
  95. <div class="sp-wrapper-head-col" onclick="$('#attachlist')[0].contentWindow.openTool('../../fontOA/list.html', '公文查询');">
  96. <span class="sp-wrapper-head-col-span">
  97. <i class="icon-chart-alt-outline"></i>公文查询
  98. </span>
  99. </div>
  100. </div>
  101. <div id="bodyDiv" class="sp-page" style="overflow: visible;">
  102. <div id="topDiv" class="sp-box" style="width:100%;height:450px;background:#FFFFFF;padding:0px;margin:0px;overflow:hidden">
  103. <div class="sp-page-center" style="line-height: 30px; color: #000; overflow-y: auto;" ng-class="{'sp-width-900': '{{ctl.deviceType}}'=='pad','sp-width-1000': '{{ctl.deviceType}}'!='pad'}">
  104. <h3 class="sp-text-center">主动公开办理表</h3>
  105. <table class="formedit">
  106. <tr>
  107. <td width="150">发文类别</td>
  108. <td>
  109. <input type="text" class="sp-input" ng-model="ctl.data.FWLB" ng-disabled="ctl.hide('readonly','FWLB')" ng-change="ctl.changeFiled('FWLB')" />
  110. </td>
  111. <td width="150">进件时间</td>
  112. <td>
  113. <input type="text" class="sp-input laydate-logo" sp-laydate ng-model="ctl.data.APPDATE" ng-disabled="ctl.hide('readonly','APPDATE')" ng-change="ctl.changeFiled('APPDATE')" />
  114. </td>
  115. </tr>
  116. <tr>
  117. <td>公文标题</td>
  118. <td colspan="3">
  119. <input type="text" class="sp-input" ng-model="ctl.data.BT" ng-disabled="ctl.hide('readonly','BT')" ng-change="ctl.changeFiled('BT')" sp-required />
  120. </td>
  121. </tr>
  122. <tr>
  123. <td>签批时间</td>
  124. <td>
  125. <input type="text" class="sp-input laydate-logo" sp-laydate ng-model="ctl.data.QPDATE" ng-disabled="ctl.hide('readonly','QPDATE')" ng-change="ctl.changeFiled('QPDATE')" />
  126. </td>
  127. <td>签批人</td>
  128. <td>
  129. <input type="text" class="sp-input" ng-model="ctl.data.QPMAN" ng-disabled="ctl.hide('readonly','QPMAN')" ng-change="ctl.changeFiled('QPMAN')" />
  130. </td>
  131. </tr>
  132. <tr>
  133. <td>公开时间</td>
  134. <td>
  135. <input type="text" class="sp-input laydate-logo" sp-laydate ng-model="ctl.data.GKDATE" ng-disabled="ctl.hide('readonly','GKDATE')" ng-change="ctl.changeFiled('GKDATE')" />
  136. </td>
  137. <td>公开人</td>
  138. <td>
  139. <input type="text" class="sp-input" ng-model="ctl.data.GKMAN" ng-disabled="ctl.hide('readonly','GKMAN')" ng-change="ctl.changeFiled('GKMAN')" />
  140. </td>
  141. </tr>
  142. <tr>
  143. <td>备注</td>
  144. <td colspan="3">
  145. <textarea class="sp-textarea" style="resize:none" rows="5" ng-model="ctl.data.REMARK" ng-readonly="ctl.hide('readonly','REMARK')" ng-change="ctl.changeFiled('REMARK')"></textarea>
  146. </td>
  147. </tr>
  148. </table>
  149. <div class="sp-box"><span class="sp-btn-blue sp-btn-sm sp-radius" ng-click="ctl.goUrl()">跳转至源文件</span></div>
  150. </div>
  151. </div>
  152. <div class="sp-page sp-pt-10" style="height: 10px; background: #F0F9FF;box-shadow:0 -2px 5px #c3c3c3; position: relative;z-index:5">
  153. <div class="sp-page-col toggle fuyan" style="width: 80px; height: 25px; line-height: 25px; font-size: 16px; text-align: center; background: #E0E0E0; cursor: pointer; color: #333; position: absolute; right: 0; top: -25px; border-radius: 10px 10px 0 0; " onclick="toggleYJL(this)">
  154. 附言
  155. <i class="fa fa-angle-double-up fa-lg"></i>
  156. <i class="fa fa-angle-double-down" style="display: none"></i>
  157. </div>
  158. <div class="sp-page-center" style="height: 100%; line-height: 30px; background: #fff; overflow: hidden; ">
  159. <div class="sp-box" style="border-bottom:1px solid #999;height:51px">
  160. <span class="sp-btn-blue sp-btn-sm sp-radius sp-pull-right sp-mr-20" style="background: #1EADFF" ng-if="ctl.opiniontype!=0&&ctl.dotype!=0" ng-click="ctl.openOptionList()">
  161. 填写附言
  162. </span>
  163. </div>
  164. <textarea id="nulla" class="op-textarea sp-mb-5 sp-mt-5" ng-model="ctl.nulla" ng-if="ctl.opinion.nulla==true"></textarea>
  165. <div class="sp-page sp-pb-5" style="border-bottom:1px solid #999" ng-if="ctl.opinion.nulla==true">
  166. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.closeOptionList()">取消</span>
  167. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.submitOptionList()">保存</span>
  168. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.phrase()">常用语</span>
  169. </div>
  170. <div class="sp-page optionList sp-pb-5" style="height:389px;overflow-y: auto;">
  171. <div class="sp-page sp-pt-10 qianzi" ng-repeat="item in ctl.YJ.nulla">
  172. <div class="sp-col-100">
  173. <div class="sp-page" style="padding:10px 5px;border:1px solid #999;">
  174. <div class="sp-page">
  175. <p class="sp-page sp-text-left" ng-bind-html="item.OPINION | trustHtml"></p>
  176. <div class="sp-page">
  177. <div class="sp-col-75">
  178. <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">
  179. <a ng-click="ctl.downLoadOption(item)" title="下载">
  180. <i class="fa fa-download sp-color-red"></i>
  181. </a>
  182. <a ng-click="ctl.deleteOptionFile(item,'')" title="删除" ng-if="item.ROUTEID==ctl.routeid">
  183. <i class="fa fa-trash sp-color-red"></i>
  184. </a>
  185. <span ng-bind="item.FILENAME" title="{{item.FILENAME}}"></span>
  186. </div>
  187. <div style="display: inline-block; position: relative; margin-left: 10px; line-height: 40px;" ng-if="item.ROUTEID==ctl.routeid&&ctl.opinion.nulla==false&&ctl.dotype==1&&item.COLID==''">
  188. <span class="opbtn" style="position: relative; color: #1c84c6">
  189. <span class="upload-tip"></span>
  190. <input id="fileupload1" class="upload-file-single" ng-click="ctl.upload1()" type="file" name="files[]" multiple>
  191. <i class="fa fa-upload"></i>
  192. <span class="upload-loading" ng-if="ctl.uploading1"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
  193. </span>
  194. </div>
  195. </div>
  196. <div class="sp-col-25 sp-text-right sp-pull-right" style="line-height:40px">
  197. <span ng-bind="item.CMANNAME"></span>
  198. <span ng-bind="item.CDATE"></span>
  199. </div>
  200. </div>
  201. </div>
  202. <div class="sp-page sp-text-right">
  203. <span class="opbtn" style="color: #FF6F6F; width: 55px; "
  204. ng-click="ctl.Dopinion('')" ng-if="item.ROUTEID==ctl.routeid&&ctl.opinion.nulla==false&&ctl.dotype==1&&item.COLID==''">
  205. <i class="fa fa-trash-o fa-lg"></i>
  206. </span>
  207. <span class="opbtn" style="color: #66D151; width: 55px; "
  208. ng-click="ctl.changeOptionList(item)" ng-if="item.ROUTEID==ctl.routeid&&ctl.opinion.nulla==false&&ctl.dotype==1&&item.COLID==''">
  209. <i class="fa fa-pencil fa-lg"></i>
  210. </span>
  211. </div>
  212. </div>
  213. </div>
  214. </div>
  215. </div>
  216. </div>
  217. </div>
  218. <div id="bottomDiv" class="sp-box" style="width: 100%; padding:0px;margin:0px;">
  219. <div class="sp-page" style="width: 100%; background: #0099FF; color: #fff;" ng-init="ctl.goAttach()">
  220. <div class="sp-page-col">
  221. <span id="lineDiv" class="upload sp-color-white" style="display: inline; cursor: ns-resize; line-height: 30px; height: 36px; padding-left: 10px; font-size: 16px; top: 0; " ng-init="ctl.reSizeRow()">
  222. <i class="fa fa-arrows-v fa-lg sp-mr-10"></i>
  223. </span>
  224. <input id="fileupload-zw" class="upload-file-single" style="width:0px;left: -10px" type="file" name="files[]" multiple>
  225. <div class="sp-page-col ZW">
  226. 正文:
  227. <div class="sp-box" ng-if="ctl.dotype!=0&&ctl.routeinfoid!=0&&ctl.userId==ctl.data.USERID">
  228. <div class="sp-col-100 pointer" ng-click="ctl.newMoBan1()">空白模板</div>
  229. <div class="sp-col-100 pointer" ng-click="ctl.newMoBan2()">套红模板</div>
  230. <div class="sp-col-100 pointer" ng-click="ctl.upload_zw()">本地文件</div>
  231. </div>
  232. </div>
  233. <div class="sp-page-col" ng-if="ctl.gaoTypeArrayFirst[0]" style="width: calc(100% - 110px); height: 30px; line-height: 30px; color: #fff; display: inline-block; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">
  234. <span ng-bind="ctl.gaoTypeArrayFirst[0].FILENAMES" title="{{ctl.gaoTypeArrayFirst[0].FILENAMES}}" ng-click="ctl.goAttach(ctl.gaoTypeArrayFirst[0])"></span>
  235. </div>
  236. </div>
  237. <div class="sp-page sp-pull-right" style="width:calc(100% - 400px);position:relative;">
  238. <span style="display:inline-block" class="sp-btn-gray-outline sp-btn-sm upload" ng-if="ctl.dotype!=0&&ctl.routeinfoid!=0">
  239. <span class="upload-tip"></span>
  240. <input id="fileupload" class="upload-file-single" ng-click="ctl.upload()" type="file" name="files[]" multiple>
  241. <i class="fa fa-plus sp-color-white"></i>
  242. <span class="upload-loading" ng-if="ctl.uploading"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
  243. </span>
  244. <span class="upload sp-color-white" style="top:4px">
  245. 附件({{ctl.arrayFile1.length}}):
  246. </span>
  247. <div ng-repeat="item in ctl.arrayFile1" ng-if="$index<4" style="width: calc((100% - 250px) / 4); color: #fff; display: inline-block; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; top: 5px; margin-left: 10px">
  248. <span ng-bind="item.FILENAMES" title="{{item.FILENAMES}}" style="display: inline-block; max-width: calc(100% - 40px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;" ng-click="ctl.goAttach(item)"></span>
  249. <a class="sp-pull-right sp-ml-10" ng-click="ctl.deleteFile(item)" title="删除" ng-if="ctl.dotype!=0&&ctl.userId==ctl.data.USERID">
  250. <img src="../../flowchart_app_imgcss/img/attachlist/delete.png" title="删除" />
  251. </a>
  252. <a class="sp-pull-right" ng-click="ctl.downLoad(item)" title="下载">
  253. <img src="../../flowchart_app_imgcss/img/attachlist/download.png" title="下载" />
  254. </a>
  255. </div>
  256. <span style="width: 20px; height: 20px; display: inline-block; float: right; position: relative; top: 10px; right: 15px" onclick="showToggle(this)" ng-if="ctl.arrayFile1.length>4">
  257. <i class="fa fa-chevron-up" style="position: relative; top: -4px; display: none"></i>
  258. <i class="fa fa-chevron-down" style="position: relative; top: -4px; "></i>
  259. </span>
  260. <div class="sp-page" style="width: 62%; display: none; position: absolute; top: 37px; left: 38%; padding: 5px 10px; background: #0099FF; border: 1px solid #0099FF; z-index:2">
  261. <div ng-repeat="item in ctl.arrayFile1" ng-if="$index>3" style="padding: 5px 0; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">
  262. <span ng-bind="item.FILENAMES" title="{{item.FILENAMES}}" ng-click="ctl.goAttach(item)"></span>
  263. <a ng-click="ctl.downLoad(item)" title="下载">
  264. <img src="../../flowchart_app_imgcss/img/attachlist/download.png" title="下载" />
  265. </a>
  266. <a ng-click="ctl.deleteFile(item)" title="删除" ng-if="ctl.dotype!=0&&ctl.userId==ctl.data.USERID">
  267. <img src="../../flowchart_app_imgcss/img/attachlist/delete.png" title="删除" />
  268. </a>
  269. </div>
  270. </div>
  271. </div>
  272. </div>
  273. <div class="sp-box sp-bg-white">
  274. <iframe id="attachlist" src="" style="width:100%;height:600px;padding:0px;margin:0px;" frameborder="0" scrolling="no"></iframe>
  275. </div>
  276. </div>
  277. </div>
  278. </div>
  279. </div>
  280. </div>
  281. </div>
  282. </div>
  283. </div>
  284. </div>
  285. <div class="sp-layer" id="DpList" style="width: 900px;">
  286. <div class="sp-layer-head" style="background:#2176d6">
  287. <div class="sp-page sp-text-center sp-font16">
  288. 部门列表
  289. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  290. ×
  291. </div>
  292. </div>
  293. </div>
  294. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  295. <div class="sp-page" style="height:290px;overflow:auto">
  296. <label class="sp-col-20">
  297. <input type="checkbox" style="position:relative;top:2px" ng-checked="ctl.AllCheckedDp[ctl.filed]" ng-click="ctl.checkAllDp()" />
  298. 全选
  299. </label>
  300. <div class="sp-page">
  301. <label class="sp-col-25" title="{{item.SECTION}}" ng-repeat="item in ctl.DpList[ctl.filed]">
  302. <input type="checkbox" style="position:relative;top:2px" ng-checked="item.checked" ng-click="ctl.checkDpItem(item)" />
  303. {{item.SECTION}}
  304. </label>
  305. </div>
  306. </div>
  307. <div class="sp-page sp-text-center sp-pt-10">
  308. <a class="sp-btn-blue sp-radius" ng-click="ctl.submitDpList(0)"><i class="fa fa-check sp-mr-5"></i>确 定</a>
  309. <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>取 消</a>
  310. </div>
  311. </div>
  312. </div>
  313. <div class="sp-layer" id="print" style="width: 400px;">
  314. <div class="sp-layer-head" style="background:#2176d6">
  315. <div class="sp-page sp-text-center sp-font16">
  316. 打印
  317. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  318. ×
  319. </div>
  320. </div>
  321. </div>
  322. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  323. <center class="sp-col-33" style="cursor:pointer" ng-class="{'activePirnt':ctl.printFiled==1}" ng-click="ctl.printFiled=1">
  324. <div class="printItem">表单</div>
  325. </center>
  326. <center class="sp-col-33" style="cursor:pointer" ng-class="{'activePirnt':ctl.printFiled==2}" ng-click="ctl.printFiled=2">
  327. <div class="printItem">意见</div>
  328. </center>
  329. <center class="sp-col-33" style="cursor:pointer" ng-class="{'activePirnt':ctl.printFiled==3}" ng-click="ctl.printFiled=3">
  330. <div class="printItem">表单+意见</div>
  331. </center>
  332. <div class="sp-page sp-text-center sp-pt-10">
  333. <a class="sp-btn-blue sp-radius" ng-click="ctl.printSubmit()"><i class="fa fa-check sp-mr-5"></i>确 定</a>
  334. <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>取 消</a>
  335. </div>
  336. </div>
  337. </div>
  338. <div class="sp-layer" id="forward" style="width: 1000px;">
  339. <div class="sp-layer-head" style="background:#2176d6">
  340. <div class="sp-page sp-text-center sp-font16">
  341. 转&nbsp;&nbsp;发
  342. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  343. ×
  344. </div>
  345. </div>
  346. </div>
  347. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  348. <iframe id="forwardWin" style="width:100%;border:0"></iframe>
  349. </div>
  350. </div>
  351. <div class="sp-layer" id="RouteList" style="width:900px;">
  352. <div class="sp-layer-head" style="background:#2176d6">
  353. <div class="sp-page sp-text-center sp-font16">
  354. 流转记录
  355. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  356. ×
  357. </div>
  358. </div>
  359. </div>
  360. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  361. <table class="sp-table">
  362. <thead>
  363. <tr>
  364. <th style="width:100px"><strong>流程名称</strong></th>
  365. <th style="width:200px"><strong>标题</strong></th>
  366. <th style="width:100px"><strong>工作节点</strong></th>
  367. <th style="width:100px"><strong>转发人</strong></th>
  368. <th style="width:100px"><strong>主送</strong></th>
  369. <th style="width:150px"><strong>抄送</strong></th>
  370. <th style="width:200px"><strong>发送日期</strong></th>
  371. </tr>
  372. </thead>
  373. </table>
  374. <div style="overflow-y:scroll;max-height:400px">
  375. <table class="sp-table" style="margin-top: -38px">
  376. <thead>
  377. <tr>
  378. <th style="width:100px"><strong>流程名称</strong></th>
  379. <th style="width:200px"><strong>标题</strong></th>
  380. <th style="width:100px"><strong>工作节点</strong></th>
  381. <th style="width:100px"><strong>转发人</strong></th>
  382. <th style="width:100px"><strong>主送</strong></th>
  383. <th style="width:150px"><strong>抄送</strong></th>
  384. <th style="width:200px"><strong>发送日期</strong></th>
  385. </tr>
  386. </thead>
  387. <tbody>
  388. <tr ng-repeat="item in ctl.routeList">
  389. <td ng-bind="item.FLOWNAME"></td>
  390. <td ng-bind="item.TITLE"></td>
  391. <td ng-bind="item.ENDNODENAME"></td>
  392. <td ng-bind="item.USERNAMEFROM"></td>
  393. <td ng-bind="item.mainUser"></td>
  394. <td ng-bind="item.copyUsers"></td>
  395. <td ng-bind="item.RECEIVEDATE"></td>
  396. </tr>
  397. </tbody>
  398. </table>
  399. </div>
  400. <div class="sp-page sp-text-center sp-pt-10">
  401. <a class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</a>
  402. </div>
  403. </div>
  404. </div>
  405. </div>
  406. <script src="../../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
  407. <script src="../../../AFrontEnd/js/laydate/laydate.js"></script>
  408. <script src="../../../AFrontEnd/js/angularjs/angular.js"></script>
  409. <script src="../../../AFrontEnd/js/angularjs/dirPagination.js"></script>
  410. <script src="../../../apiurljs.js"></script>
  411. <!--<script src="../../js/watermark.js"></script>-->
  412. <script src="../../../js/sm4.js"></script>
  413. <script>document.write('<scri' + 'pt src="../../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  414. <script>document.write('<scri' + 'pt src="js/formedit.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  415. <script src="../../../AFrontEnd/js/special/spng.js"></script>
  416. <script src="../../../AFrontEnd/js/special/spngvld.js"></script>
  417. <!--附件-->
  418. <script src="../../../AFrontEnd/plugins/js.fileupload/vendor/jquery.ui.widget.js"></script>
  419. <script src="../../../AFrontEnd/plugins/js.fileupload/jquery.iframe-transport.js"></script>
  420. <script src="../../../AFrontEnd/plugins/js.fileupload/jquery.fileupload.js"></script>
  421. </body>
  422. </html>