需求计划撤回
This commit is contained in:
parent
5cd7d23ee6
commit
9d549ccd38
|
|
@ -175,7 +175,7 @@ function initTable() {
|
|||
let html = "";
|
||||
html += "<a onclick='planAuditDetail(" + JSON.stringify(d) + ")'>详情</a>";
|
||||
let content = getCheckStatus(d.statusType, d.status);
|
||||
if ((!(content.indexOf('驳回') > -1 || !content.indexOf('已撤回') > -1 || content.indexOf('通过') > -1)) && d.hasAuditBtn) {
|
||||
if ((!(content.indexOf('驳回') > -1 || content.indexOf('已撤回') > -1 || content.indexOf('通过') > -1)) && d.hasAuditBtn) {
|
||||
html += "<div class='splitLine'>|</div><a onclick='checkDetail(" + JSON.stringify(d) + ")'>审核</a>";
|
||||
}
|
||||
return html;
|
||||
|
|
|
|||
Loading…
Reference in New Issue