|
@@ -110,10 +110,8 @@
|
|
|
<li class="active"><a>基本信息</a><span class="hide">projectInfo</span></li>
|
|
|
<li><a>子项目列表</a><span class="hide">subProjectInfo</span></li>
|
|
|
<li><a>合同信息</a><span class="hide">workContractInfo</span></li>
|
|
|
- <li><a>客户信息</a><span class="hide">workClientInfo</span></li>
|
|
|
<li><a>项目计划信息</a><span class="hide">planView</span></li>
|
|
|
<li><a>质量复核信息</a><span class="hide">qualityView</span></li>
|
|
|
- <li><a>报告签发信息</a><span class="hide">issueView</span></li>
|
|
|
<li><a>档案信息</a><span class="hide">AccessoryView</span></li>
|
|
|
</ul>
|
|
|
</div>
|
|
@@ -287,16 +285,40 @@
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<div class="form-group layui-row first lw9">
|
|
|
+ <div class="form-group-label"><h2>客户信息</h2></div>
|
|
|
<div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label ">合同名称:</label>
|
|
|
+ <label class="layui-form-label">客户名称:</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${workContractInfo.name}"/>
|
|
|
+ <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${workContractInfo.clientName}"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <label class="layui-form-label">公司电话:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${workContractInfo.telephone}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label ">客户名称:</label>
|
|
|
+ <label class="layui-form-label double-line">拥有统一社会信用代码:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input type="radio" name="hasUscc" value="1" title="是" disabled <c:if test="${workContractInfo.hasUscc=='1'}">checked</c:if>>
|
|
|
+ <input type="radio" name="hasUscc" value="2" title="否" disabled <c:if test="${workContractInfo.hasUscc=='2'}">checked</c:if> >
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6">
|
|
|
+ <br>
|
|
|
+ <label class="layui-form-label double-line">统一社会信用代码:</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${workContractInfo.client.name}"/>
|
|
|
+ <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${workContractInfo.uscCode}"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group layui-row first lw9">
|
|
|
+ <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">
|
|
|
+ <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${workContractInfo.name}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-item layui-col-sm6">
|
|
@@ -377,6 +399,41 @@
|
|
|
</div>
|
|
|
</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="contentTable" class="table table-bordered table-condensed no-bottom-margin details">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th class="hide"></th>
|
|
|
+ <th width="150px">联系人姓名</th>
|
|
|
+ <th >部门</th>
|
|
|
+ <th width="150px">职务</th>
|
|
|
+ <th width="150px">QQ</th>
|
|
|
+ <th width="150px">联系方式1</th>
|
|
|
+ <th width="150px">联系方式2</th>
|
|
|
+ <th width="150px">E-mail</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody id="workClientLinkmanList">
|
|
|
+ <c:forEach items="${clientList}" var="workClientLinkman" varStatus="status">
|
|
|
+ <tr>
|
|
|
+ <td class="hide">${status.index + 1}</td>
|
|
|
+ <td >${workClientLinkman.name}</td>
|
|
|
+ <td >${workClientLinkman.office}</td>
|
|
|
+ <td >${workClientLinkman.position}</td>
|
|
|
+ <td >${workClientLinkman.qq}</td>
|
|
|
+ <td >${workClientLinkman.linkPhone}</td>
|
|
|
+ <td >${workClientLinkman.linkMobile}</td>
|
|
|
+ <td >${workClientLinkman.email}</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" >
|
|
@@ -460,190 +517,6 @@
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
</div>
|
|
|
- <div class="form-group layui-row first hide" id="workClientInfo">
|
|
|
- <c:choose>
|
|
|
- <c:when test="${workContractInfo==null}">
|
|
|
- 无客户信息
|
|
|
- </c:when>
|
|
|
- <c:otherwise>
|
|
|
- <div class="form-group layui-row first">
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label">客户名称:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" readonly="true" style="background-color: #f1f1f1" class="form-control layui-input" value="${workClientInfo.name}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label double-line">拥有统一社会信用代码:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <span class="radio-box">
|
|
|
- <input type="radio" class="usccClass" name="hasUscc" label="是" disabled="true" <c:if test="${workClientInfo.hasUscc eq 1}">checked="true"</c:if> />是
|
|
|
-
|
|
|
- <input type="radio" class="usccClass" name="hasUscc" label="否" disabled="true" <c:if test="${workClientInfo.hasUscc eq 2}">checked="true"</c:if> />否
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label double-line">统一社会信用代码:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" readonly="true" style="background-color: #f1f1f1" class="form-control layui-input" value="${workClientInfo.uscCode}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label">客户性质:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" readonly="true" style="background-color: #f1f1f1" class="form-control layui-input" value="${fns:getMainDictLabel(workClientInfo.companyType, 'company_type', '')}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label">所在行业:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" readonly="true" style="background-color: #f1f1f1" class="form-control layui-input" value="${fns:getMainDictLabel(workClientInfo.companyIndustry, 'company_industry', '')}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label">客户类型:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" readonly="true" style="background-color: #f1f1f1" class="form-control layui-input" value="<c:set value="${fn:split(workClientInfo.clientType, ',') }" var="clientTypes" /><c:forEach items="${clientTypes}" var="cType" varStatus="status">${fns:getMainDictLabel(cType, 'client_type', '')}<c:if test="${!status.last}">, </c:if></c:forEach>"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <%-- <div class="layui-item layui-col-sm6 lw7">--%>
|
|
|
- <%-- <label class="layui-form-label">代表方:</label>--%>
|
|
|
- <%-- <div class="layui-input-block">--%>
|
|
|
- <%-- <div class="input-group">--%>
|
|
|
- <%-- <div >--%>
|
|
|
- <%-- <div id="jobType" style="pointer-events: none;background-color: #f1f1f1" class="xm-select-demo" tabindex="0" contenteditable="true"></div>--%>
|
|
|
- <%-- </div>--%>
|
|
|
- <%-- </div>--%>
|
|
|
- <%-- </div>--%>
|
|
|
- <%-- </div>--%>
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label">法人代表:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" readonly="true" style="background-color: #f1f1f1" class="form-control layui-input" value="${workClientInfo.lawerPresint}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label">邮政编码:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${workClientInfo.zipCode}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label">传真:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${workClientInfo.fax}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label">公司电话:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${workClientInfo.telephone}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label">公司网址:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${workClientInfo.companyUrl}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label">所在地区:</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${workClientInfo.area.name}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="layui-item layui-col-sm12 lw7">
|
|
|
- <label class="layui-form-label">注册地址:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${workClientInfo.registerAddress}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm12 lw7">
|
|
|
- <label class="layui-form-label">详细地址:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${workClientInfo.address}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm12 lw7">
|
|
|
- <label class="layui-form-label">开户行信息:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
-
|
|
|
- <table id="bankinfo" class="table table-bordered table-condensed details">
|
|
|
- <thead>
|
|
|
- <tr>
|
|
|
- <th width="80px">序号</th>
|
|
|
- <th ><%--<font color="red">*</font>--%>开户银行</th>
|
|
|
- <th width="400px;"><%--<font color="red">*</font>--%>开户账号</th>
|
|
|
-
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody id="workClientBankList">
|
|
|
- <c:forEach items="${workClientInfo.workClientBankList}" var="workClientBank" varStatus="status">
|
|
|
- <tr>
|
|
|
- <td>${status.index + 1}</td>
|
|
|
- <td>${workClientBank.ourBank}</td>
|
|
|
- <td>${workClientBank.bankNumber}</td>
|
|
|
- </tr>
|
|
|
- </c:forEach>
|
|
|
- <c:if test="${bankSize == 0}">
|
|
|
- <tr>
|
|
|
- <td colspan="3">暂无数据</td>
|
|
|
- </tr>
|
|
|
- </c:if>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm12 with-textarea lw7">
|
|
|
- <label class="layui-form-label">单位简介:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <textarea htmlEscape="false" style="background-color: #f1f1f1" rows="4" readonly="true" maxlength="1000" class="form-control" >${workClientInfo.unitIntroduction}</textarea>
|
|
|
- </div>
|
|
|
- </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="clientTable" class="table table-bordered table-condensed no-bottom-margin details">
|
|
|
- <thead>
|
|
|
- <tr>
|
|
|
- <th class="hide"></th>
|
|
|
- <th width="150px">联系人姓名</th>
|
|
|
- <th >部门</th>
|
|
|
- <th width="150px">职务</th>
|
|
|
- <th width="150px">QQ</th>
|
|
|
- <th width="150px">联系方式1</th>
|
|
|
- <th width="150px">联系方式2</th>
|
|
|
- <th width="150px">E-mail</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody id="workClientLinkmanList">
|
|
|
- <c:forEach items="${workClientInfo.workClientLinkmanList}" var="workClientLinkman" varStatus="status">
|
|
|
- <tr>
|
|
|
- <td class="hide">${status.index + 1}</td>
|
|
|
- <td >${workClientLinkman.name}</td>
|
|
|
- <td >${workClientLinkman.office}</td>
|
|
|
- <td >${workClientLinkman.position}</td>
|
|
|
- <td >${workClientLinkman.qq}</td>
|
|
|
- <td >${workClientLinkman.linkPhone}</td>
|
|
|
- <td >${workClientLinkman.linkMobile}</td>
|
|
|
- <td >${workClientLinkman.email}</td>
|
|
|
- </tr>
|
|
|
- </c:forEach>
|
|
|
- <c:if test="${linkManSize == 0}">
|
|
|
- <tr>
|
|
|
- <td colspan="8">暂无数据</td>
|
|
|
- </tr>
|
|
|
- </c:if>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </c:otherwise>
|
|
|
- </c:choose>
|
|
|
- </div>
|
|
|
<div class="form-group layui-row first hide" id="planView">
|
|
|
<div class="form-group layui-row">
|
|
|
<div class="form-group-label"><h2>项目计划信息</h2></div>
|
|
@@ -1005,166 +878,6 @@
|
|
|
|
|
|
</c:if>
|
|
|
</div>
|
|
|
- <div class="form-group layui-row first hide" id="issueView">
|
|
|
- <c:if test="${projectRecords.submitMoney=='1'}">
|
|
|
- <div class="topMar">
|
|
|
- <h2>B级紧急项目无报告签发信息</h2>
|
|
|
- </div>
|
|
|
- </c:if>
|
|
|
- <c:if test="${projectRecords.submitMoney=='2'}">
|
|
|
- <div class="form-group layui-row first lw12">
|
|
|
- <div class="form-group-label">
|
|
|
- <%-- <div style="float: right"> <a href="javascript:void(0)" style='background-color: #FFB800' onclick="openDialogre('下载模板', '${ctx}/ruralProject/ruralProjectMessage/skipDownloadFtl?id=${projectRecords.id}','35%', '35%','','下载,关闭')" class="layui-btn layui-btn-sm" ><i class="fa fa-file-excel-o"></i> 下载模板</a></div>--%>
|
|
|
- <h2>质量复核信息</h2>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label">报告号:</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <form:input id="reviewFee" path="projectReportData.number" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label">送审价(元):</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <form:input id="reviewFee" path="projectReportData.reviewFee" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label">审定价(元):</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <form:input id="approvalFee" path="projectReportData.approvalFee" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label">合同类别:</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <div style="overflow: hidden">
|
|
|
- <input type="radio" title="金额合同" lay-filter="jine" id="jineer" value="0" disabled <c:if test="${projectcontentinfo.projectReportData.contractCategory=='0'}">checked</c:if>>
|
|
|
- <input type="radio" title="费率合同" lay-filter="jine" id="jineer1" value="1" disabled <c:if test="${projectcontentinfo.projectReportData.contractCategory=='1'}">checked</c:if>>
|
|
|
- <%-- <form:input placeholder="请输入合同价" id="contractFee" path="projectReportData.contractFee" htmlEscape="false" class="form-control layui-input number"/>--%>
|
|
|
- </div>
|
|
|
- <span style="font-size: 12px;color: red;">施工合同</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label">合同价(元):</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <form:input placeholder="请输入合同价" id="contractFee" path="projectReportData.contractFee" htmlEscape="false" readonly="true" class="form-control layui-input number"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6" style="display: none;">
|
|
|
- <label class="layui-form-label">费率(%):</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <form:input placeholder="请输入合同费率" id="contractRate" path="projectReportData.contractRate" htmlEscape="false" readonly="true" class="form-control layui-input"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label">核增核减额(元):</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <form:input id="verifyFee" path="projectReportData.verifyFee" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label">核增核减率(%):</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <form:input id="verifyRate" path="projectReportData.verifyRate" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label">咨询标的额(元):</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <form:input id="consultFee" path="projectReportData.consultFee" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label">土建造价(元):</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <form:input id="buildingFee" path="projectReportData.buildingFee" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label">安装造价(元):</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <form:input id="installFee" path="projectReportData.installFee" htmlEscape="false" class="form-control layui-input" readonly="true"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label">土建比例(%):</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <form:input id="buildingRate" path="projectReportData.buildingRate" htmlEscape="false" class="form-control layui-input number" readonly="true"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label">安装比例(%):</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <form:input id="installRate" path="projectReportData.installRate" htmlEscape="false" class="form-control layui-input number" readonly="true"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label">工作开始日期:</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <input class=" form-control layui-input" readonly="readonly" value="<fmt:formatDate value="${projectRecords.startDate}" pattern="yyyy-MM-dd"/>">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6">
|
|
|
- <label class="layui-form-label">工作结束日期:</label>
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
- <input class=" form-control layui-input" readonly="readonly" value="<fmt:formatDate value="${projectRecords.endingDate}" pattern="yyyy-MM-dd"/>">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label double-line">造价咨询营业收入(万元):</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <form:input path="projectReportData.ZiXunShouRu" readonly="true" cssStyle="background-color: #f1f1f1" htmlEscape="false" onblur="onblurNum(this)" onkeyup="num(this)" class="form-control layui-input"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div style="overflow: hidden">
|
|
|
- <div class="form-group-label">
|
|
|
- <h2>报告签发复核内容</h2>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <div class="layui-item layui-col-xs12" >
|
|
|
- <table id="treeTable2" class="table table-bordered table-condensed details no-bottom-margin">
|
|
|
- <thead>
|
|
|
- <tr>
|
|
|
- <th width="40%">符合内容及评分标准</th>
|
|
|
- <th width="10%">自校</th>
|
|
|
- <th >意见</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody>
|
|
|
- <c:forEach items="${datalistTwo}" var="workReviewAudit" varStatus="index">
|
|
|
- <tr id="${workReviewAudit.id}" pid="${workReviewAudit.parent.id}">
|
|
|
- <%--<td title="${workReviewAudit.orderNum}">--%>
|
|
|
- <%--${workReviewAudit.orderNum}--%>
|
|
|
- <%--</td>--%>
|
|
|
- <td title="${workReviewAudit.standardDetail}">
|
|
|
- ${workReviewAudit.standardDetail}
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- <i class="fa fa-check"></i>
|
|
|
- </td>
|
|
|
- <%-- <td class="input-td">--%>
|
|
|
- <%-- <input id="maxDeduct" readonly="true" htmlEscape="false" class="form-control layui-input" style="background-color: #fff;text-align: center" value="${workReviewAudit.maxDeduct}" />--%>
|
|
|
- <%-- </td>--%>
|
|
|
- <%-- <td class="input-td">--%>
|
|
|
- <%-- <input id="deduct" style="text-align: center;background-color: #fff" htmlEscape="false" readonly="true" class="form-control layui-input" value="${workReviewAudit.deduct}">--%>
|
|
|
- <%-- </td>--%>
|
|
|
- <td class="input-td">
|
|
|
- <input id="deductOpinion" style="text-align: center;background-color: #fff" title="${workReviewAudit.deductOption}" readonly="true" name="deductOpinion" value="${workReviewAudit.deductOption}" onclick="readOpenInfo(this.value)" class="form-control layui-input"/>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </c:forEach>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- </c:if>
|
|
|
- </div>
|
|
|
<div class="form-group layui-row first hide" id="AccessoryView">
|
|
|
<div class="form-group layui-row">
|
|
|
<div class="form-group-label"><h2>成果文件</h2></div>
|