|
@@ -80,14 +80,14 @@
|
|
|
<p class="mb-0">截止本期完成计量</p>
|
|
|
<b>¥<%- stage.end_tp ? stage.end_tp : 0 %></b>
|
|
|
</td>
|
|
|
- <% if (!ctx.session.sessionProject.page_show.closeWapYfSf) { %>
|
|
|
+ <% if (!ctx.subProject.page_show.closeWapYfSf) { %>
|
|
|
<td>
|
|
|
<p class="mb-0">本期应付</p>
|
|
|
<b>¥<%- stage.yf_tp ? stage.yf_tp : 0 %></b>
|
|
|
</td>
|
|
|
<% } %>
|
|
|
</tr>
|
|
|
- <% if (!ctx.session.sessionProject.page_show.closeWapYfSf) { %>
|
|
|
+ <% if (!ctx.subProject.page_show.closeWapYfSf) { %>
|
|
|
<tr>
|
|
|
<td>
|
|
|
<p class="mb-0">本期实付</p>
|