|
@@ -1,5 +1,6 @@
|
|
|
<%@ page contentType="text/html;charset=UTF-8" %>
|
|
|
<%@ include file="/webpage/include/taglib.jsp"%>
|
|
|
+<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
|
|
<html>
|
|
|
<head>
|
|
|
<title>待办管理</title>
|
|
@@ -567,6 +568,12 @@
|
|
|
</div>
|
|
|
<div id="moresees" style="clear:both;display:none;height: 70px;">
|
|
|
<div class="layui-item query athird">
|
|
|
+ <label class="layui-form-label">标题:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <form:input path="title" htmlEscape="false" maxlength="255" class=" form-control layui-input"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item query athird">
|
|
|
<label class="layui-form-label">提交人:</label>
|
|
|
<div class="layui-input-block with-icon">
|
|
|
<sys:inquireselectUserNotReadolny id="createUser" name="createUserId" value="${workProjectNotify.createUserId}" labelName="createUserName" labelValue="${workProjectNotify.createUserName}" cssStyle="background-color: #fff"
|
|
@@ -647,98 +654,304 @@
|
|
|
"</a>";
|
|
|
}else if(d.type == "6")
|
|
|
{
|
|
|
- if( d.status != 1 )
|
|
|
- {
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialog('确认定投标', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
- }
|
|
|
- else
|
|
|
- {
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('确认定投标', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ if( d.status != 1 )
|
|
|
+ {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialog('确认定投标', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+ else
|
|
|
+ {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('确认定投标', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+ }else if (d.isreply == "2"){
|
|
|
+ if( d.status != 1 )
|
|
|
+ {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialog('确认定投标', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+ else
|
|
|
+ {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('确认定投标', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+ }else {
|
|
|
+ if( d.status != 1 )
|
|
|
+ {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialog('确认定投标', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+ else
|
|
|
+ {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('确认定投标', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "18"){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogre('企业申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogre('企业申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogre('企业申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogre('企业申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "19"){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('企业申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('企业申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+ "【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2") {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('企业申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ "【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('企业申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
}
|
|
|
else if(d.type == "57" && d.step == '申请人归档'){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+ "【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2") {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "50" && d.step == '投标专员标书编制'){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+ "【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2") {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "50" && d.step == '投标专员调整申请'){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2") {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "50" && d.step == '市场研发管理部负责人备案'){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2") {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "16" && d.step == '合同盖章'){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2") {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "44" && d.step == '合同盖章'){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2") {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "67" && d.step == '部门主任'){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2") {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "67" && d.step == '签约人'){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2") {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "50" && d.step == '盖章人盖章'){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2") {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "50" && d.step == '申请人开标'){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2") {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "50" && d.step == '市场研发管理部负责人'){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2") {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "55" && d.step == '申请人审批'){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2") {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "58" && d.remarks == '待处理'){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass2('"+ d.type1 +"待处理', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass2('"+ d.type1 +"待处理', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2") {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass2('"+ d.type1 +"待处理', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass2('"+ d.type1 +"待处理', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "69" && d.remarks == '待处理'){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass2('"+ d.type1 +"待处理', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass2('"+ d.type1 +"待处理', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2") {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass2('"+ d.type1 +"待处理', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass2('"+ d.type1 +"待处理', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "71" && d.step == '各级审批'){
|
|
|
return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass2('"+ d.type1 +"待处理', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
@@ -768,31 +981,85 @@
|
|
|
}
|
|
|
else if(d.remarks == "再次申请" && d.status != "1")
|
|
|
{
|
|
|
- return " <a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
- }
|
|
|
- else if(d.remarks == "重新申请" && d.status != "1")
|
|
|
- {
|
|
|
- <%--作废--%>
|
|
|
- if(d.type == "39" && (d.projectType == "1" || d.projectType == "2")){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"projectDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','${ctx}/workprojectnotify/workProjectNotify/cancellationNotify?id="+d.id+"','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ if (d.isreply == "2"){
|
|
|
+ return " <a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
"</a>";
|
|
|
- }else if(d.type == "16"){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"projectDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','${ctx}/workprojectnotify/workProjectNotify/cancellationNotify?id="+d.id+"','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ }else if (d.isreply == "1"){
|
|
|
+ return " <a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
"</a>";
|
|
|
- <%--删除--%>
|
|
|
- }else if(d.type == "92" || d.type == "89" || d.type == "21" || d.type == "13" || d.type == "139" ){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"projectDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','${ctx}/workprojectnotify/workProjectNotify/deleteNotify?id="+d.id+"','95%','95%')\">" +
|
|
|
+ }else {
|
|
|
+ return " <a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
"<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
"</a>";
|
|
|
- }else{
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
}
|
|
|
+
|
|
|
+ }
|
|
|
+ else if(d.remarks == "重新申请" && d.status != "1")
|
|
|
+ {
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ <%--作废--%>
|
|
|
+ if(d.type == "39" && (d.projectType == "1" || d.projectType == "2")){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"projectDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','${ctx}/workprojectnotify/workProjectNotify/cancellationNotify?id="+d.id+"','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+ "【驳回】"+d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if(d.type == "16"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"projectDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','${ctx}/workprojectnotify/workProjectNotify/cancellationNotify?id="+d.id+"','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ <%--删除--%>
|
|
|
+ }else if(d.type == "92" || d.type == "89" || d.type == "21" || d.type == "13" || d.type == "139" ){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"projectDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','${ctx}/workprojectnotify/workProjectNotify/deleteNotify?id="+d.id+"','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+ "【驳回】"+d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else{
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+ }else if (d.isreply == "2"){
|
|
|
+ <%--作废--%>
|
|
|
+ if(d.type == "39" && (d.projectType == "1" || d.projectType == "2")){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"projectDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','${ctx}/workprojectnotify/workProjectNotify/cancellationNotify?id="+d.id+"','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ "【通过】"+d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if(d.type == "16"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"projectDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','${ctx}/workprojectnotify/workProjectNotify/cancellationNotify?id="+d.id+"','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ <%--删除--%>
|
|
|
+ }else if(d.type == "92" || d.type == "89" || d.type == "21" || d.type == "13" || d.type == "139" ){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"projectDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','${ctx}/workprojectnotify/workProjectNotify/deleteNotify?id="+d.id+"','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ "【通过】"+d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else{
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+ }else {
|
|
|
+ <%--作废--%>
|
|
|
+ if(d.type == "39" && (d.projectType == "1" || d.projectType == "2")){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"projectDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','${ctx}/workprojectnotify/workProjectNotify/cancellationNotify?id="+d.id+"','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if(d.type == "16"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"projectDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','${ctx}/workprojectnotify/workProjectNotify/cancellationNotify?id="+d.id+"','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ <%--删除--%>
|
|
|
+ }else if(d.type == "92" || d.type == "89" || d.type == "21" || d.type == "13" || d.type == "139" ){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"projectDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','${ctx}/workprojectnotify/workProjectNotify/deleteNotify?id="+d.id+"','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else{
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogres('"+ d.type1 +"重新申请', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "66" && d.step == '转正人补充信息'){
|
|
|
return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogPass('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
@@ -810,30 +1077,85 @@
|
|
|
"</a>";
|
|
|
}
|
|
|
else if(d.type == "83"){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogreAttendanceAudit('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "2"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogreAttendanceAudit('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogreAttendanceAudit('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogreAttendanceAudit('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.type == "84"){
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogreAttendance('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "2"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogreAttendance('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogreAttendance('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogreAttendance('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
else if(d.remarks == "待审批" && d.status != "1") {
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogre('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogre('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogre('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogre('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else if(d.remarks == "待审批" && d.status != "1" && d.type == "76" && d.step == '案例审核人审批') {
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogreExample('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "2"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogreExample('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+"【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogreExample('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+"【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogreExample('"+ d.type1 +"待审批', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
else{
|
|
|
- return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('"+ d.type1 +"', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
- "<span title=\""+ d.title +"\">"+ d.title +"</span>" +
|
|
|
- "</a>";
|
|
|
+ if (d.isreply == "1"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('"+ d.type1 +"', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\" style=\"color: red;\">"+ "【驳回】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else if (d.isreply == "2"){
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('"+ d.type1 +"', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ "【通过】"+ d.title +"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }else {
|
|
|
+ return "<a class=\"attention-info\" href=\"javascript:void(0)\" onclick=\"openDialogView('"+ d.type1 +"', '${ctx}/workprojectnotify/workProjectNotify/form?id="+d.id+"&home=notifyList','95%','95%')\">" +
|
|
|
+ "<span title=\""+ d.title +"\">"+ d.title+"</span>" +
|
|
|
+ "</a>";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
}}
|
|
|
,{align:'center',title: '内容', minWidth:150,templet:function(d){
|
|
@@ -882,6 +1204,12 @@
|
|
|
,"type1":"${fns:getDictLabel(workProjectNotify.type, 'project_notify_type', '')}"
|
|
|
,"step":"${workProjectNotify.notifyRole}"
|
|
|
,"title":"${workProjectNotify.title}"
|
|
|
+ <c:if test="${fn:contains(workProjectNotify.title, '驳回')}">
|
|
|
+ ,"isreply":"1"
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${fn:contains(workProjectNotify.title, '完成') || fn:contains(workProjectNotify.title, '通过') || fn:contains(workProjectNotify.title, '成功')}">
|
|
|
+ ,"isreply":"2"
|
|
|
+ </c:if>
|
|
|
,"content":"${workProjectNotify.content}"
|
|
|
,"initiator":"${fns:getUserById(workProjectNotify.initiator).name}"
|
|
|
,"auditorName":"${fns:getUserById(workProjectNotify.auditor).name}"
|