|
|
|
@ -122,58 +122,62 @@ |
|
|
|
|
|
|
|
|
|
<!--startprint--> |
|
|
|
|
<div id="print-content" style="display: none"> |
|
|
|
|
<div class="inner-content"> |
|
|
|
|
<article nz-typography> |
|
|
|
|
<p> |
|
|
|
|
<span nz-typography><strong>清算日期: {{this.searchForm.value.settleTimeS | date: 'yyyy-MM-dd'}} 至 {{this.searchForm.value.settleTimeE | date: 'yyyy-MM-dd'}}</strong></span> |
|
|
|
|
</p> |
|
|
|
|
</article> |
|
|
|
|
<article nz-typography> |
|
|
|
|
<p> |
|
|
|
|
<span nz-typography nzType="warning"><strong>汇总:</strong></span> |
|
|
|
|
笔数 <span nz-typography nzType="warning"><strong>{{dataObject.totalTradeNum}}</strong></span>、 |
|
|
|
|
交易金额 <span nz-typography nzType="warning"><strong>{{dataObject.totalTradeAmount}}</strong></span> 元、 |
|
|
|
|
手续费 <span nz-typography nzType="warning"><strong>{{dataObject.totalShdFeeAmount}}</strong></span> 元、 |
|
|
|
|
应结算金额 <span nz-typography nzType="warning"><strong>{{dataObject.totalSettleAmount}}</strong></span> 元 |
|
|
|
|
</p> |
|
|
|
|
</article> |
|
|
|
|
<!--数组表格 --> |
|
|
|
|
<nz-table #basicTable |
|
|
|
|
nzBordered |
|
|
|
|
nzSize="middle" |
|
|
|
|
[nzData]="dataObject.settleDetailList" |
|
|
|
|
[nzTotal]="dataObject.settleDetailList.length" |
|
|
|
|
[nzLoading]="tableLoading" |
|
|
|
|
[nzScroll]="{ x: '595px'}"> |
|
|
|
|
<thead> |
|
|
|
|
<tr> |
|
|
|
|
<th nzWidth="90px">清算日期</th> |
|
|
|
|
<th nzWidth="100px">商户号</th> |
|
|
|
|
<th nzWidth="130px">商户名称</th> |
|
|
|
|
<th nzWidth="80px">交易金额</th> |
|
|
|
|
<th nzWidth="80px">清算金额</th> |
|
|
|
|
<th nzWidth="80px">手续费</th> |
|
|
|
|
<th nzWidth="80px">交易笔数</th> |
|
|
|
|
<!-- <th nzWidth="40px" nzRight="0px">操作</th>--> |
|
|
|
|
</tr> |
|
|
|
|
</thead> |
|
|
|
|
<tbody> |
|
|
|
|
<tr *ngFor="let data of basicTable.data;let i = index"> |
|
|
|
|
<td>{{data.settleDay}}</td> |
|
|
|
|
<td>{{data.merNo}}</td> |
|
|
|
|
<td>{{data.merName}}</td> |
|
|
|
|
<td>{{data.tradeAmount}}</td> |
|
|
|
|
<td>{{data.settleAmount}}</td> |
|
|
|
|
<td>{{data.shdFeeAmount}}</td> |
|
|
|
|
<td>{{data.tradeNum}}</td> |
|
|
|
|
<!--<td nzRight="0px" class="table-td-operation"> |
|
|
|
|
<a [routerLink]="['/admin/agent/detail']" [queryParams]="{agentId: data.id}">明细</a> |
|
|
|
|
</td>--> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</nz-table> |
|
|
|
|
</div> |
|
|
|
|
<img style="z-index: 0;margin: -70px 0px 0px 500px; position: absolute;" src="https://pay.dctpay.com/filesystem/b6b7e8860b6135101334aa840eb7e17d.png"> |
|
|
|
|
<nz-layout> |
|
|
|
|
<nz-content> |
|
|
|
|
<div class="inner-content"> |
|
|
|
|
<article nz-typography> |
|
|
|
|
<p> |
|
|
|
|
<span nz-typography><strong>清算日期: {{this.searchForm.value.settleTimeS | date: 'yyyy-MM-dd'}} 至 {{this.searchForm.value.settleTimeE | date: 'yyyy-MM-dd'}}</strong></span> |
|
|
|
|
</p> |
|
|
|
|
</article> |
|
|
|
|
<article nz-typography> |
|
|
|
|
<p> |
|
|
|
|
<span nz-typography nzType="warning"><strong>汇总:</strong></span> |
|
|
|
|
笔数 <span nz-typography nzType="warning"><strong>{{dataObject.totalTradeNum}}</strong></span>、 |
|
|
|
|
交易金额 <span nz-typography nzType="warning"><strong>{{dataObject.totalTradeAmount}}</strong></span> 元、 |
|
|
|
|
手续费 <span nz-typography nzType="warning"><strong>{{dataObject.totalShdFeeAmount}}</strong></span> 元、 |
|
|
|
|
应结算金额 <span nz-typography nzType="warning"><strong>{{dataObject.totalSettleAmount}}</strong></span> 元 |
|
|
|
|
</p> |
|
|
|
|
</article> |
|
|
|
|
<!--数组表格 --> |
|
|
|
|
<nz-table #basicTable |
|
|
|
|
nzBordered |
|
|
|
|
nzSize="middle" |
|
|
|
|
[nzData]="dataObject.settleDetailList" |
|
|
|
|
[nzTotal]="dataObject.settleDetailList.length" |
|
|
|
|
[nzLoading]="tableLoading" |
|
|
|
|
[nzScroll]="{ x: '595px'}"> |
|
|
|
|
<thead> |
|
|
|
|
<tr> |
|
|
|
|
<th nzWidth="90px">清算日期</th> |
|
|
|
|
<th nzWidth="100px">商户号</th> |
|
|
|
|
<th nzWidth="130px">商户名称</th> |
|
|
|
|
<th nzWidth="80px">交易金额</th> |
|
|
|
|
<th nzWidth="80px">清算金额</th> |
|
|
|
|
<th nzWidth="80px">手续费</th> |
|
|
|
|
<th nzWidth="80px">交易笔数</th> |
|
|
|
|
<!-- <th nzWidth="40px" nzRight="0px">操作</th>--> |
|
|
|
|
</tr> |
|
|
|
|
</thead> |
|
|
|
|
<tbody> |
|
|
|
|
<tr *ngFor="let data of basicTable.data;let i = index"> |
|
|
|
|
<td>{{data.settleDay}}</td> |
|
|
|
|
<td>{{data.merNo}}</td> |
|
|
|
|
<td>{{data.merName}}</td> |
|
|
|
|
<td>{{data.tradeAmount}}</td> |
|
|
|
|
<td>{{data.settleAmount}}</td> |
|
|
|
|
<td>{{data.shdFeeAmount}}</td> |
|
|
|
|
<td>{{data.tradeNum}}</td> |
|
|
|
|
<!--<td nzRight="0px" class="table-td-operation"> |
|
|
|
|
<a [routerLink]="['/admin/agent/detail']" [queryParams]="{agentId: data.id}">明细</a> |
|
|
|
|
</td>--> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</nz-table> |
|
|
|
|
</div> |
|
|
|
|
<img style="z-index: 0;margin: -150px 0px 0px 500px; position: absolute;" src="https://pay.dctpay.com/filesystem/b6b7e8860b6135101334aa840eb7e17d.png"> |
|
|
|
|
</nz-content> |
|
|
|
|
</nz-layout> |
|
|
|
|
</div> |
|
|
|
|
<!--endprint--> |
|
|
|
|
|
|
|
|
|