| | |
| | | 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> |
| | |
| | | title="档号:${borrowInfo.parentBorrowInfo.archivalCode} ${borrowInfo.parentBorrowInfo.fileTitle}"> |
| | | <table cellspacing="0" cellpadding="0"> |
| | | <tr> |
| | | <th style="width:6%;text-align:center;">件号</th> |
| | | <th style="width:35%;text-align:center;">题名</th> |
| | | <th style="width:10%;text-align:center;">档号</th> |
| | | <th style="width:30%;text-align:center;">题名</th> |
| | | <th style="width:10%;text-align:center;">密级</th> |
| | | <th style="width:10%;text-align:center;">涉密页码</th> |
| | | <th> |
| | |
| | | <c:forEach items="${borrowInfo.borrowDetailList}" |
| | | var="borrowDetail"> |
| | | <tr> |
| | | <td style="text-align:center;">${borrowDetail.itemNumber}</td> |
| | | <td style="text-align:center;">${borrowDetail.itemCode}</td> |
| | | <td style="text-align:center;">${borrowDetail.itemTitle}</td> |
| | | <td style="text-align:center;">${borrowDetail.securityClassification}</td> |
| | | <td style="text-align:center;">${borrowDetail.securityPageNum}</td> |
| | |
| | | <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> |