|
|
@ -2,8 +2,8 @@ |
|
|
|
<app-breadcrumb></app-breadcrumb> |
|
|
|
<app-breadcrumb></app-breadcrumb> |
|
|
|
<!-- end 面包屑 --> |
|
|
|
<!-- end 面包屑 --> |
|
|
|
<!--条件搜索--> |
|
|
|
<!--条件搜索--> |
|
|
|
|
|
|
|
<nz-spin [nzSpinning]="loadingObject.status" [nzTip]="loadingObject.title"> |
|
|
|
<div class="inner-content"> |
|
|
|
<div class="inner-content"> |
|
|
|
<form nz-form [formGroup]="searchForm" (ngSubmit)="search(searchForm.value)"> |
|
|
|
<form nz-form [formGroup]="searchForm" (ngSubmit)="search(searchForm.value)"> |
|
|
|
<div nz-row> |
|
|
|
<div nz-row> |
|
|
|
<div nz-col nzSpan="8"> |
|
|
|
<div nz-col nzSpan="8"> |
|
|
@ -21,20 +21,20 @@ |
|
|
|
<nz-form-label [nzSpan]="8">状态</nz-form-label> |
|
|
|
<nz-form-label [nzSpan]="8">状态</nz-form-label> |
|
|
|
<nz-form-control [nzSpan]="14"> |
|
|
|
<nz-form-control [nzSpan]="14"> |
|
|
|
<nz-select nzAllowClear formControlName="status"> |
|
|
|
<nz-select nzAllowClear formControlName="status"> |
|
|
|
<nz-option nzLabel="待领取" nzValue="1"></nz-option> |
|
|
|
<nz-option nzLabel="待领取" nzValue="待领取"></nz-option> |
|
|
|
<nz-option nzLabel="待使用" nzValue="2"></nz-option> |
|
|
|
<nz-option nzLabel="待使用" nzValue="待使用"></nz-option> |
|
|
|
<nz-option nzLabel="已使用" nzValue="3"></nz-option> |
|
|
|
<nz-option nzLabel="已使用" nzValue="已使用"></nz-option> |
|
|
|
<nz-option nzLabel="已过期" nzValue="4"></nz-option> |
|
|
|
<nz-option nzLabel="已过期" nzValue="已过期"></nz-option> |
|
|
|
<nz-option nzLabel="已分配" nzValue="5"></nz-option> |
|
|
|
<nz-option nzLabel="已分配" nzValue="已分配"></nz-option> |
|
|
|
</nz-select> |
|
|
|
</nz-select> |
|
|
|
</nz-form-control> |
|
|
|
</nz-form-control> |
|
|
|
</nz-form-item> |
|
|
|
</nz-form-item> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div nz-col nzSpan="8"> |
|
|
|
<div nz-col nzSpan="8"> |
|
|
|
<nz-form-item> |
|
|
|
<nz-form-item> |
|
|
|
<nz-form-label [nzSpan]="8">使用门店</nz-form-label> |
|
|
|
<nz-form-label [nzSpan]="8">客户电话</nz-form-label> |
|
|
|
<nz-form-control [nzSpan]="14"> |
|
|
|
<nz-form-control [nzSpan]="14"> |
|
|
|
<input nz-input formControlName="storeName" /> |
|
|
|
<input nz-input formControlName="userPhone" /> |
|
|
|
</nz-form-control> |
|
|
|
</nz-form-control> |
|
|
|
</nz-form-item> |
|
|
|
</nz-form-item> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -65,7 +65,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<div nz-col nzSpan="8"> |
|
|
|
<div nz-col nzSpan="8"> |
|
|
|
<nz-form-item> |
|
|
|
<nz-form-item> |
|
|
|
<nz-form-label [nzSpan]="8">编码范围</nz-form-label> |
|
|
|
<nz-form-label [nzSpan]="8">优惠券编码</nz-form-label> |
|
|
|
<nz-form-control [nzSpan]="14"> |
|
|
|
<nz-form-control [nzSpan]="14"> |
|
|
|
<nz-space> |
|
|
|
<nz-space> |
|
|
|
<nz-space-item> |
|
|
|
<nz-space-item> |
|
|
@ -87,13 +87,13 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="inner-content"> |
|
|
|
<div class="inner-content"> |
|
|
|
<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"><i nz-icon nzType="plus" nzTheme="outline"></i></button>--> |
|
|
|
<button nz-button nzType="primary" class="right-btn" (click)="exportDiscountUseCondition()"><i nz-icon nzType="plus" nzTheme="outline"></i>导出数据</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!--数组表格 --> |
|
|
|
<!--数组表格 --> |
|
|
@ -107,31 +107,42 @@ |
|
|
|
[nzScroll]="{ x: '1150px'}"> |
|
|
|
[nzScroll]="{ x: '1150px'}"> |
|
|
|
<thead> |
|
|
|
<thead> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th nzWidth="100px">优惠券编码</th> |
|
|
|
<th nzWidth="120px">优惠券编码</th> |
|
|
|
<th nzWidth="200px">优惠券名称</th> |
|
|
|
<th nzWidth="200px">优惠券名称</th> |
|
|
|
<th nzWidth="120px">优惠券状态</th> |
|
|
|
<th nzWidth="120px">优惠券类型</th> |
|
|
|
|
|
|
|
<th nzWidth="120px">优惠券金额</th> |
|
|
|
|
|
|
|
<th nzWidth="120px">优惠券</th> |
|
|
|
|
|
|
|
<th nzWidth="160px">客户电话</th> |
|
|
|
<th nzWidth="160px">领取时间</th> |
|
|
|
<th nzWidth="160px">领取时间</th> |
|
|
|
<th nzWidth="120px">领取人</th> |
|
|
|
<th nzWidth="160px">过期时间</th> |
|
|
|
<th nzWidth="120px">领取手机号</th> |
|
|
|
|
|
|
|
<th nzWidth="160px">使用时间</th> |
|
|
|
<th nzWidth="160px">使用时间</th> |
|
|
|
<th nzWidth="160px">使用门店</th> |
|
|
|
<th nzWidth="200px">交易订单号</th> |
|
|
|
|
|
|
|
<th nzWidth="100px">交易金额</th> |
|
|
|
|
|
|
|
<th nzWidth="100px">交易优惠</th> |
|
|
|
|
|
|
|
<th nzWidth="100px">交易实付</th> |
|
|
|
<!--<th nzWidth="10 0px" nzRight="0px">操作</th>--> |
|
|
|
<!--<th nzWidth="10 0px" nzRight="0px">操作</th>--> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|
</thead> |
|
|
|
<tbody> |
|
|
|
<tbody> |
|
|
|
<tr *ngFor="let data of basicTable.data;let i = index"> |
|
|
|
<tr *ngFor="let data of basicTable.data;let i = index"> |
|
|
|
<td>{{data.id}}</td> |
|
|
|
<td>{{data.discountAgentCodeId}}</td> |
|
|
|
<td>{{data.discountName}}</td> |
|
|
|
<td>{{data.discountName}}</td> |
|
|
|
<td>{{data.status | discountCodeStatus}}</td> |
|
|
|
<td>{{data.discountType}}</td> |
|
|
|
<td>{{data.receiveTime | date : 'yyyy-MM-dd HH:mm:ss'}}</td> |
|
|
|
<td>{{data.discountPrice}}</td> |
|
|
|
<td>{{data.userName}}</td> |
|
|
|
<td>{{data.discountUseStatus}}</td> |
|
|
|
<td>{{data.userPhone}}</td> |
|
|
|
<td>{{data.userPhone}}</td> |
|
|
|
<td>{{data.useTime | date : 'yyyy-MM-dd HH:mm:ss'}}</td> |
|
|
|
<td>{{data.receiveTime | date:'yyyy-MM-dd HH:mm:ss'}}</td> |
|
|
|
<td>{{data.storeName}}</td> |
|
|
|
<td>{{data.useEndTime | date:'yyyy-MM-dd HH:mm:ss'}}</td> |
|
|
|
|
|
|
|
<td>{{data.useTime | date:'yyyy-MM-dd HH:mm:ss'}}</td> |
|
|
|
|
|
|
|
<td>{{data.orderNo}}</td> |
|
|
|
|
|
|
|
<td>{{data.orderTotalPrice}}</td> |
|
|
|
|
|
|
|
<td>{{data.orderDiscountPrice}}</td> |
|
|
|
|
|
|
|
<td>{{data.orderPayPrice}}</td> |
|
|
|
<!--<td nzRight="0px" class="table-td-operation"> |
|
|
|
<!--<td nzRight="0px" class="table-td-operation"> |
|
|
|
<a [routerLink]="['/admin/testManager/details']" [queryParams]="{examId: data.id}">详情</a> |
|
|
|
<a [routerLink]="['/admin/testManager/details']" [queryParams]="{examId: data.id}">详情</a> |
|
|
|
</td>--> |
|
|
|
</td>--> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</tbody> |
|
|
|
</tbody> |
|
|
|
</nz-table> |
|
|
|
</nz-table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</nz-spin> |
|
|
|