speciallyFrom.jsp 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. <%@ page contentType="text/html;charset=UTF-8" %>
  2. <%@ include file="/webpage/include/taglib.jsp"%>
  3. <html>
  4. <head>
  5. <title>项目经理交底页面</title>
  6. <meta name="decorator" content="ani"/>
  7. <!-- SUMMERNOTE -->
  8. <%@include file="/webpage/include/summernote.jsp" %>
  9. <%@include file="divideForm.js"%>
  10. </head>
  11. <body>
  12. <div class="wrapper wrapper-content">
  13. <div class="row">
  14. <div class="col-md-12">
  15. <div class="panel panel-primary">
  16. <div class="panel-heading">
  17. <h3 class="panel-title">
  18. <a class="panelButton" href="#" onclick="history.go(-1)"><i class="ti-angle-left"></i> 返回</a>
  19. </h3>
  20. </div>
  21. <div class="panel-body">
  22. <button id="importConclusion" class="btn btn-info">
  23. <i class="fa fa-folder-open-o"></i> 导入交地结论
  24. </button>
  25. <form:form id="inputForm" modelAttribute="construction" action="${ctx}/managementcenter/divide/save" method="post" class="form-horizontal">
  26. <form:hidden path="id"/>
  27. <input id="procInsId" type="hidden" value="${fns:unescapeHtml(construction.procInsId)}">
  28. <input id="projectName" type="hidden" value="${fns:unescapeHtml(construction.projectName)}">
  29. <input type="hidden" value="${fns:unescapeHtml(construction.id)}">
  30. <table class="table table-bordered">
  31. <tbody>
  32. <tr>
  33. <td class="width-15 active"><label class="pull-right">项目号:</label></td>
  34. <td class="width-35">
  35. ${fns:unescapeHtml(construction.projectId)}
  36. </td>
  37. <td class="width-15 active"><label class="pull-right">项目名称:</label></td>
  38. <td class="width-35">
  39. ${fns:unescapeHtml(construction.projectName)}
  40. </td>
  41. </tr>
  42. <tr>
  43. <td class="width-15 active"><label class="pull-right">接收图纸时间:</label></td>
  44. <td class="width-35">
  45. <fmt:formatDate value="${construction.acceptDate}" pattern="yyyy-MM-dd HH:mm:ss"/>
  46. </td>
  47. <td class="width-15 active"><label class="pull-right">备注说明:</label></td>
  48. <td class="width-35">
  49. ${fns:unescapeHtml(construction.examineDate)}
  50. </td>
  51. </tr>
  52. <tr>
  53. <td class="width-15 active"><label class="pull-right">停电线路:</label></td>
  54. <td class="width-35">
  55. ${fns:unescapeHtml(construction.powerLine)}
  56. </td>
  57. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>停电范围(中间统一用中文分号):</label></td>
  58. <td class="width-35">
  59. ${fns:unescapeHtml(construction.blackoutArea)}
  60. </td>
  61. </tr>
  62. <tr>
  63. <td class="width-15 active"><label class="pull-right">项目类型:</label></td>
  64. <td class="width-35">
  65. ${fns:unescapeHtml(construction.projectType)}
  66. </td>
  67. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>政处初步判断:</label></td>
  68. <td class="width-35">
  69. ${fns:unescapeHtml(construction.preliminaryJudgment)}
  70. </td>
  71. </tr>
  72. <tr>
  73. <td class="width-15 active"><label class="pull-right">是否含土建(不含钢管杆):</label></td>
  74. <td class="width-35">
  75. ${fns:unescapeHtml(construction.civilEngineering)}
  76. </td>
  77. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>钢管杆基础类型:</label></td>
  78. <td class="width-35">
  79. ${fns:unescapeHtml(construction.baseType)}
  80. </td>
  81. </tr>
  82. <tr>
  83. <td class="width-15 active"><label class="pull-right">是否需要规划报批(150米及以上土建):</label></td>
  84. <td class="width-35">
  85. ${fns:unescapeHtml(construction.planApproval)}
  86. </td>
  87. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>设备改造类型:</label></td>
  88. <td class="width-35">
  89. ${fns:unescapeHtml(construction.transformationType)}
  90. </td>
  91. </tr>
  92. <tr>
  93. <td class="width-15 active"><label class="pull-right">改造设备尺寸及间隔数:</label></td>
  94. <td class="width-35">
  95. ${fns:unescapeHtml(construction.transformationEquipment)}
  96. </td>
  97. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否含新设备命名:</label></td>
  98. <td class="width-35">
  99. ${fns:unescapeHtml(construction.newNamed)}
  100. </td>
  101. </tr>
  102. <tr>
  103. <td class="width-15 active"><label class="pull-right">是否含变电站新间隔投运:</label></td>
  104. <td class="width-35">
  105. ${fns:unescapeHtml(construction.putInto)}
  106. </td>
  107. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否含非涉电电气施工:</label></td>
  108. <td class="width-35">
  109. ${fns:unescapeHtml(construction.electricalConstruction)}
  110. </td>
  111. </tr>
  112. <tr>
  113. <td class="width-15 active"><label class="pull-right">图纸标注的带电作业情况:</label></td>
  114. <td class="width-35">
  115. ${fns:unescapeHtml(construction.theAssignment)}
  116. </td>
  117. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否含自动化:</label></td>
  118. <td class="width-35">
  119. ${fns:unescapeHtml(construction.automation)}
  120. </td>
  121. </tr>
  122. <tr>
  123. <td class="width-15 active"><label class="pull-right">二遥或三遥:</label></td>
  124. <td class="width-35">
  125. ${fns:unescapeHtml(construction.remote)}
  126. </td>
  127. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>通信方式:</label></td>
  128. <td class="width-35">
  129. ${fns:unescapeHtml(construction.communicationMode)}
  130. </td>
  131. </tr>
  132. <tr>
  133. <td class="width-15 active"><label class="pull-right">柱开集中或就地:</label></td>
  134. <td class="width-35">
  135. ${fns:unescapeHtml(construction.inSitu)}
  136. </td>
  137. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>环网柜DTU户外或户内:</label></td>
  138. <td class="width-35">
  139. ${fns:unescapeHtml(construction.networkCabinet)}
  140. </td>
  141. </tr>
  142. <tr>
  143. <td class="width-15 active"><label class="pull-right">站房DTU:</label></td>
  144. <td class="width-35">
  145. ${fns:unescapeHtml(construction.station)}
  146. </td>
  147. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否为停电打包项目:</label></td>
  148. <td class="width-35">
  149. ${fns:unescapeHtml(construction.powerFailure)}
  150. </td>
  151. </tr>
  152. <tr>
  153. <td class="width-15 active"><label class="pull-right">施工通道:</label></td>
  154. <td class="width-35">
  155. <input type='text' readonly="readonly" id='channel' name="channel" class="form-control required" value="${construction.disclose.channel}"/>
  156. </td>
  157. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>设备基础是否可以扩容:</label></td>
  158. <td class="width-35">
  159. <input type='text' readonly="readonly" id='capacity' name="capacity" class="form-control required" value="${construction.disclose.capacity}"/>
  160. <%--<select id="capacity" maxlength="100" class=" form-control">
  161. <option value="是">是</option>
  162. <option value="否">否</option>
  163. </select>--%>
  164. </td>
  165. </tr>
  166. <tr>
  167. <td class="width-15 active"><label class="pull-right">现场设备尺寸:</label></td>
  168. <td class="width-35">
  169. <input type='text' readonly="readonly" id='sceneSize' name="sceneSize" class="form-control required" value="${construction.disclose.sceneSize}"/>
  170. </td>
  171. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>最多可扩容尺寸:</label></td>
  172. <td class="width-35">
  173. <input type='text' readonly="readonly" id='capacitySize' name="capacitySize" class="form-control required" value="${construction.disclose.capacitySize}"/>
  174. </td>
  175. </tr>
  176. <tr>
  177. <td class="width-15 active"><label class="pull-right">方案安全隐患:</label></td>
  178. <td class="width-35">
  179. <input type='text' readonly="readonly" id='hiddenDanger' name="hiddenDanger" class="form-control required" value="${construction.disclose.hiddenDanger}"/>
  180. </td>
  181. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否存在低压或通信线等影响施工:</label></td>
  182. <td class="width-35">
  183. <input type='text' readonly="readonly" id='influenceConstruction' name="influenceConstruction" class="form-control required" value="${construction.disclose.influenceConstruction}"/>
  184. </td>
  185. </tr>
  186. <tr>
  187. <td class="width-15 active"><label class="pull-right">立项重复:</label></td>
  188. <td class="width-35">
  189. <input type='text' readonly="readonly" id='projectRepetition' name="projectRepetition" class="form-control required" value="${construction.disclose.projectRepetition}"/>
  190. </td>
  191. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否已实施:</label></td>
  192. <td class="width-35">
  193. <input type='text' readonly="readonly" id='implemented' name="implemented" class="form-control required" value="${construction.disclose.implemented}"/>
  194. </td>
  195. </tr>
  196. <tr>
  197. <td class="width-15 active"><label class="pull-right">变压器无负荷:</label></td>
  198. <td class="width-35">
  199. <input type='text' readonly="readonly" id='transformer' name="transformer" class="form-control required" value="${construction.disclose.transformer}"/>
  200. </td>
  201. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>线路名称一致性:</label></td>
  202. <td class="width-35">
  203. <input type='text' readonly="readonly" id='lineName' name="lineName" class="form-control required" value="${construction.disclose.lineName}"/>
  204. </td>
  205. </tr>
  206. <tr>
  207. <td class="width-15 active"><label class="pull-right">工程量是否一致:</label></td>
  208. <td class="width-35">
  209. <input type='text' readonly="readonly" id='quantities' name="quantities" class="form-control required" value="${construction.disclose.quantities}"/>
  210. </td>
  211. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>设备、开关、杆号一致性:</label></td>
  212. <td class="width-35">
  213. <input type='text' readonly="readonly" id='rodNumber' name="rodNumber" class="form-control required" value="${construction.disclose.rodNumber}"/>
  214. </td>
  215. </tr>
  216. <tr>
  217. <td class="width-15 active"><label class="pull-right">政处类型:</label></td>
  218. <td class="width-35">
  219. <input type='text' readonly="readonly" id='administrationType' name="administrationType" class="form-control required" value="${construction.disclose.administrationType}"/>
  220. </td>
  221. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>是否存在严重政处问题(预判):</label></td>
  222. <td class="width-35">
  223. <input type='text' readonly="readonly" id='politicalProblem' name="politicalProblem" class="form-control required" value="${construction.disclose.politicalProblem}"/>
  224. </td>
  225. </tr>
  226. <tr>
  227. <td class="width-15 active"><label class="pull-right">前置条件:</label></td>
  228. <td class="width-35">
  229. <input type='text' readonly="readonly" id='precondition' name="precondition" class="form-control required" value="${construction.disclose.precondition}"/>
  230. </td>
  231. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>DTU安放方式核查:</label></td>
  232. <td class="width-35">
  233. <input type='text' readonly="readonly" id='placementMode' name="placementMode" class="form-control required" value="${construction.disclose.placementMode}"/>
  234. </td>
  235. </tr>
  236. <tr>
  237. <td class="width-15 active"><label class="pull-right">核查环网柜生产日期:</label></td>
  238. <td class="width-35">
  239. <input type='text' readonly="readonly" id='productionDate' name="productionDate" class="form-control required" value="${construction.disclose.productionDate}"/>
  240. </td>
  241. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>二次是否是集成模块:</label></td>
  242. <td class="width-35">
  243. <input type='text' readonly="readonly" id='IntegrateModule' name="IntegrateModule" class="form-control required" value="${construction.disclose.integrateModule}"/>
  244. </td>
  245. </tr>
  246. <tr>
  247. <td class="width-15 active"><label class="pull-right">PT是否需要更换:</label></td>
  248. <td class="width-35">
  249. <input type='text' readonly="readonly" id='needReplace' name="needReplace" class="form-control required" value="${construction.disclose.needReplace}"/>
  250. </td>
  251. <td class="width-15 active"><label class="pull-right"><font color="red">*</font>设备是否有整体改造的必要:</label></td>
  252. <td class="width-35">
  253. <input type='text' readonly="readonly" id='overallTransformation' name="overallTransformation" class="form-control required" value="${construction.disclose.overallTransformation}"/>
  254. </td>
  255. </tr>
  256. </tbody>
  257. </table>
  258. </form:form>
  259. <%--<c:if test="${construction.act.taskDefKey != '' && !construction.act.finishTask && construction.act.isNextGatewaty}">--%>
  260. <div class="row">
  261. <div class="col-sm-3"></div>
  262. <div class="col-sm-6">
  263. <div class="form-group text-center">
  264. <input id="agree" class="btn btn-primary btn-lg btn-parsley" type="submit" value="审核" />&nbsp;
  265. <%--<input id="reject" class="btn btn-primary btn-lg btn-parsley" type="submit" value="" />--%>
  266. </div>
  267. </div>
  268. </div>
  269. <%--</c:if>--%>
  270. <c:if test="${not empty construction.id}">
  271. <act:flowChart procInsId="${construction.act.procInsId}"/>
  272. <act:histoicFlow procInsId="${construction.act.procInsId}" />
  273. </c:if>
  274. </div>
  275. </div>
  276. </div>
  277. </div>
  278. </div>
  279. </body>
  280. </html>