|
|
@@ -129,16 +129,16 @@
|
|
|
<td id="htdetail_pay_price"></td>
|
|
|
<th class="text-center align-middle">累计扣款(K)</th>
|
|
|
<td id="htdetail_debit_price"></td>
|
|
|
- <th></th>
|
|
|
- <td></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
<th class="text-center align-middle"><% if (ctx.contract_type === contractConst.type.income) { %>累计应回(S=P-K)<% } else if (ctx.contract_type === contractConst.type.expenses) { %>累计应付(S=P-K)<% } %></th>
|
|
|
<td id="htdetail_yf_price"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
<th class="text-center align-middle"><% if (ctx.contract_type === contractConst.type.income) { %>累计实回(A)<% } else if (ctx.contract_type === contractConst.type.expenses) { %>累计实付(A)<% } %></th>
|
|
|
<td id="htdetail_sf_price"></td>
|
|
|
<th class="text-center align-middle"><% if (ctx.contract_type === contractConst.type.income) { %>待回款(S-A)<% } else if (ctx.contract_type === contractConst.type.expenses) { %>待支付(S-A)<% } %></th>
|
|
|
<td id="htdetail_df_price"></td>
|
|
|
+ <th class="text-center align-middle">创建时间</th>
|
|
|
+ <td id="htdetail_create_time"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th class="text-center align-middle">甲方</th>
|
|
|
@@ -169,8 +169,6 @@
|
|
|
<tr>
|
|
|
<th class="text-center align-middle">结算书编号</th>
|
|
|
<td id="htdetail_settle_code"></td>
|
|
|
- <th class="text-center align-middle">创建时间</th>
|
|
|
- <td id="htdetail_create_time"></td>
|
|
|
<th class="text-center align-middle">备注</th>
|
|
|
<td class="change-input-td" colspan="5" id="htdetail_remark"></td>
|
|
|
</tr>
|