|
@@ -537,10 +537,10 @@
|
|
|
if(d.projectReportRecordStatus == 5 || d.projectReportStatus == 5){
|
|
|
if(d.syncStatus == 0){
|
|
|
if(d.reportStatus == 0){
|
|
|
- if(d.reportedAdd != undefined && d.reportedAdd =="1"){
|
|
|
+ /*if(d.reportedAdd != undefined && d.reportedAdd =="1"){
|
|
|
xml+="<a href=\"#\" onclick=\"openDialogre('上报管理', '${ctx}/ruralProject/ruralCostProjectMessage/updateReported?id=" + d.id + " ','95%', '95%','','上报,关闭')\" style='background-color: #5FB878' class=\"op-btn op-btn-delete\" ><i class=\"fa fa-plus\"></i> 上报</a>";
|
|
|
xml+="<a href=\"#\" onclick=\"openDialogre('上报管理', '${ctx}/ruralProject/ruralProjectMessage/updateReportedByPerson?id=" + d.id + " ','95%', '95%','','上报,关闭')\" style='background-color: #5FB878' class=\"op-btn op-btn-delete\" ><i class=\"fa fa-plus\"></i> 个人上报</a>";
|
|
|
- }
|
|
|
+ }*/
|
|
|
}else{
|
|
|
if(d.reportedRecall != undefined && d.reportedRecall =="1"){
|
|
|
xml+="<a href=\"${ctx}/ruralProject/ruralCostProjectMessage/cancelInvalidateByReported?id=" + d.id + "&processInstanceId=" + d.reportedProcessInstanceId + "\" onclick=\"return confirmx('确认要撤回该上报审批吗?', this.href)\" class=\"op-btn op-btn-cancel\" ><i class=\"glyphicon glyphicon-share-alt\"></i> 撤回上报</a>";
|
|
@@ -741,4 +741,4 @@
|
|
|
});
|
|
|
</script>
|
|
|
</body>
|
|
|
-</html>
|
|
|
+</html>
|