formedit_yj.html 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616
  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. </style>
  42. </head>
  43. <body>
  44. <div ng-controller="formeditCtrl as ctl" id="app" ng-cloak>
  45. <div class="wrapper wrapper-content">
  46. <div class="row">
  47. <div class="col-md-12">
  48. <div class="ibox float-e-margins">
  49. <div class="ibox-content">
  50. <div class="row">
  51. <div class="col-md-12">
  52. <div class="sp-box sp-bg-white">
  53. <div class="sp-page-col">
  54. <div class="sp-page-title" style="margin:7px 0;">市政府转办依法申请公开信息意见表</div>
  55. </div>
  56. <div class="sp-page-col sp-ml-15 topPart">
  57. <a ng-repeat="item in ctl.SwenList" ng-class="{'activeSwen':ctl.Title==item.VNAME}" class="SwenBtn" href="{{item.TEMPFORM}}" title="{{item.VNAME}}">
  58. {{item.VNAME}}
  59. <!--<i ng-if="ctl.Title==item.VNAME" class="fa fa-check sp-color-blue"></i>-->
  60. </a>
  61. </div>
  62. <div class="sp-page-col sp-pull-right btn-box">
  63. <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')">
  64. <img ng-if="item.CODE.indexOf('SAVEITEM')!=-1" src="../../flowchart_app_imgcss/img/bc.png" height="14" />
  65. <img ng-if="item.CODE.indexOf('PRINTITEM')!=-1" src="../../flowchart_app_imgcss/img/dy.png" height="14" />
  66. <img ng-if="item.CODE.indexOf('SENDITEM')!=-1" src="../../flowchart_app_imgcss/img/zfw.png" height="14" />
  67. <img ng-if="item.CODE.indexOf('SENDLOG')!=-1" src="../../flowchart_app_imgcss/img/lz.png" height="14" />
  68. {{item.CNAME}}
  69. </a>
  70. <a href="{{ctl.return}}" class="sp-btn-gray sp-radius"><img src="../../flowchart_app_imgcss/img/fh.png" height="14" />
  71. 返 回</a>
  72. </div>
  73. </div>
  74. <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'}">
  75. <h3>市政府转办依申请公开答复会审意见单</h3>
  76. <table class="formedit">
  77. <tr>
  78. <td colspan="3" rowspan="3">
  79. <div class="sp-page sp-text-left">领导批示</div>
  80. <div class="sp-page">
  81. <div ng-if="ctl.opinion.LDPS==false">
  82. <div class="sp-page" style="height: 212px; margin-bottom: 30px; overflow-y: auto">
  83. <table class="sp-grid sp-mb-5">
  84. <tr ng-repeat="item in ctl.YJ.LDPS" class="qianzi">
  85. <td>
  86. <div class="sp-page">
  87. <p ng-if="!item.OPINIONIMAGE" class="sp-page sp-text-left" ng-bind-html="item.OPINION | trustHtml"></p>
  88. <img class="sp-pull-left" ng-if="!item.OPINION" ng-src="{{item.OPINIONIMAGE}}" style="width:50%" />
  89. <div class="sp-page">
  90. <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">
  91. <a ng-click="ctl.downLoadOption(item)" title="下载">
  92. <i class="fa fa-download sp-color-red"></i>
  93. </a>
  94. <a ng-click="ctl.deleteOptionFile(item,'LDPS')" title="删除" ng-if="item.ROUTEID==ctl.routeid">
  95. <i class="fa fa-trash sp-color-red"></i>
  96. </a>
  97. <span ng-bind="item.FILENAME" title="{{item.FILENAME}}"></span>
  98. </div>
  99. <div style="display: inline-block; position: relative; margin-left: 10px; line-height: 40px;" ng-if="item.ROUTEID==ctl.routeid&&ctl.opinion.LDPS==false&&ctl.dotype==1&&item.COLID=='LDPS'">
  100. <span class="opbtn" style="position: relative; color: #1c84c6">
  101. <span class="upload-tip"></span>
  102. <input id="fileupload-LDPS" class="upload-file-single" ng-click="ctl.upload2('LDPS')" type="file" name="files[]" multiple>
  103. <i class="fa fa-upload"></i>
  104. <span class="upload-loading" ng-if="ctl.uploading1"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
  105. </span>
  106. </div>
  107. </div>
  108. <div class="sp-page sp-text-right sp-pull-right" style="line-height:40px">
  109. <span ng-bind="item.CMANNAME"></span>
  110. <span ng-bind="item.CDATE"></span>
  111. </div>
  112. </div>
  113. <div class="sp-page sp-text-right">
  114. <div class="opbtn" style="color: #FF6F6F; display: inline-block; " ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1"
  115. ng-click="ctl.Dopinion('LDPS')">
  116. <i class="fa fa-trash-o fa-lg"></i>
  117. </div>
  118. <div class="opbtn" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1" style="color: #66D151; display: inline-block; "
  119. ng-click="ctl.changeOpinionItem('LDPS',item)">
  120. <i class="fa fa-pencil fa-lg"></i>
  121. </div>
  122. </div>
  123. </td>
  124. </tr>
  125. </table>
  126. </div>
  127. <span class="opbtn sp-pull-right" ng-if="ctl.YJ.LDPSSTATUS==false" style="color: #1EADFF"
  128. ng-hide="ctl.hide('readonly','LDPS')" ng-click="ctl.openOpinion('LDPS')">
  129. <i class="fa fa-pencil fa-lg"></i>
  130. </span>
  131. </div>
  132. <div ng-if="ctl.opinion.LDPS==true||ctl.opinion.LDPSImg==true">
  133. <textarea id="LDPS" class="op-textarea sp-mb-10" ng-model="ctl.data.LDPS" ng-if="ctl.opinion.LDPS==true&&ctl.opinion.LDPSImg==false"></textarea>
  134. <div ng-if="ctl.opinion.LDPSImg==true">
  135. <div id="LDPSQZ" class="canvas"></div>
  136. </div>
  137. <div class="sp-page">
  138. <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.LDPSImg==false,'sp-qz-gray':ctl.opinion.LDPSImg==true}" ng-click="ctl.opinion.LDPSImg=false">文字</div>
  139. <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.LDPSImg==true,'sp-qz-gray':ctl.opinion.LDPSImg==false}" ng-click="ctl.QianZi('LDPS')">手签</div>
  140. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.opinion.LDPS=false;ctl.opinion.LDPSImg=false">取消</span>
  141. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.Sopinion('LDPS')">保存</span>
  142. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.canvasClear('LDPS')" ng-if="ctl.opinion.LDPSImg==true">清除</span>
  143. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.phrase('LDPS')" ng-if="ctl.opinion.LDPS==true&&ctl.opinion.LDPSImg==false">常用语</span>
  144. </div>
  145. </div>
  146. </div>
  147. </td>
  148. <td colspan="2">
  149. <div class="sp-page sp-text-left">办公室意见</div>
  150. <div class="sp-page">
  151. <div ng-if="ctl.opinion.BGSYJ==false">
  152. <div class="sp-page" style="height: 212px; margin-bottom: 30px; overflow-y: auto">
  153. <table class="sp-grid sp-mb-5">
  154. <tr ng-repeat="item in ctl.YJ.BGSYJ" class="qianzi">
  155. <td>
  156. <div class="sp-page">
  157. <p ng-if="!item.OPINIONIMAGE" class="sp-page sp-text-left" ng-bind-html="item.OPINION | trustHtml"></p>
  158. <img class="sp-pull-left" ng-if="!item.OPINION" ng-src="{{item.OPINIONIMAGE}}" style="width:50%" />
  159. <div class="sp-page">
  160. <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">
  161. <a ng-click="ctl.downLoadOption(item)" title="下载">
  162. <i class="fa fa-download sp-color-red"></i>
  163. </a>
  164. <a ng-click="ctl.deleteOptionFile(item,'BGSYJ')" title="删除" ng-if="item.ROUTEID==ctl.routeid">
  165. <i class="fa fa-trash sp-color-red"></i>
  166. </a>
  167. <span ng-bind="item.FILENAME" title="{{item.FILENAME}}"></span>
  168. </div>
  169. <div style="display: inline-block; position: relative; margin-left: 10px; line-height: 40px;" ng-if="item.ROUTEID==ctl.routeid&&ctl.opinion.BGSYJ==false&&ctl.dotype==1&&item.COLID=='BGSYJ'">
  170. <span class="opbtn" style="position: relative; color: #1c84c6">
  171. <span class="upload-tip"></span>
  172. <input id="fileupload-BGSYJ" class="upload-file-single" ng-click="ctl.upload2('BGSYJ')" type="file" name="files[]" multiple>
  173. <i class="fa fa-upload"></i>
  174. <span class="upload-loading" ng-if="ctl.uploading1"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
  175. </span>
  176. </div>
  177. </div>
  178. <div class="sp-page sp-text-right sp-pull-right" style="line-height:40px">
  179. <span ng-bind="item.CMANNAME"></span>
  180. <span ng-bind="item.CDATE"></span>
  181. </div>
  182. </div>
  183. <div class="sp-page sp-text-right">
  184. <div class="opbtn" style="color: #FF6F6F; display: inline-block; " ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1"
  185. ng-click="ctl.Dopinion('BGSYJ')">
  186. <i class="fa fa-trash-o fa-lg"></i>
  187. </div>
  188. <div class="opbtn" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1" style="color: #66D151; display: inline-block; "
  189. ng-click="ctl.changeOpinionItem('BGSYJ',item)">
  190. <i class="fa fa-pencil fa-lg"></i>
  191. </div>
  192. </div>
  193. </td>
  194. </tr>
  195. </table>
  196. </div>
  197. <span class="opbtn sp-pull-right" ng-if="ctl.YJ.BGSYJSTATUS==false" style="color: #1EADFF"
  198. ng-hide="ctl.hide('readonly','BGSYJ')" ng-click="ctl.openOpinion('BGSYJ')">
  199. <i class="fa fa-pencil fa-lg"></i>
  200. </span>
  201. </div>
  202. <div ng-if="ctl.opinion.BGSYJ==true||ctl.opinion.BGSYJImg==true">
  203. <textarea id="BGSYJ" class="op-textarea sp-mb-10" ng-model="ctl.data.BGSYJ" ng-if="ctl.opinion.BGSYJ==true&&ctl.opinion.BGSYJImg==false"></textarea>
  204. <div ng-if="ctl.opinion.BGSYJImg==true">
  205. <div id="BGSYJQZ" class="canvas"></div>
  206. </div>
  207. <div class="sp-page">
  208. <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.BGSYJImg==false,'sp-qz-gray':ctl.opinion.BGSYJImg==true}" ng-click="ctl.opinion.BGSYJImg=false">文字</div>
  209. <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.BGSYJImg==true,'sp-qz-gray':ctl.opinion.BGSYJImg==false}" ng-click="ctl.QianZi('BGSYJ')">手签</div>
  210. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.opinion.BGSYJ=false;ctl.opinion.BGSYJImg=false">取消</span>
  211. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.Sopinion('BGSYJ')">保存</span>
  212. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.canvasClear('BGSYJ')" ng-if="ctl.opinion.BGSYJImg==true">清除</span>
  213. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.phrase('BGSYJ')" ng-if="ctl.opinion.BGSYJ==true&&ctl.opinion.BGSYJImg==false">常用语</span>
  214. </div>
  215. </div>
  216. </div>
  217. </td>
  218. </tr>
  219. <tr>
  220. <td colspan="2">
  221. <div class="sp-page sp-text-left">法律顾问意见</div>
  222. <div class="sp-page">
  223. <div ng-if="ctl.opinion.FLGWYJ==false">
  224. <div class="sp-page" style="height: 212px; margin-bottom: 30px; overflow-y: auto">
  225. <table class="sp-grid sp-mb-5">
  226. <tr ng-repeat="item in ctl.YJ.FLGWYJ" class="qianzi">
  227. <td>
  228. <div class="sp-page">
  229. <p ng-if="!item.OPINIONIMAGE" class="sp-page sp-text-left" ng-bind-html="item.OPINION | trustHtml"></p>
  230. <img class="sp-pull-left" ng-if="!item.OPINION" ng-src="{{item.OPINIONIMAGE}}" style="width:50%" />
  231. <div class="sp-page">
  232. <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">
  233. <a ng-click="ctl.downLoadOption(item)" title="下载">
  234. <i class="fa fa-download sp-color-red"></i>
  235. </a>
  236. <a ng-click="ctl.deleteOptionFile(item,'FLGWYJ')" title="删除" ng-if="item.ROUTEID==ctl.routeid">
  237. <i class="fa fa-trash sp-color-red"></i>
  238. </a>
  239. <span ng-bind="item.FILENAME" title="{{item.FILENAME}}"></span>
  240. </div>
  241. <div style="display: inline-block; position: relative; margin-left: 10px; line-height: 40px;" ng-if="item.ROUTEID==ctl.routeid&&ctl.opinion.FLGWYJ==false&&ctl.dotype==1&&item.COLID=='FLGWYJ'">
  242. <span class="opbtn" style="position: relative; color: #1c84c6">
  243. <span class="upload-tip"></span>
  244. <input id="fileupload-FLGWYJ" class="upload-file-single" ng-click="ctl.upload2('FLGWYJ')" type="file" name="files[]" multiple>
  245. <i class="fa fa-upload"></i>
  246. <span class="upload-loading" ng-if="ctl.uploading1"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
  247. </span>
  248. </div>
  249. </div>
  250. <div class="sp-page sp-text-right sp-pull-right" style="line-height:40px">
  251. <span ng-bind="item.CMANNAME"></span>
  252. <span ng-bind="item.CDATE"></span>
  253. </div>
  254. </div>
  255. <div class="sp-page sp-text-right">
  256. <div class="opbtn" style="color: #FF6F6F; display: inline-block; " ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1"
  257. ng-click="ctl.Dopinion('FLGWYJ')">
  258. <i class="fa fa-trash-o fa-lg"></i>
  259. </div>
  260. <div class="opbtn" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1" style="color: #66D151; display: inline-block; "
  261. ng-click="ctl.changeOpinionItem('FLGWYJ',item)">
  262. <i class="fa fa-pencil fa-lg"></i>
  263. </div>
  264. </div>
  265. </td>
  266. </tr>
  267. </table>
  268. </div>
  269. <span class="opbtn sp-pull-right" ng-if="ctl.YJ.FLGWYJSTATUS==false" style="color: #1EADFF"
  270. ng-hide="ctl.hide('readonly','FLGWYJ')" ng-click="ctl.openOpinion('FLGWYJ')">
  271. <i class="fa fa-pencil fa-lg"></i>
  272. </span>
  273. </div>
  274. <div ng-if="ctl.opinion.FLGWYJ==true||ctl.opinion.FLGWYJImg==true">
  275. <textarea id="FLGWYJ" class="op-textarea sp-mb-10" ng-model="ctl.data.FLGWYJ" ng-if="ctl.opinion.FLGWYJ==true&&ctl.opinion.FLGWYJImg==false"></textarea>
  276. <div ng-if="ctl.opinion.FLGWYJImg==true">
  277. <div id="FLGWYJQZ" class="canvas"></div>
  278. </div>
  279. <div class="sp-page">
  280. <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.FLGWYJImg==false,'sp-qz-gray':ctl.opinion.FLGWYJImg==true}" ng-click="ctl.opinion.FLGWYJImg=false">文字</div>
  281. <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.FLGWYJImg==true,'sp-qz-gray':ctl.opinion.FLGWYJImg==false}" ng-click="ctl.QianZi('FLGWYJ')">手签</div>
  282. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.opinion.FLGWYJ=false;ctl.opinion.FLGWYJImg=false">取消</span>
  283. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.Sopinion('FLGWYJ')">保存</span>
  284. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.canvasClear('FLGWYJ')" ng-if="ctl.opinion.FLGWYJImg==true">清除</span>
  285. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.phrase('FLGWYJ')" ng-if="ctl.opinion.FLGWYJ==true&&ctl.opinion.FLGWYJImg==false">常用语</span>
  286. </div>
  287. </div>
  288. </div>
  289. </td>
  290. </tr>
  291. <tr>
  292. <td colspan="2">
  293. <div class="sp-page sp-text-left">信息公开办意见</div>
  294. <div class="sp-page">
  295. <div ng-if="ctl.opinion.XXGKBYJ==false">
  296. <div class="sp-page" style="height: 212px; margin-bottom: 30px; overflow-y: auto">
  297. <table class="sp-grid sp-mb-5">
  298. <tr ng-repeat="item in ctl.YJ.XXGKBYJ" class="qianzi">
  299. <td>
  300. <div class="sp-page">
  301. <p ng-if="!item.OPINIONIMAGE" class="sp-page sp-text-left" ng-bind-html="item.OPINION | trustHtml"></p>
  302. <img class="sp-pull-left" ng-if="!item.OPINION" ng-src="{{item.OPINIONIMAGE}}" style="width:50%" />
  303. <div class="sp-page">
  304. <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">
  305. <a ng-click="ctl.downLoadOption(item)" title="下载">
  306. <i class="fa fa-download sp-color-red"></i>
  307. </a>
  308. <a ng-click="ctl.deleteOptionFile(item,'XXGKBYJ')" title="删除" ng-if="item.ROUTEID==ctl.routeid">
  309. <i class="fa fa-trash sp-color-red"></i>
  310. </a>
  311. <span ng-bind="item.FILENAME" title="{{item.FILENAME}}"></span>
  312. </div>
  313. <div style="display: inline-block; position: relative; margin-left: 10px; line-height: 40px;" ng-if="item.ROUTEID==ctl.routeid&&ctl.opinion.XXGKBYJ==false&&ctl.dotype==1&&item.COLID=='XXGKBYJ'">
  314. <span class="opbtn" style="position: relative; color: #1c84c6">
  315. <span class="upload-tip"></span>
  316. <input id="fileupload-XXGKBYJ" class="upload-file-single" ng-click="ctl.upload2('XXGKBYJ')" type="file" name="files[]" multiple>
  317. <i class="fa fa-upload"></i>
  318. <span class="upload-loading" ng-if="ctl.uploading1"><i class="fa fa-spinner fa-pulse sp-fs-20"></i></span>
  319. </span>
  320. </div>
  321. </div>
  322. <div class="sp-page sp-text-right sp-pull-right" style="line-height:40px">
  323. <span ng-bind="item.CMANNAME"></span>
  324. <span ng-bind="item.CDATE"></span>
  325. </div>
  326. </div>
  327. <div class="sp-page sp-text-right">
  328. <div class="opbtn" style="color: #FF6F6F; display: inline-block; " ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1"
  329. ng-click="ctl.Dopinion('XXGKBYJ')">
  330. <i class="fa fa-trash-o fa-lg"></i>
  331. </div>
  332. <div class="opbtn" ng-if="item.ROUTEID==ctl.routeid&&ctl.dotype==1" style="color: #66D151; display: inline-block; "
  333. ng-click="ctl.changeOpinionItem('XXGKBYJ',item)">
  334. <i class="fa fa-pencil fa-lg"></i>
  335. </div>
  336. </div>
  337. </td>
  338. </tr>
  339. </table>
  340. </div>
  341. <span class="opbtn sp-pull-right" ng-if="ctl.YJ.XXGKBYJSTATUS==false" style="color: #1EADFF"
  342. ng-hide="ctl.hide('readonly','XXGKBYJ')" ng-click="ctl.openOpinion('XXGKBYJ')">
  343. <i class="fa fa-pencil fa-lg"></i>
  344. </span>
  345. </div>
  346. <div ng-if="ctl.opinion.XXGKBYJ==true||ctl.opinion.XXGKBYJImg==true">
  347. <textarea id="XXGKBYJ" class="op-textarea sp-mb-10" ng-model="ctl.data.XXGKBYJ" ng-if="ctl.opinion.XXGKBYJ==true&&ctl.opinion.XXGKBYJImg==false"></textarea>
  348. <div ng-if="ctl.opinion.XXGKBYJImg==true">
  349. <div id="XXGKBYJQZ" class="canvas"></div>
  350. </div>
  351. <div class="sp-page">
  352. <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.XXGKBYJImg==false,'sp-qz-gray':ctl.opinion.XXGKBYJImg==true}" ng-click="ctl.opinion.XXGKBYJImg=false">文字</div>
  353. <div class="sp-pull-left" ng-class="{'sp-qz-blue':ctl.opinion.XXGKBYJImg==true,'sp-qz-gray':ctl.opinion.XXGKBYJImg==false}" ng-click="ctl.QianZi('XXGKBYJ')">手签</div>
  354. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.opinion.XXGKBYJ=false;ctl.opinion.XXGKBYJImg=false">取消</span>
  355. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.Sopinion('XXGKBYJ')">保存</span>
  356. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.canvasClear('XXGKBYJ')" ng-if="ctl.opinion.XXGKBYJImg==true">清除</span>
  357. <span class="sp-btn-gray sp-btn-sm sp-btn-radius sp-pull-right" ng-click="ctl.phrase('XXGKBYJ')" ng-if="ctl.opinion.XXGKBYJ==true&&ctl.opinion.XXGKBYJImg==false">常用语</span>
  358. </div>
  359. </div>
  360. </div>
  361. </td>
  362. </tr>
  363. <tr>
  364. <td colspan="5">关于依申请公开信息承办单的回复</td>
  365. </tr>
  366. <tr>
  367. <td colspan="5">
  368. <div class="sp-col-10 sp-mt-5">
  369. 答复告知书
  370. </div>
  371. <div class="sp-col-90">
  372. <div class="download-Item" ng-repeat="item in ctl.arrayFile">
  373. <a ng-click="ctl.download(item)">
  374. <i class="fa fa-download sp-color-red">下载</i>
  375. </a>
  376. <a ng-click="ctl.deleteFile(item,'DFGZS')" ng-if="!ctl.hide('readonly','DFGZS')">
  377. <i class="fa fa-trash sp-color-red">删除</i>
  378. </a>
  379. <span ng-bind="item.FILENAMES" title="{{item.FILENAMES}}"></span>
  380. </div>
  381. <div class="download-Item" ng-hide="ctl.arrayFile.length==8">
  382. <span class="upload" ng-show="ctl.arrayFile.length<8">
  383. <input type="button" ng-if="ctl.arrayFile.length==0" ng-disabled="ctl.hide('readonly','DFGZS')" class="upload-btn-single" ng-click="ctl.beforeUpload()" value="添加附件">
  384. <input type="button" ng-if="ctl.arrayFile.length>0&&ctl.arrayFile.length<8" ng-disabled="ctl.hide('readonly','DFGZS')" class="upload-btn-single" ng-click="ctl.beforeUpload()" value="继续添加">
  385. <span class="sp-upload-tip"></span>
  386. <input id="fileupload" class="upload-file-single" style="left:65px" ng-disabled="ctl.hide('readonly','DFGZS')" type="file" name="files[]" multiple>
  387. </span>
  388. </div>
  389. </div>
  390. </td>
  391. </tr>
  392. <tr>
  393. <td colspan="5">
  394. <div class="sp-col-10">
  395. 答复告知书(正式)
  396. </div>
  397. <div class="sp-col-90">
  398. <div class="download-Item" ng-repeat="item in ctl.arrayFile1">
  399. <a ng-click="ctl.download(item)">
  400. <i class="fa fa-download sp-color-red">下载</i>
  401. </a>
  402. <a ng-click="ctl.deleteFile(item,'DFGZSZS')" ng-if="!ctl.hide('readonly','DFGZSZS')">
  403. <i class="fa fa-trash sp-color-red">删除</i>
  404. </a>
  405. <span ng-bind="item.FILENAMES" title="{{item.FILENAMES}}"></span>
  406. </div>
  407. <div class="download-Item" ng-hide="ctl.arrayFile1.length==8">
  408. <span class="upload" ng-show="ctl.arrayFile1.length<8">
  409. <input type="button" ng-if="ctl.arrayFile1.length==0" ng-disabled="ctl.hide('readonly','DFGZSZS')" class="upload-btn-single" ng-click="ctl.beforeUpload1()" value="添加附件">
  410. <input type="button" ng-if="ctl.arrayFile1.length>0&&ctl.arrayFile1.length<8" ng-disabled="ctl.hide('readonly','DFGZSZS')" class="upload-btn-single" ng-click="ctl.beforeUpload1()" value="继续添加">
  411. <span class="sp-upload-tip"></span>
  412. <input id="fileupload1" class="upload-file-single" style="left:65px" ng-disabled="ctl.hide('readonly','DFGZSZS')" type="file" name="files[]" multiple>
  413. </span>
  414. </div>
  415. </div>
  416. </td>
  417. </tr>
  418. <tr>
  419. <td>办理结果</td>
  420. <td colspan="3">
  421. <label class="sp-pull-left"><input type="checkbox" style=" position: relative; top: 1px; " ng-model="ctl.data.BLJG" ng-disabled="ctl.hide('readonly','BLJG')" ng-change="ctl.changeFiled('BLJG')" />&nbsp;已办结</label>
  422. <span class="sp-pull-right">实际办结日期</span>
  423. </td>
  424. <td>
  425. <input type="text" class="sp-input laydate-logo" sp-laydate ng-model="ctl.data.SJBJRQ" ng-disabled="ctl.hide('readonly','SJBJRQ')" ng-change="ctl.changeFiled('SJBJRQ')" />
  426. </td>
  427. </tr>
  428. <tr>
  429. <td colspan="5">
  430. <span class="sp-pull-left sp-pt-5">公开属性类别</span>
  431. <select class="sp-select sp-ml-15" style="width:85%" ng-model="ctl.data.GKSXLB" ng-disabled="ctl.hide('readonly','GKSXLB')" ng-change="ctl.changeFiled('GKSXLB')">
  432. <option ng-repeat="item in ctl.GKSXLB" value="{{item.CODE}}" ng-bind="item.CNAME"></option>
  433. </select>
  434. </td>
  435. </tr>
  436. <tr>
  437. <td width="100">是否收费</td>
  438. <td width="140">
  439. <input type="text" class="sp-input" ng-model="ctl.data.SFSF" ng-disabled="ctl.hide('readonly','SFSF')" ng-change="ctl.changeFiled('SFSF')" />
  440. </td>
  441. <td width="300">
  442. <span class="sp-pull-left sp-pt-5 sp-pl-10 sp-pr-10">金额</span>
  443. <input type="text" class="sp-input sp-ml-15" style="width:75%" ng-model="ctl.data.JE" ng-disabled="ctl.hide('readonly','JE')" ng-change="ctl.changeFiled('JE')" />
  444. </td>
  445. <td width="100">是否缴费</td>
  446. <td>
  447. <input type="text" class="sp-input" ng-model="ctl.data.SFJF" ng-disabled="ctl.hide('readonly','SFJF')" ng-change="ctl.changeFiled('SFJF')" />
  448. </td>
  449. </tr>
  450. </table>
  451. </div>
  452. </div>
  453. </div>
  454. </div>
  455. </div>
  456. </div>
  457. </div>
  458. </div>
  459. <div class="sp-layer" id="userList" style="width: 900px;">
  460. <div class="sp-layer-head" style="background:#2176d6">
  461. <div class="sp-page sp-text-center sp-font16">
  462. 人员列表
  463. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  464. ×
  465. </div>
  466. </div>
  467. </div>
  468. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  469. <div class="sp-page" style="height:290px;overflow:auto">
  470. <label class="sp-col-20">
  471. <input type="checkbox" style="position:relative;top:2px" ng-checked="ctl.AllChecked[ctl.filed]" ng-click="ctl.checkAllUser()" />
  472. 全选
  473. </label>
  474. <div class="sp-page" ng-repeat="item in ctl.UserList[ctl.filed]">
  475. <h4 style="background:#409EFF" class="sp-color-white sp-pl-10">
  476. <input type="checkbox" style="position:relative;top:2px" ng-checked="item.checked" ng-click="ctl.checkUserItem(item)" />
  477. {{item.DEP}}
  478. </h4>
  479. <label ng-repeat="item1 in item.USER" class="sp-col-20" title="{{item1.USHOWNAME}}">
  480. <input type="checkbox" style="position:relative;top:2px" ng-checked="item1.checked" ng-click="ctl.checkUser(item1)" />
  481. {{item1.USHOWNAME2}}
  482. </label>
  483. </div>
  484. </div>
  485. <div class="sp-page sp-text-center sp-pt-10">
  486. <a class="sp-btn-blue sp-radius" ng-click="ctl.submitUserList(0)"><i class="fa fa-check sp-mr-5"></i>确 定</a>
  487. <a class="sp-btn-blue sp-radius" onclick="sp.layerhide()"><i class="fa fa-close sp-mr-5"></i>取 消</a>
  488. </div>
  489. </div>
  490. </div>
  491. <div class="sp-layer" id="phrase" style="width:480px;">
  492. <div class="sp-layer-head" style="background:#2176d6">
  493. <div class="sp-page sp-text-center sp-font16">
  494. 常用语库
  495. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  496. ×
  497. </div>
  498. </div>
  499. </div>
  500. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  501. <div class="sp-box">
  502. <div class="sp-col-70">
  503. <input type="text" ng-model="ctl.phraseText" class="sp-input" />
  504. </div>
  505. <div class="sp-col-30">
  506. <span class="sp-btn-blue sp-pull-left sp-radius" ng-class="{'sp-disabled':ctl.phraseText==''}" ng-click="ctl.Aphrase()">添加常用语</span>
  507. </div>
  508. </div>
  509. <div class="sp-box">
  510. <div class="sp-col-20" style="line-height:30px;">
  511. 常用语:
  512. </div>
  513. <div class="sp-col-60">
  514. <select class="sp-select sp-bg-white" ng-model="ctl.phraseSelect">
  515. <option ng-repeat="item in ctl.phraseList" value="{{item.CONTENTS}}" ng-bind="item.CONTENTS"></option>
  516. </select>
  517. </div>
  518. <div class="sp-col-20">
  519. <span class="sp-btn-blue sp-pull-left sp-radius" ng-click="ctl.Dphrase()">删除</span>
  520. </div>
  521. </div>
  522. <div class="sp-page sp-text-center sp-pt-10">
  523. <a class="sp-btn-blue sp-radius" ng-click="ctl.btnPhrase()"><i class="fa fa-check sp-mr-5"> </i>确 认</a>
  524. <a class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</a>
  525. </div>
  526. </div>
  527. </div>
  528. <div class="sp-layer" id="forward" style="width: 1000px;">
  529. <div class="sp-layer-head" style="background:#2176d6">
  530. <div class="sp-page sp-text-center sp-font16">
  531. 转&nbsp;&nbsp;发
  532. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  533. ×
  534. </div>
  535. </div>
  536. </div>
  537. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  538. <iframe id="forwardWin" style="width:100%;border:0"></iframe>
  539. </div>
  540. </div>
  541. <div class="sp-layer" id="RouteList" style="width:900px;">
  542. <div class="sp-layer-head" style="background:#2176d6">
  543. <div class="sp-page sp-text-center sp-font16">
  544. 流转记录
  545. <div class="sp-layer-close" title="关闭" onclick="sp.closeCenter('.sp-layer')">
  546. ×
  547. </div>
  548. </div>
  549. </div>
  550. <div class="sp-layer-body" ng-class="{'sp-height-400': '{{ctl.deviceType}}' =='pad'}">
  551. <table class="sp-table">
  552. <thead>
  553. <tr>
  554. <th style="width:100px"><strong>流程名称</strong></th>
  555. <th style="width:200px"><strong>标题</strong></th>
  556. <th style="width:100px"><strong>工作节点</strong></th>
  557. <th style="width:100px"><strong>转发人</strong></th>
  558. <th style="width:100px"><strong>主送</strong></th>
  559. <th style="width:150px"><strong>抄送</strong></th>
  560. <th style="width:200px"><strong>发送日期</strong></th>
  561. </tr>
  562. </thead>
  563. </table>
  564. <div style="overflow-y:scroll;max-height:400px">
  565. <table class="sp-table" style="margin-top: -38px">
  566. <thead>
  567. <tr>
  568. <th style="width:100px"><strong>流程名称</strong></th>
  569. <th style="width:200px"><strong>标题</strong></th>
  570. <th style="width:100px"><strong>工作节点</strong></th>
  571. <th style="width:100px"><strong>转发人</strong></th>
  572. <th style="width:100px"><strong>主送</strong></th>
  573. <th style="width:150px"><strong>抄送</strong></th>
  574. <th style="width:200px"><strong>发送日期</strong></th>
  575. </tr>
  576. </thead>
  577. <tbody>
  578. <tr ng-repeat="item in ctl.routeList">
  579. <td ng-bind="item.FLOWNAME"></td>
  580. <td ng-bind="item.TITLE"></td>
  581. <td ng-bind="item.ENDNODENAME"></td>
  582. <td ng-bind="item.USERNAMEFROM"></td>
  583. <td ng-bind="item.mainUser"></td>
  584. <td ng-bind="item.copyUsers"></td>
  585. <td ng-bind="item.RECEIVEDATE"></td>
  586. </tr>
  587. </tbody>
  588. </table>
  589. </div>
  590. <div class="sp-page sp-text-center sp-pt-10">
  591. <a class="sp-btn-blue sp-radius" onclick="sp.closeCenter('.sp-layer')"><i class="fa fa-reply-all sp-mr-5"> </i>关 闭</a>
  592. </div>
  593. </div>
  594. </div>
  595. </div>
  596. <script src="../../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
  597. <script src="../../../AFrontEnd/js/laydate/laydate.js"></script>
  598. <script src="../../../AFrontEnd/js/angularjs/angular.js"></script>
  599. <script src="../../../AFrontEnd/js/angularjs/dirPagination.js"></script>
  600. <script src="../../../apiurljs.js"></script>
  601. <!--<script src="../../js/watermark.js"></script>-->
  602. <script src="../../../js/sm4.js"></script>
  603. <script>document.write('<scri' + 'pt src="../../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  604. <script>document.write('<scri' + 'pt src="js/formedit_yj.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  605. <script src="../../../AFrontEnd/js/special/spng.js"></script>
  606. <script src="../../../AFrontEnd/js/special/spngvld.js"></script>
  607. <!--附件-->
  608. <script src="../../../AFrontEnd/plugins/js.fileupload/vendor/jquery.ui.widget.js"></script>
  609. <script src="../../../AFrontEnd/plugins/js.fileupload/jquery.iframe-transport.js"></script>
  610. <script src="../../../AFrontEnd/plugins/js.fileupload/jquery.fileupload.js"></script>
  611. </body>
  612. </html>