123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699 |
- <%@ page contentType="text/html;charset=UTF-8" %>
- <%@ include file="/webpage/include/taglib.jsp"%>
- <html>
- <head>
- <title>报告详情管理</title>
- <meta name="decorator" content="default"/>
- <script type="text/javascript">
- $(function () {
- $("img").not(".upload_ico").each(function () {
- var num = 1 ;
- $(this).click(function () {
- var flag = num%2;
- if(flag == 1){
- $(this).css("width","300px");
- $(this).css("height","300px");
- num++;
- }else if(flag ==0){
- $(this).css("width","50px");
- $(this).css("height","50px");
- num++;
- }
- })
- });
- })
- </script>
- </head>
- <body>
- <div class="single-form">
- <div class="container view-form">
- <div class="tabs-container">
- <div class="layui-tab" id="tabDiv">
- <ul class="layui-tab-title" >
- <li class="active"><a data-toggle="tab" href="#tab-1" aria-expanded="true">变更信息</a></li>
- <li ><a data-toggle="tab" href="#tab-2" aria-expanded="false">变更前信息</a></li>
- </ul>
- </ul>
- </div>
- <div class="tab-content">
- <div id="tab-1" class="tab-pane active">
- <div class="form-group layui-row first lw12">
- <div class="form-group-label"><h2>基本信息</h2></div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label"><span class="require-item">*</span>报告名称:</label>
- <div class="layui-input-block with-icon">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectcontentinfo.projectReportData.name}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label"><span class="require-item">*</span>报告编号:</label>
- <div class="layui-input-block">
- <div class="input-group">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectcontentinfo.projectReportData.number}"/>
- <span class="input-group-btn">
- <label class="form-status">
- <c:choose>
- <c:when test="${not empty projectcontentinfo.projectReportData.status}">${fns:getDictLabel(projectcontentinfo.projectReportData.status, 'audit_state', '')}
- </c:when>
- <c:otherwise>新添</c:otherwise>
- </c:choose></label>
- </span>
- </div>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label"><span class="require-item">*</span>工作内容类型:</label>
- <div class="layui-input-block">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${fns:getContentTypeName(projectcontentinfo.projectReportData.type,"")}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">成果类型:</label>
- <div class="layui-input-block">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${fns:getMainDictLabel(projectcontentinfo.projectReportData.achievementType, 'achievement_type', '')}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">复核标准:</label>
- <div class="layui-input-block">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${fns:getDictLabel(projectcontentinfo.projectReportData.reviewStandard, 'reviewStandard', '')}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">报告日期:</label>
- <div class="layui-input-block">
- <input id="provideDate" name="projectReportData.provideDate" type="text" htmlEscape="false" readonly="true" class="laydate-icondate form-control layer-date required layui-input laydate-icon"
- value="<fmt:formatDate value="${projectcontentinfo.projectReportData.reportDate}" pattern="yyyy-MM-dd"/>"/>
- </div>
- </div>
- <%--<div class="layui-item layui-col-sm6">
- <label class="layui-form-label">签字造价师一:</label>
- <div class="layui-input-block">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectcontentinfo.projectReportData.signCostOne.name}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">签字造价师二:</label>
- <div class="layui-input-block">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectcontentinfo.projectReportData.signCostTwo.name}"/>
- </div>
- </div>--%>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">签章类型:</label>
- <div class="layui-input-block">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectcontentinfo.projectReportData.reportType}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">变更原因:</label>
- <div class="layui-input-block">
- <textarea path="remarks" htmlEscape="false" readonly="true" rows="3" maxlength="20" class="form-control" >${projectcontentinfo.projectReportData.remarks}</textarea>
- </div>
- </div>
- </div>
- <div class="form-group layui-row first lw12">
- <div class="form-group-label"><h2>项目信息</h2></div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">送审价(元):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.reviewFee" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.reviewFee}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">审定价(元):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.approvalFee" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.approvalFee}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">合同价(元):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.contractFee" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.contractFee}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">核增核减额(元):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.verifyFee" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.verifyFee}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">核增核减率(%):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.verifyRate" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.verifyRate}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">咨询标的额(元):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.consultFee" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.consultFee}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">土建造价(元):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.buildingFee" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.buildingFee}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">安装造价(元):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.installFee" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.installFee}"/>
- </div>
- </div>
- </div>
- <div class="form-group layui-row first lw12">
- <div class="form-group-label"><h2>依据性资料明细</h2></div>
- <div class="layui-item layui-col-xs12 form-table-container">
- <table id="contentTableBase" class="table table-bordered table-condensed details">
- <thead>
- <tr>
- <th class="hide"></th>
- <th >资料编号</th>
- <th >资料名称</th>
- <th >资料类别</th>
- <th >上传人</th>
- <th >上传日期</th>
- </tr>
- </thead>
- <tbody id="workBaseDataList">
- <c:forEach items="${projectcontentinfo.projectReportData.projectBasedDataList}" var="projectBasedData" varStatus="idx">
- <tr>
- <td class="hide">
- <input type="hidden" id="workBaseDataList${idx.index}_id" value="${projectBasedData.id}">
- </td>
- <td style="text-align:center;">
- ${projectBasedData.number}
- </td>
- <td style="text-align:center;">
- ${projectBasedData.name}
- </td>
- <td style="text-align:center;">
- ${fns:getDictLabel(projectBasedData.type, 'project_document_type', '')}
- </td>
- <td style="text-align:center;">
- ${projectBasedData.uploadUser.name}
- </td>
- <td style="text-align:center;">
- <fmt:formatDate value="${projectBasedData.uploadDate}" pattern="yyyy-MM-dd"/>
- </td>
- </tr>
- </c:forEach>
- </tbody>
- </table>
- </div>
- </div>
- <div class="form-group layui-row first lw12">
- <div class="form-group-label"><h2>依据工作内容</h2></div>
- <!-- 表格 -->
- <div class="layui-item layui-col-xs12 form-table-container">
- <table id="contentTable" class="table table-bordered table-condensed details">
- <thead>
- <tr>
- <th style="text-align: center;width:20%">工作内容编号</th>
- <th style="text-align: center;width:20%">工作内容名称</th>
- <th style="text-align: center;width:20%">工作内容类型</th>
- <th style="text-align: center;width:20%">负责人</th>
- <th style="text-align: center;width:20%">创建时间</th>
- </tr>
- </thead>
- <tbody id="projectContentDataList">
- <c:forEach items="${projectcontentinfo.projectReportData.projectContentDataList}" var="projectContentData" varStatus="index">
- <tr>
- <td>
- ${projectContentData.number}
- </td>
- <td>
- ${projectContentData.name}
- </td>
- <td>
- ${fns:getContentTypeName(projectContentData.type,"")}
- </td>
- <td>
- ${projectContentData.master.name}
- </td>
- <td>
- <fmt:formatDate value="${projectContentData.createDate}" pattern="yyyy-MM-dd HH:mm:ss"/>
- </td>
- </tr>
- </c:forEach>
- </tbody>
- </table>
- </div>
- </div>
- <div class="form-group layui-row">
- <div class="form-group-label"><h2>附件信息</h2></div>
- <div class="layui-item layui-col-xs12" style="padding:0 16px;">
- <table id="upTable" class="table table-bordered table-condensed details">
- <thead>
- <tr>
- <%-- <th>序号</th>--%>
- <th>文件预览</th>
- <th>上传人</th>
- <th>上传时间</th>
- <th width="200px">操作</th>
- </tr>
- </thead>
- <tbody id="file_attachment">
- <c:forEach items="${projectcontentinfo.projectReportData.workAttachments}" var = "workClientAttachment" varStatus="status">
- <tr>
- <%-- <td>${status.index + 1}</td>--%>
- <c:choose>
- <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpg')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'png')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'gif')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'bmp')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpeg')}">
- <td><img src="${workClientAttachment.url}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${workClientAttachment.url}','90%','90%')" alt="${workClientAttachment.attachmentName}"></td>
- </c:when>
- <c:otherwise>
- <c:choose>
- <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'pdf')}">
- <td><a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${workClientAttachment.url}','90%','90%','1')">${workClientAttachment.attachmentName}</a></td>
- </c:when>
- <c:otherwise>
- <td><a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${workClientAttachment.url}','90%','90%')">${workClientAttachment.attachmentName}</a></td>
- </c:otherwise>
- </c:choose>
- </c:otherwise>
- </c:choose>
- <td>${workClientAttachment.createBy.name}</td>
- <td><fmt:formatDate value="${workClientAttachment.createDate}" type="both"/></td>
- <td class="op-td">
- <div class="op-btn-box" >
- <c:set var="signflag" value="${fns:getSysParam('sign_flag',fns:getUser())}"/>
- <c:choose>
- <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'pdf')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'doc')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'docx')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'xls')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'xlsx')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'ppt')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'pptx')}">
- <c:if test="${not empty gzr && gzr eq 'gzr'}">
- <a href="${ctx}/isignature/iSignatureDocument/sign?recordId=${workClientAttachment.id}&type=report" class="op-btn op-btn-sign" target="_blank">签章</a>
- </c:if>
- <a href="javascript:void(0);" onclick="openDialogView('查看电子签章信息', '${ctx}/isignature/iSignatureDocument/form?recordId=${workClientAttachment.id}','95%', '95%')" class="op-btn op-btn-view" ><i class="fa fa-search-plus"></i> 查看</a>
- <c:choose>
- <c:when test="${signflag == '是'}">
- <a href="javascript:location.href='${ctx}/isignature/iSignatureDocument/download?recordId=${workClientAttachment.id}'" class="op-btn op-btn-download"><i class="fa fa-download"></i> 下载</a>
- </c:when>
- <c:otherwise>
- <a href="javascript:location.href='${ctx}/workcontractinfo/workContractInfo/downLoadAttach?file='+encodeURIComponent(encodeURIComponent('${workClientAttachment.url}'));" class="op-btn op-btn-download"><i class="fa fa-download"></i> 下载</a>
- </c:otherwise>
- </c:choose>
- </c:when>
- <c:otherwise>
- <a href="javascript:location.href='${ctx}/workcontractinfo/workContractInfo/downLoadAttach?file='+encodeURIComponent(encodeURIComponent('${workClientAttachment.url}'));" class="op-btn op-btn-download"><i class="fa fa-download"></i> 下载</a>
- </c:otherwise>
- </c:choose>
- </div>
- </td>
- </tr>
- </c:forEach>
- </tbody>
- </table>
- </div>
- </div>
- <div class="form-group layui-row">
- <div class="form-group-label"><h2>自检</h2></div>
- <div class="layui-item layui-col-xs12 form-table-container">
- <table id="contentTable3" class="table details table-bordered table-condensed">
- <thead>
- <tr>
- <th style="text-align: center;width:15%">序号</th>
- <th style="text-align: center;width:70%">复核内容及评分标准</th>
- <th style="text-align: center;width:15%">操作</th>
- </tr>
- </thead>
- <tbody id="projectContentDataList3">
- <c:forEach items="${projectcontentinfo.projectReportData.projectReviewList}" var="projectReview" varStatus="index">
- <tr>
- <td>
- <input id="projectReviewList${index.index}_id" name="projectReportData.projectReviewList[${index.index}].id" type="hidden" value="${projectReview.id}"/>
- <input id="projectReviewList${index.index}_delFalg" name="projectReportData.projectReviewList[${index.index}].delFalg" type="hidden" value="1"/>
- <input id="projectReviewList${index.index}_remarks" name="projectReportData.projectReviewList[${index.index}].remarks" type="hidden" value="${projectReview.remarks}"/>
- ${index.index + 1}
- </td>
- <td>
- ${projectReview.standardDetail}
- </td>
- <td>
- <c:choose>
- <c:when test="${not empty projectReview.remarks}">
- <div class="check-ok">
- <i class="fa fa-check"></i>
- </div>
- </c:when>
- <c:otherwise>
- <div id = "check1${projectReview.id}">
- </div>
- <div id = "check2${projectReview.id}" class="check-ok" style="display: none">
- <i class="fa fa-check"></i>
- </div>
- </c:otherwise>
- </c:choose>
- </td>
- </tr>
- </c:forEach>
- </tbody>
- </table>
- </div>
- </div>
- <div class="form-group layui-row page-end"></div>
- </div>
- <div id="tab-2" class="tab-pane">
- <div class="form-group layui-row first lw12">
- <div class="form-group-label"><h2>基本信息</h2></div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label"><span class="require-item">*</span>报告名称:</label>
- <div class="layui-input-block with-icon">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectcontentinfo.projectReportData.beforeEntity.name}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label"><span class="require-item">*</span>报告编号:</label>
- <div class="layui-input-block">
- <div class="input-group">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectcontentinfo.projectReportData.beforeEntity.number}"/>
- <span class="input-group-btn">
- <label class="form-status">
- <c:choose>
- <c:when test="${not empty projectcontentinfo.projectReportData.status}">${fns:getDictLabel(projectcontentinfo.projectReportData.beforeEntity.status, 'audit_state', '')}
- </c:when>
- <c:otherwise>新添</c:otherwise>
- </c:choose></label>
- </span>
- </div>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label"><span class="require-item">*</span>工作内容类型:</label>
- <div class="layui-input-block">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${fns:getContentTypeName(projectcontentinfo.projectReportData.beforeEntity.type,"")}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">成果类型:</label>
- <div class="layui-input-block">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${fns:getMainDictLabel(projectcontentinfo.projectReportData.beforeEntity.achievementType, 'achievement_type', '')}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">复核标准:</label>
- <div class="layui-input-block">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${fns:getDictLabel(projectcontentinfo.projectReportData.beforeEntity.reviewStandard, 'reviewStandard', '')}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">报告日期:</label>
- <div class="layui-input-block">
- <input id="beforeprovideDate" name="projectReportData.provideDate" type="text" htmlEscape="false" readonly="true" class="laydate-icondate form-control layer-date required layui-input laydate-icon"
- value="<fmt:formatDate value="${projectcontentinfo.projectReportData.beforeEntity.reportDate}" pattern="yyyy-MM-dd"/>"/>
- </div>
- </div>
- <%--<div class="layui-item layui-col-sm6">
- <label class="layui-form-label">签字造价师一:</label>
- <div class="layui-input-block">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectcontentinfo.projectReportData.beforeEntity.signCostOne.name}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">签字造价师二:</label>
- <div class="layui-input-block">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectcontentinfo.projectReportData.beforeEntity.signCostTwo.name}"/>
- </div>
- </div>--%>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">变更人:</label>
- <div class="layui-input-block">
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectcontentinfo.projectReportData.master.name}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">变更原因:</label>
- <div class="layui-input-block">
- <textarea path="remarks" htmlEscape="false" readonly="true" rows="3" maxlength="20" class="form-control" >${projectcontentinfo.projectReportData.remarks}</textarea>
- </div>
- </div>
- </div>
- <div class="form-group layui-row first lw12">
- <div class="form-group-label"><h2>项目信息</h2></div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">送审价(元):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.reviewFee" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.reviewFee}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">审定价(元):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.approvalFee" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.approvalFee}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">合同价(元):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.contractFee" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.contractFee}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">核增核减额(元):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.verifyFee" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.verifyFee}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">核增核减率(%):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.verifyRate" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.verifyRate}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">咨询标的额(元):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.consultFee" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.consultFee}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">土建造价(元):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.buildingFee" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.buildingFee}"/>
- </div>
- </div>
- <div class="layui-item layui-col-sm6">
- <label class="layui-form-label">安装造价(元):</label>
- <div class="layui-input-block with-icon">
- <input id="projectReportData.installFee" readonly="true" class="form-control layui-input number" value="${projectcontentinfo.projectReportData.installFee}"/>
- </div>
- </div>
- </div>
- <div class="form-group layui-row first lw12">
- <div class="form-group-label"><h2>依据性资料明细</h2></div>
- <div class="layui-item layui-col-xs12 form-table-container">
- <table id="contentTableBase2" class="table table-bordered table-condensed details">
- <thead>
- <tr>
- <th class="hide"></th>
- <th >资料编号</th>
- <th >资料名称</th>
- <th >资料类别</th>
- <th >上传人</th>
- <th >上传日期</th>
- </tr>
- </thead>
- <tbody id="workBaseDataList2">
- <c:forEach items="${projectcontentinfo.projectReportData.beforeEntity.projectBasedDataList}" var="projectBasedData" varStatus="idx">
- <tr>
- <td class="hide">
- <input type="hidden" id="workBaseDataList${idx.index}_id" value="${projectBasedData.id}">
- </td>
- <td style="text-align:center;">
- ${projectBasedData.number}
- </td>
- <td style="text-align:center;">
- ${projectBasedData.name}
- </td>
- <td style="text-align:center;">
- ${fns:getDictLabel(projectBasedData.type, 'project_document_type', '')}
- </td>
- <td style="text-align:center;">
- ${projectBasedData.uploadUser.name}
- </td>
- <td style="text-align:center;">
- <fmt:formatDate value="${projectBasedData.uploadDate}" pattern="yyyy-MM-dd"/>
- </td>
- </tr>
- </c:forEach>
- </tbody>
- </table>
- </div>
- </div>
- <div class="form-group layui-row first lw12">
- <div class="form-group-label"><h2>依据工作内容</h2></div>
- <!-- 表格 -->
- <div class="layui-item layui-col-xs12 form-table-container">
- <table id="contentTable2" class="table table-bordered table-condensed details">
- <thead>
- <tr>
- <th style="text-align: center;width:20%">工作内容编号</th>
- <th style="text-align: center;width:20%">工作内容名称</th>
- <th style="text-align: center;width:20%">工作内容类型</th>
- <th style="text-align: center;width:20%">负责人</th>
- <th style="text-align: center;width:20%">创建时间</th>
- </tr>
- </thead>
- <tbody id="projectContentDataList2">
- <c:forEach items="${projectcontentinfo.projectReportData.beforeEntity.projectContentDataList}" var="projectContentData" varStatus="index">
- <tr>
- <td>
- ${projectContentData.number}
- </td>
- <td>
- ${projectContentData.name}
- </td>
- <td>
- ${fns:getContentTypeName(projectContentData.type,"")}
- </td>
- <td>
- ${projectContentData.master.name}
- </td>
- <td>
- <fmt:formatDate value="${projectContentData.createDate}" pattern="yyyy-MM-dd HH:mm:ss"/>
- </td>
- </tr>
- </c:forEach>
- </tbody>
- </table>
- </div>
- </div>
- <div class="form-group layui-row">
- <div class="form-group-label"><h2>附件信息</h2></div>
- <div class="layui-item layui-col-xs12" style="padding:0 16px;">
- <table id="upTable2" class="table table-bordered table-condensed details">
- <thead>
- <tr>
- <%-- <th>序号</th>--%>
- <th>文件预览</th>
- <th>上传人</th>
- <th>上传时间</th>
- <th width="200px">操作</th>
- </tr>
- </thead>
- <tbody id="file_attachment2">
- <c:forEach items="${projectcontentinfo.projectReportData.beforeEntity.workAttachments}" var = "workClientAttachment" varStatus="status">
- <tr>
- <%-- <td>${status.index + 1}</td>--%>
- <c:choose>
- <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpg')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'png')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'gif')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'bmp')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpeg')}">
- <td><img src="${workClientAttachment.url}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${workClientAttachment.url}','90%','90%')" alt="${workClientAttachment.attachmentName}"></td>
- </c:when>
- <c:otherwise>
- <c:choose>
- <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'pdf')}">
- <td><a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${workClientAttachment.url}','90%','90%','1')">${workClientAttachment.attachmentName}</a></td>
- </c:when>
- <c:otherwise>
- <td><a class="attention-info" href="javascript:void(0)" onclick="preview('预览','${workClientAttachment.url}','90%','90%')">${workClientAttachment.attachmentName}</a></td>
- </c:otherwise>
- </c:choose>
- </c:otherwise>
- </c:choose>
- <td>${workClientAttachment.createBy.name}</td>
- <td><fmt:formatDate value="${workClientAttachment.createDate}" type="both"/></td>
- <td class="op-td">
- <div class="op-btn-box" >
- <c:set var="signflag" value="${fns:getSysParam('sign_flag',fns:getUser())}"/>
- <c:choose>
- <c:when test="${fn:containsIgnoreCase(workClientAttachment.attachmentName,'pdf')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'doc')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'docx')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'xls')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'xlsx')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'ppt')
- or fn:containsIgnoreCase(workClientAttachment.attachmentName,'pptx')}">
- <c:if test="${not empty gzr && gzr eq 'gzr'}">
- <a href="${ctx}/isignature/iSignatureDocument/sign?recordId=${workClientAttachment.id}" class="op-btn op-btn-sign" target="_blank">签章</a>
- </c:if>
- <a href="javascript:void(0);" onclick="openDialogView('查看电子签章信息', '${ctx}/isignature/iSignatureDocument/form?recordId=${workClientAttachment.id}','95%', '95%')" class="op-btn op-btn-view" ><i class="fa fa-search-plus"></i> 查看</a>
- <c:choose>
- <c:when test="${signflag == '是'}">
- <a href="javascript:location.href='${ctx}/isignature/iSignatureDocument/download?recordId=${workClientAttachment.id}'" class="op-btn op-btn-download"><i class="fa fa-download"></i> 下载</a>
- </c:when>
- <c:otherwise>
- <a href="javascript:location.href='${ctx}/workcontractinfo/workContractInfo/downLoadAttach?file='+encodeURIComponent(encodeURIComponent('${workClientAttachment.url}'));" class="op-btn op-btn-download"><i class="fa fa-download"></i> 下载</a>
- </c:otherwise>
- </c:choose>
- </c:when>
- <c:otherwise>
- <a href="javascript:location.href='${ctx}/workcontractinfo/workContractInfo/downLoadAttach?file='+encodeURIComponent(encodeURIComponent('${workClientAttachment.url}'));" class="op-btn op-btn-download"><i class="fa fa-download"></i> 下载</a>
- </c:otherwise>
- </c:choose>
- </div>
- </td>
- </tr>
- </c:forEach>
- </tbody>
- </table>
- </div>
- </div>
- <div class="form-group layui-row">
- <div class="form-group-label"><h2>自检</h2></div>
- <div class="layui-item layui-col-xs12 form-table-container">
- <table id="contentTable5" class="table details table-bordered table-condensed">
- <thead>
- <tr>
- <th style="text-align: center;width:15%">序号</th>
- <th style="text-align: center;width:70%">复核内容及评分标准</th>
- <th style="text-align: center;width:15%">操作</th>
- </tr>
- </thead>
- <tbody id="projectContentDataList5">
- <c:forEach items="${projectcontentinfo.projectReportData.beforeEntity.projectReviewList}" var="projectReview" varStatus="index">
- <tr>
- <td>
- <input id="projectReviewList${index.index}_id" name="projectReportData.projectReviewList[${index.index}].id" type="hidden" value="${projectReview.id}"/>
- <input id="projectReviewList${index.index}_delFalg" name="projectReportData.projectReviewList[${index.index}].delFalg" type="hidden" value="1"/>
- <input id="projectReviewList${index.index}_remarks" name="projectReportData.projectReviewList[${index.index}].remarks" type="hidden" value="${projectReview.remarks}"/>
- ${index.index + 1}
- </td>
- <td>
- ${projectReview.standardDetail}
- </td>
- <td>
- <c:choose>
- <c:when test="${not empty projectReview.remarks}">
- <div class="check-ok">
- <i class="fa fa-check"></i>
- </div>
- </c:when>
- <c:otherwise>
- <div id = "check1${projectReview.id}">
- </div>
- <div id = "check2${projectReview.id}" class="check-ok" style="display: none">
- <i class="fa fa-check"></i>
- </div>
- </c:otherwise>
- </c:choose>
- </td>
- </tr>
- </c:forEach>
- </tbody>
- </table>
- </div>
- </div>
- <div class="form-group layui-row page-end"></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
|