|
@@ -54,13 +54,13 @@
|
|
|
<% if (auditChanges.length !== 0) { %>
|
|
|
<option value="3">变更审批(<%- auditChanges.length %>)</option>
|
|
|
<% } %>
|
|
|
- <% if (ctx.session.sessionProject.page_show.openChangeProject && auditChangeProject.length !== 0) { %>
|
|
|
+ <% if (ctx.subProject.page_show.openChangeProject && auditChangeProject.length !== 0) { %>
|
|
|
<option value="7">变更立项(<%- auditChangeProject.length %>)</option>
|
|
|
<% } %>
|
|
|
- <% if (ctx.session.sessionProject.page_show.openChangeApply && auditChangeApply.length !== 0) { %>
|
|
|
+ <% if (ctx.subProject.page_show.openChangeApply && auditChangeApply.length !== 0) { %>
|
|
|
<option value="8">变更申请(<%- auditChangeApply.length %>)</option>
|
|
|
<% } %>
|
|
|
- <% if (ctx.session.sessionProject.page_show.openChangePlan && auditChangePlan.length !== 0) { %>
|
|
|
+ <% if (ctx.subProject.page_show.openChangePlan && auditChangePlan.length !== 0) { %>
|
|
|
<option value="9">变更方案(<%- auditChangePlan.length %>)</option>
|
|
|
<% } %>
|
|
|
<% if (ctx.session.sessionProject.page_show.openMaterial && auditMaterial.length !== 0) { %>
|
|
@@ -392,13 +392,13 @@
|
|
|
<option value="4">台账修订</option>
|
|
|
<option value="2">计量审批</option>
|
|
|
<option value="3">变更审批</option>
|
|
|
- <% if (ctx.session.sessionProject.page_show.openChangeProject) { %>
|
|
|
+ <% if (ctx.subProject.page_show.openChangeProject) { %>
|
|
|
<option value="7">变更立项</option>
|
|
|
<% } %>
|
|
|
- <% if (ctx.session.sessionProject.page_show.openChangeApply) { %>
|
|
|
+ <% if (ctx.subProject.page_show.openChangeApply) { %>
|
|
|
<option value="8">变更申请</option>
|
|
|
<% } %>
|
|
|
- <% if (ctx.session.sessionProject.page_show.openChangePlan) { %>
|
|
|
+ <% if (ctx.subProject.page_show.openChangePlan) { %>
|
|
|
<option value="9">变更方案</option>
|
|
|
<% } %>
|
|
|
<% if (ctx.session.sessionProject.page_show.openMaterial) { %>
|
|
@@ -483,7 +483,7 @@
|
|
|
<td class="<%- acChange.statusClass[notice.status]%>"><%- acChange.statusString[notice.status]%></td>
|
|
|
<td><%- notice.opinion ? notice.opinion : '' %></td>
|
|
|
</tr>
|
|
|
- <% } else if(notice.type === pushType.changeProject && ctx.session.sessionProject.page_show.openChangeProject) { %>
|
|
|
+ <% } else if(notice.type === pushType.changeProject && ctx.subProject.page_show.openChangeProject) { %>
|
|
|
<tr data-type="7">
|
|
|
<td><span class="bg-new-changeProject text-new-changeProject badge text-width">变更立项</span></td>
|
|
|
<td><a href="/tender/<%- notice.tid %>"><%- notice.name %></a> <a href="/tender/<%- notice.tid %>/change/project/<%- notice.cpid %>/information"><%- notice.c_code %></a></td>
|
|
@@ -493,7 +493,7 @@
|
|
|
<td class="<%- acChangeProject.statusClass[notice.status] %>"><%- acChangeProject.statusString[notice.status] %></td>
|
|
|
<td><%- notice.opinion ? notice.opinion : '' %></td>
|
|
|
</tr>
|
|
|
- <% } else if(notice.type === pushType.changeApply && ctx.session.sessionProject.page_show.openChangeApply) { %>
|
|
|
+ <% } else if(notice.type === pushType.changeApply && ctx.subProject.page_show.openChangeApply) { %>
|
|
|
<tr data-type="8">
|
|
|
<td><span class="bg-new-changeApply text-new-changeApply badge text-width">变更申请</span></td>
|
|
|
<td><a href="/tender/<%- notice.tid %>"><%- notice.name %></a> <a href="/tender/<%- notice.tid %>/change/apply/<%- notice.caid %>/information"><%- notice.c_code %></a></td>
|
|
@@ -503,7 +503,7 @@
|
|
|
<td class="<%- acChangeApply.statusClass[notice.status]%>"><%- acChangeApply.statusString[notice.status] %></td>
|
|
|
<td><%- notice.opinion ? notice.opinion : '' %></td>
|
|
|
</tr>
|
|
|
- <% } else if(notice.type === pushType.changePlan && ctx.session.sessionProject.page_show.openChangePlan) { %>
|
|
|
+ <% } else if(notice.type === pushType.changePlan && ctx.subProject.page_show.openChangePlan) { %>
|
|
|
<tr data-type="9">
|
|
|
<td><span class="bg-new-changePlan text-new-changePlan badge text-width">变更方案</span></td>
|
|
|
<td><a href="/tender/<%- notice.tid %>"><%- notice.name %></a> <a href="/tender/<%- notice.tid %>/change/plan/<%- notice.cpid %>/information"><%- notice.c_code %></a></td>
|
|
@@ -655,13 +655,13 @@
|
|
|
'rgba(251, 182, 45,'+ transparentCount +')',
|
|
|
'rgba(82, 196, 26,'+ transparentCount +')',
|
|
|
'rgba(22, 208, 208,'+ transparentCount +')',
|
|
|
- <% if (ctx.session.sessionProject.page_show.openChangeProject) { %>
|
|
|
+ <% if (ctx.subProject.page_show.openChangeProject) { %>
|
|
|
'rgba(51, 119, 255,'+ transparentCount +')',
|
|
|
<% } %>
|
|
|
- <% if (ctx.session.sessionProject.page_show.openChangeApply) { %>
|
|
|
+ <% if (ctx.subProject.page_show.openChangeApply) { %>
|
|
|
'rgba(41, 58, 210,'+ transparentCount +')',
|
|
|
<% } %>
|
|
|
- <% if (ctx.session.sessionProject.page_show.openChangePlan) { %>
|
|
|
+ <% if (ctx.subProject.page_show.openChangePlan) { %>
|
|
|
'rgba(114, 46, 209,'+ transparentCount +')',
|
|
|
<% } %>
|
|
|
<% if (ctx.session.sessionProject.page_show.openMaterial) { %>
|