|
@@ -825,7 +825,7 @@
|
|
|
<div class="layui-input-block readOnlyFFF">
|
|
|
<form:select path="projectReportStatusTwo" class="form-control simple-select">
|
|
|
<form:option value="" label=""/>
|
|
|
- <form:options items="${fns:getDictList('rural_report_audit_state')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
|
|
|
+ <form:options items="${fns:getDictList('rural_report_issue_audit_state')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
|
|
|
</form:select>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1028,7 +1028,7 @@
|
|
|
return xml;
|
|
|
}}
|
|
|
,{align:'center', title: '报告签发', width:85,templet:function(d){
|
|
|
- var st = getAuditState(""+d.projectReportStatusTwo);
|
|
|
+ var st = getReportIssueState(""+d.projectReportStatusTwo);
|
|
|
|
|
|
if(st.action){
|
|
|
if (d.submitMoney=="1"){
|
|
@@ -1041,7 +1041,7 @@
|
|
|
}
|
|
|
return xml;
|
|
|
}}
|
|
|
- ,{align:'left', title: '电子', width:140,templet:function(d){
|
|
|
+ ,{align:'left', title: '电子', width:150,templet:function(d){
|
|
|
var st = getRuralProjectArchiveState(d.projectReportRecordStatus);
|
|
|
var noArchivedDays=d.noArchivedDays;
|
|
|
if(st.action){
|
|
@@ -1060,14 +1060,6 @@
|
|
|
}
|
|
|
return xml;
|
|
|
}}
|
|
|
- ,{align:'center', title: '材料库', width:105,templet:function(d){
|
|
|
- var st = getProjectMaterialStorageStatus(d.projectMaterialStorageStatus);
|
|
|
- if(st.action)
|
|
|
- var xml = "<span onclick=\"openDialogView('流程追踪', '${ctx}/project/projectMaterialStorage/form?reportedProcessInstanceId=" + d.reportedProcessInstanceId +"&&pageId=1"+ "','95%','95%')\" class=\"new-status-label status-label-" + st.label + "\" >" + st.status+ "</span>";
|
|
|
- else
|
|
|
- var xml = "<span style=\"cursor:default;\" class=\"new-status-label status-label-" + st.label + "\" >" + st.status + "</span>";
|
|
|
- return xml;
|
|
|
- }}
|
|
|
<%--,{align:'center', title: '资料缺失', width:90,templet:function(d){--%>
|
|
|
<%-- var st = getdefectRecordState(""+d.defectRecordStatus);--%>
|
|
|
<%-- if(st.action)--%>
|
|
@@ -1076,7 +1068,7 @@
|
|
|
<%-- var xml = "<span style=\"cursor:default;\" class=\"status-label status-label-" + st.label + "\" >" + st.status + "</span>";--%>
|
|
|
<%-- return xml;--%>
|
|
|
<%-- }}--%>
|
|
|
- ,{align:'left', title: '纸质', width:100,templet:function(d){
|
|
|
+ ,{align:'left', title: '纸质', width:140,templet:function(d){
|
|
|
if (d.submitMoney=="1"){
|
|
|
var st = getRuralProjectArchiveState(d.downProjectReportRecordStatus);
|
|
|
}else if (d.submitMoney=="2"){
|
|
@@ -1093,11 +1085,19 @@
|
|
|
var xml = "<span style=\"cursor:default;\" class=\"status-label status-label-" + st.label + "\" >" + st.status + "</span>";
|
|
|
}
|
|
|
if(paperNoArchivedDays != null && paperNoArchivedDays != undefined && '' != paperNoArchivedDays){
|
|
|
- xml+="<span style='margin-left: 5px;' >" + paperNoArchivedDays + "天" + "</span>";
|
|
|
+ xml+="<span style='margin-left: 5px;' title='未归档天数'>" + paperNoArchivedDays + "天" + "</span>";
|
|
|
}else{
|
|
|
}
|
|
|
return xml;
|
|
|
}}
|
|
|
+ ,{align:'center', title: '材料库', width:105,templet:function(d){
|
|
|
+ var st = getProjectMaterialStorageStatus(d.projectMaterialStorageStatus);
|
|
|
+ if(st.action)
|
|
|
+ var xml = "<span onclick=\"openDialogView('流程追踪', '${ctx}/project/projectMaterialStorage/form?reportedProcessInstanceId=" + d.reportedProcessInstanceId +"&&pageId=1"+ "','95%','95%')\" class=\"new-status-label status-label-" + st.label + "\" >" + st.status+ "</span>";
|
|
|
+ else
|
|
|
+ var xml = "<span style=\"cursor:default;\" class=\"new-status-label status-label-" + st.label + "\" >" + st.status + "</span>";
|
|
|
+ return xml;
|
|
|
+ }}
|
|
|
,{align:'center', title: '上报', width:105,templet:function(d){
|
|
|
var st = getReportedState(d.reportedState);
|
|
|
if(st.action)
|