| | |
| | | <div class="pt-title-theme3"> |
| | | <i class="fa fa-file-text"></i> |
| | | <h4>借阅申请单</h4> |
| | | <a href="javascript:showFlowDiagram();" style="float: right"> |
| | | <span style="color: #0a84ff">流程示意图</span> |
| | | </a> |
| | | </div> |
| | | <div class="ptbody"> |
| | | <div class="pt-application-row"> |
| | |
| | | style="width:310px" |
| | | value="${borrowForm.deptAddress}" |
| | | data-options="tipPosition:'bottom'"/> |
| | | <input type="hidden" id="utilizationMethod" name="utilizationMethod" type="text" |
| | | style="width:310px" value="${borrowForm.utilizationMethod}" |
| | | readonly/> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | |
| | | value="${borrowForm.borrowTel}" |
| | | data-options="tipPosition:'bottom'" readonly/> |
| | | </td> |
| | | <td class="tbtitle">涉密证书编号:</td> |
| | | <%-- <td class="tbtitle">涉密证书编号:</td>--%> |
| | | <%-- <td>--%> |
| | | <%-- <input class="easyui-textbox" id="certificateNumber" name="certificateNumber"--%> |
| | | <%-- type="text"--%> |
| | | <%-- style="width:310px"--%> |
| | | <%-- value="${borrowForm.certificateNumber}"--%> |
| | | <%-- data-options="tipPosition:'bottom'" readonly/>--%> |
| | | <%-- </td>--%> |
| | | <td class="tbtitle">是否通过流程:</td> |
| | | <td> |
| | | <input class="easyui-textbox" id="certificateNumber" name="certificateNumber" |
| | | type="text" |
| | | style="width:310px" |
| | | value="${borrowForm.certificateNumber}" |
| | | data-options="tipPosition:'bottom'" readonly/> |
| | | <input type="hidden" id="utilizationMethod" name="utilizationMethod" type="text" |
| | | style="width:310px" value="${borrowForm.utilizationMethod}" |
| | | readonly/> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | |
| | | <div class="pt-subtitle"> |
| | | <i></i> |
| | | <span>流程记录</span> |
| | | <i></i> |
| | | <a href="javascript:showFlowDiagram();"> |
| | | <span style="color: #0a84ff">流程示意图</span> |
| | | </a> |
| | | </div> |
| | | <div class="pt-tablelist"> |
| | | <table cellspacing="0" cellpadding="0"> |
| | |
| | | <button class="pt-btn pt-btn-primary" onclick="dealFlow()">流程办理</button> |
| | | </c:if> |
| | | <%-- <c:if test="${borrowForm.flowState==1}">--%> |
| | | <%-- <button class="pt-btn pt-btn-warning" onclick="reportPrinting()"><i class="fa fa-map-o"></i>打印借阅单--%> |
| | | <button class="pt-btn pt-btn-warning" onclick="reportPrinting()"><i class="fa fa-map-o"></i>打印借阅单 |
| | | <%-- </button>--%> |
| | | <%-- </c:if>--%> |
| | | <button class="pt-btn pt-btn-default" onclick="closeWindow()">关闭</button> |