|
|
@@ -230,13 +230,13 @@
|
|
|
<thead>
|
|
|
<tr class="text-center" id="pay-header">
|
|
|
<% if (ctx.contract_type === contractConst.type.income) { %>
|
|
|
- <th width="4%">序号</th><th width="5%" sort="pay_time">回款日期</th><th width="5%">用途</th><th width="7%">回款金额</th><th width="7%">扣款金额</th><th width="7%">应回金额</th><th width="7%">实回金额</th><th width="5%">回款方式</th><th width="5%">创建人</th><th width="9%" sort="create_time">创建时间</th><th width="10%">备注</th><th width="4%">附件</th>
|
|
|
+ <th width="3%">序号</th><th width="5%" sort="pay_time">回款日期</th><th width="5%">用途</th><th width="7%">回款金额</th><th width="7%">扣款金额</th><th width="7%">应回金额</th><th width="7%">实回金额</th><th width="5%">回款方式</th><th width="5%">创建人</th><th width="9%" sort="create_time">创建时间</th><th width="10%">备注</th><th width="4%">附件</th>
|
|
|
<% if (pay_shenpi_status) { %>
|
|
|
<th width="15%">审批进度</th>
|
|
|
<% } %>
|
|
|
<th width="10%">操作</th>
|
|
|
<% } else if (ctx.contract_type === contractConst.type.expenses) { %>
|
|
|
- <th width="4%">序号</th><th width="5%" sort="pay_time">支付日期</th><th width="5%">用途</th><th width="7%">付款金额</th><th width="7%">扣款金额</th><th width="7%">应付金额</th><th width="7%">实付金额</th><th width="5%">支付方式</th><th width="5%">创建人</th><th width="9%" sort="create_time">创建时间</th><th width="10%">备注</th><th width="4%">附件</th>
|
|
|
+ <th width="3%">序号</th><th width="5%" sort="pay_time">支付日期</th><th width="5%">用途</th><th width="7%">付款金额</th><th width="7%">扣款金额</th><th width="7%">应付金额</th><th width="7%">实付金额</th><th width="5%">支付方式</th><th width="5%">创建人</th><th width="9%" sort="create_time">创建时间</th><th width="10%">备注</th><th width="4%">附件</th>
|
|
|
<% if (pay_shenpi_status) { %>
|
|
|
<th width="15%">审批进度</th>
|
|
|
<% } %>
|