|
@@ -17,6 +17,10 @@
|
|
|
$("#opinion").val(ss);
|
|
|
if(validateForm.form()){
|
|
|
if(obj == 1) {
|
|
|
+ if(!ss){
|
|
|
+ top.layer.msg("请填写报告签发审核意见!", {icon: 0});
|
|
|
+ return ;
|
|
|
+ }
|
|
|
var flags=judgment();
|
|
|
if (flags){
|
|
|
$("#flag").val("yes");
|
|
@@ -89,6 +93,7 @@
|
|
|
tips: 3
|
|
|
});
|
|
|
})
|
|
|
+ console.log(1231251231)
|
|
|
$(".list-tabs li").click(function(){
|
|
|
$(".list-tabs li").each(function(){
|
|
|
$(this).removeAttr("class","active");
|
|
@@ -207,7 +212,7 @@
|
|
|
<body >
|
|
|
<div class="single-form">
|
|
|
<div class="container">
|
|
|
- <form:form id="inputForm" modelAttribute="projectcontentinfo" enctype="multipart/form-data" action="${ctx}/ruralProject/ruralProjectMessageNewTwo/reportAudit" method="post" class="form-horizontal layui-form">
|
|
|
+ <form:form id="inputForm" modelAttribute="projectcontentinfo" enctype="multipart/form-data" action="${ctx}/ruralProject/ruralProjectMessageNewTwo/reportAudit" method="post" class="layui-form">
|
|
|
<form:hidden path="id"/>
|
|
|
<form:hidden path="home"/>
|
|
|
<form:hidden path="project.id"/>
|
|
@@ -239,22 +244,22 @@
|
|
|
</div>--%>
|
|
|
<div class="form-group layui-row first lw12">
|
|
|
<div class="tapfixed" style="width: 80%;">
|
|
|
- <div class="list-form-tab contentShadow list-form-tab" id="tabDiv">
|
|
|
+ <div class="list-form-tab contentShadow" id="tabDiv">
|
|
|
<ul class="list-tabs" >
|
|
|
- <li class="active"><a>基本信息</a><span class="hide">projectInfo</span></li>
|
|
|
+ <li><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 class="active"><a>报告签发信息</a><span class="hide">issueView</span></li>
|
|
|
<li><a>档案信息</a><span class="hide">AccessoryView</span></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="margin-top: 50px;overflow:hidden;">
|
|
|
- <div class="form-group layui-row first" id="projectInfo">
|
|
|
+ <div class="form-group layui-row first hide" id="projectInfo">
|
|
|
<%-- <div class="form-group-label"><h2>项目基本信息</h2></div>--%>
|
|
|
<div>
|
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
@@ -1033,7 +1038,7 @@
|
|
|
<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 lw7">
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
<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"/>
|
|
@@ -1184,8 +1189,8 @@
|
|
|
</div>
|
|
|
</c:if>
|
|
|
</div>
|
|
|
- <div class="form-group layui-row first hide" id="issueView">
|
|
|
- <div class="form-group layui-row first lw12">
|
|
|
+ <div class="form-group layui-row first" id="issueView">
|
|
|
+ <div class="form-group layui-row first">
|
|
|
<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>
|
|
@@ -1236,13 +1241,13 @@
|
|
|
</div>
|
|
|
<c:if test="${projectRecords.projectType == 2}">
|
|
|
<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 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>
|
|
|
+ <label class="layui-form-label double-line">核增核减率(%):</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>
|
|
@@ -1263,25 +1268,25 @@
|
|
|
</div>
|
|
|
<c:if test="${projectRecords.projectType == 2}">
|
|
|
<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 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>
|
|
|
+ <label class="layui-form-label double-line">安装造价(元):</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>
|
|
|
+ <label class="layui-form-label double-line">土建比例(%):</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>
|
|
|
+ <label class="layui-form-label double-line">安装比例(%):</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>
|
|
@@ -1290,13 +1295,13 @@
|
|
|
|
|
|
|
|
|
<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 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>
|
|
|
+ <label class="layui-form-label double-line">工作结束日期:</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>
|
|
@@ -1360,7 +1365,7 @@
|
|
|
<div>
|
|
|
<div class="form-group-label">
|
|
|
<div style="float: right"> <a href="javascript:void(0)" style='background-color: #FFB800' onclick="openDialogre1('个人模板列表', '${ctx}/auditTemplate/auditTemplate/templateList?identification=${identification}&name=${identificationName}','80%', '70%','','关闭')" class="nav-btn layui-btn layui-btn-sm" ><i class="fa fa-file-excel-o"></i> 审核意见模板列表</a></div>
|
|
|
- <h2>审批意见</h2>
|
|
|
+ <h2><span class="require-item">*</span>审批意见<span style="color: red;font-size: 14px"> (请填写报告签发意见,此内容回再流程单中展示)</span></h2>
|
|
|
</div>
|
|
|
<iframe id="iframe" src="${ctx}/auditTemplate/auditTemplate/iframeView?identification=${identification}" name="listresult" frameborder="0" align="left" width="100%" height="300" scrolling="value"></iframe>
|
|
|
</div>
|