|
|
@ -129,6 +129,7 @@ |
|
|
|
<span>共计 {{dataObject.total?dataObject.total:0}} 条数据</span> |
|
|
|
<span>共计 {{dataObject.total?dataObject.total:0}} 条数据</span> |
|
|
|
<div class="operating-button"> |
|
|
|
<div class="operating-button"> |
|
|
|
<button nz-button nzType="primary" class="right-btn" (click)="showGenerateCardModal()" ><i nz-icon nzType="plus" nzTheme="outline"></i>生成油卡</button> |
|
|
|
<button nz-button nzType="primary" class="right-btn" (click)="showGenerateCardModal()" ><i nz-icon nzType="plus" nzTheme="outline"></i>生成油卡</button> |
|
|
|
|
|
|
|
<button nz-button nzType="primary" class="right-btn" (click)="excelCard()" ><i nz-icon nzType="import" nzTheme="outline"></i>导出油卡</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!--数组表格 --> |
|
|
|
<!--数组表格 --> |
|
|
@ -146,6 +147,7 @@ |
|
|
|
<th nzWidth="80px" *ngIf="roleType == 5 && adminFlag == 1">部门</th> |
|
|
|
<th nzWidth="80px" *ngIf="roleType == 5 && adminFlag == 1">部门</th> |
|
|
|
<th nzWidth="160px">卡号</th> |
|
|
|
<th nzWidth="160px">卡号</th> |
|
|
|
<th nzWidth="110px">余额</th> |
|
|
|
<th nzWidth="110px">余额</th> |
|
|
|
|
|
|
|
<th nzWidth="110px">消费金额</th> |
|
|
|
<th nzWidth="100px">联系人</th> |
|
|
|
<th nzWidth="100px">联系人</th> |
|
|
|
<th nzWidth="120px">联系电话</th> |
|
|
|
<th nzWidth="120px">联系电话</th> |
|
|
|
<th nzWidth="100px">油卡状态</th> |
|
|
|
<th nzWidth="100px">油卡状态</th> |
|
|
@ -162,6 +164,7 @@ |
|
|
|
<td *ngIf="roleType == 5 && adminFlag == 1">{{data.orgName}}</td> |
|
|
|
<td *ngIf="roleType == 5 && adminFlag == 1">{{data.orgName}}</td> |
|
|
|
<td>{{data.cardNo}}</td> |
|
|
|
<td>{{data.cardNo}}</td> |
|
|
|
<td>¥{{data.amount}}</td> |
|
|
|
<td>¥{{data.amount}}</td> |
|
|
|
|
|
|
|
<td>¥{{data.amountConsume}}</td> |
|
|
|
<td>{{data.contactName?data.contactName:'未设置'}}</td> |
|
|
|
<td>{{data.contactName?data.contactName:'未设置'}}</td> |
|
|
|
<td>{{data.contactPhone?data.contactPhone:'未设置'}}</td> |
|
|
|
<td>{{data.contactPhone?data.contactPhone:'未设置'}}</td> |
|
|
|
<td>{{data.status | oilCardStatus}}</td> |
|
|
|
<td>{{data.status | oilCardStatus}}</td> |
|
|
|