|
@@ -314,15 +314,15 @@
|
|
|
<label class="layui-form-label">创建时间:</label>
|
|
|
<div class="layui-input-block readOnlyFFF">
|
|
|
<input id="beginDate" name="beginDate" placeholder="开始时间" type="text" readonly="readonly" maxlength="20" class="laydate-icondate form-control layer-date layui-input laydate-icon query-group"
|
|
|
- value="<fmt:formatDate value="${projectReportSignature.beginDate}" pattern="yyyy-MM-dd"/>"/>
|
|
|
+ value="<fmt:formatDate value="${projectReportSignatureWork.beginDate}" pattern="yyyy-MM-dd"/>"/>
|
|
|
</input>
|
|
|
<span class="group-sep">-</span>
|
|
|
<input id="endDate" name="endDate" placeholder="结束时间" type="text" readonly="readonly" maxlength="20" class="laydate-icondate form-control layer-date layui-input laydate-icon query-group"
|
|
|
- value="<fmt:formatDate value="${projectReportSignature.endDate}" pattern="yyyy-MM-dd"/>"/>
|
|
|
+ value="<fmt:formatDate value="${projectReportSignatureWork.endDate}" pattern="yyyy-MM-dd"/>"/>
|
|
|
</input>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="layui-item query athird ">
|
|
|
+ <%--<div class="layui-item query athird ">
|
|
|
<label class="layui-form-label">状态:</label>
|
|
|
<div class="layui-input-block">
|
|
|
<form:select path="status" class=" form-control simple-select">
|
|
@@ -330,7 +330,7 @@
|
|
|
<form:options items="${fns:getRuralDictList('rural_project_audit_state')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
|
|
|
</form:select>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>--%>
|
|
|
<div style="clear:both;"></div>
|
|
|
</div>
|
|
|
</form:form>
|
|
@@ -384,11 +384,11 @@
|
|
|
return xml; }}
|
|
|
,{field:'reportDataNum',align:'center', title: '报告号', width:200}
|
|
|
,{field:'submitMoney',align:'center', title: '项目等级', width:120}
|
|
|
- ,{field:'createName', align:'center',title: '签章人', width:100,templet:function(d){
|
|
|
+ ,{field:'createName', align:'center',title: '创建人', width:100,templet:function(d){
|
|
|
return "<span title=\"" + d.createName + "\">" + d.createName + "</span>";
|
|
|
}}
|
|
|
,{field:'createDate',align:'center', title: '创建日期', width:100}
|
|
|
- ,{align:'center', title: '审定单签章状态', width:100,templet:function(d){
|
|
|
+ ,{align:'center', title: '审定单状态', width:100,templet:function(d){
|
|
|
var st = getSignatureState(d.approvalStatus);
|
|
|
if(st.action)
|
|
|
var xml ="<span onclick=\"openDialogView('流程追踪', '${ctx}/projectReport/projectReportSignature/getApprovalProcess?approvalId=" + d.approvalId + "','95%','95%')\" class=\"status-label status-label-" + st.label + "\" >" + st.status + "</span>";
|
|
@@ -396,7 +396,7 @@
|
|
|
var xml = "<span style=\"cursor:default;\" class=\"status-label status-label-" + st.label + "\" >" + st.status + "</span>";
|
|
|
return xml;
|
|
|
}}
|
|
|
- ,{align:'center', title: '报告签章状态', width:100,templet:function(d){
|
|
|
+ ,{align:'center', title: '报告状态', width:100,templet:function(d){
|
|
|
var st = getSignatureState(d.reportStatus);
|
|
|
if(st.action)
|
|
|
var xml ="<span onclick=\"openDialogView('流程追踪', '${ctx}/projectReport/projectReportSignature/getProcess?reportId=" + d.reportId + "','95%','95%')\" class=\"status-label status-label-" + st.label + "\" >" + st.status + "</span>";
|
|
@@ -405,7 +405,7 @@
|
|
|
return xml;
|
|
|
}}
|
|
|
|
|
|
- ,{field:'op',align:'center',title:"操作",minWidth:160,templet:function(d){
|
|
|
+ ,{field:'op',align:'center',title:"操作",width:320,templet:function(d){
|
|
|
////对操作进行初始化
|
|
|
var xml="<div class=\"layui-btn-group\">";
|
|
|
if(d.approvalCancancel1 != undefined && d.approvalCancancel1 =="1")
|
|
@@ -468,10 +468,10 @@
|
|
|
//上传审定单进行签章
|
|
|
|
|
|
if(d.approvalSignatureUrlFlag == 1){
|
|
|
- xml+="<a href=\""+ d.approvalSignatureUrl +"\" class=\"layui-btn layui-btn-xs layui-bg-orange\" >审定单签章文件下载</a>"
|
|
|
+ xml+="<a href=\""+ d.approvalSignatureUrl +"\" class=\"layui-btn layui-btn-xs layui-bg-orange\" >审定单签章下载</a>"
|
|
|
}else{
|
|
|
if(d.approvalSignatureContractId){
|
|
|
- xml+="<a href=\"${ctx}/ruralProject/signatureCallBack/downLoadAttachApproval?contractId="+ d.approvalSignatureContractId +"\" class=\"layui-btn layui-btn-xs layui-bg-orange\" >审定单签章文件下载</a>"
|
|
|
+ xml+="<a href=\"${ctx}/ruralProject/signatureCallBack/downLoadAttachApproval?contractId="+ d.approvalSignatureContractId +"\" class=\"layui-btn layui-btn-xs layui-bg-orange\" >审定单签章下载</a>"
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -479,10 +479,10 @@
|
|
|
//上传审定单进行签章
|
|
|
|
|
|
if(d.reportSignatureUrlFlag == 1){
|
|
|
- xml+="<a href=\""+ d.reportSignatureUrl +"\" class=\"layui-btn layui-btn-xs layui-bg-orange\" >报告签章文件下载</a>"
|
|
|
+ xml+="<a href=\""+ d.reportSignatureUrl +"\" class=\"layui-btn layui-btn-xs layui-bg-orange\" >报告签章下载</a>"
|
|
|
}else{
|
|
|
if(d.reportSignatureContractId){
|
|
|
- xml+="<a href=\"${ctx}/ruralProject/signatureCallBack/downLoadAttach?contractId="+ d.reportSignatureContractId +"\" class=\"layui-btn layui-btn-xs layui-bg-orange\" >报告签章文件下载</a>"
|
|
|
+ xml+="<a href=\"${ctx}/ruralProject/signatureCallBack/downLoadAttach?contractId="+ d.reportSignatureContractId +"\" class=\"layui-btn layui-btn-xs layui-bg-orange\" >报告签章下载</a>"
|
|
|
}
|
|
|
}
|
|
|
}
|