|
|
|
@ -42,6 +42,7 @@ |
|
|
|
|
<nz-option nzLabel="微信" nzValue="1"></nz-option> |
|
|
|
|
<nz-option nzLabel="工会卡" nzValue="2"></nz-option> |
|
|
|
|
<nz-option nzLabel="积分" nzValue="3"></nz-option> |
|
|
|
|
<nz-option nzLabel="银联" nzValue="4"></nz-option> |
|
|
|
|
</nz-select> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
@ -62,6 +63,14 @@ |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</div> |
|
|
|
|
<div nz-col nzSpan="8"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-label [nzSpan]="6">工会卡卡号</nz-form-label> |
|
|
|
|
<nz-form-control [nzSpan]="16"> |
|
|
|
|
<input nz-input placeholder="请输入工会卡卡号..." [formControlName]="'idCard'" /> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!-- <div nz-col nzSpan="8">--> |
|
|
|
|
<!-- <nz-form-item>--> |
|
|
|
@ -123,6 +132,7 @@ |
|
|
|
|
<th nzWidth="80px">编号</th> |
|
|
|
|
<th nzWidth="180px">订单名称</th> |
|
|
|
|
<th nzWidth="180px">订单类型</th> |
|
|
|
|
<th nzWidth="180px">工会卡号</th> |
|
|
|
|
<th nzWidth="180px">订单号</th> |
|
|
|
|
<th nzWidth="120px">客户名称</th> |
|
|
|
|
<th nzWidth="130px">充值号码</th> |
|
|
|
@ -139,6 +149,7 @@ |
|
|
|
|
<td>{{i+1}}</td> |
|
|
|
|
<td>{{data.remarks}}</td> |
|
|
|
|
<td>{{data.rechargeModel | rechargePrice}}</td> |
|
|
|
|
<td>{{data.idCard }}</td> |
|
|
|
|
<td>{{data.orderNo}}</td> |
|
|
|
|
<td>{{data.userName == null ? '暂无': data.userName}}</td> |
|
|
|
|
<td>{{data.rechargeContent == null ? '暂无': data.rechargeContent}}</td> |
|
|
|
|