|
|
|
@ -2,27 +2,27 @@ |
|
|
|
|
<div nz-row [nzGutter]="24"> |
|
|
|
|
<div nz-col [nzSpan]="6"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-label>申请单号</nz-form-label> |
|
|
|
|
<nz-form-label>用户手机号</nz-form-label> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<input nz-input nzSize="large" formControlName="applyNo" placeholder="请输入" /> |
|
|
|
|
<input nzSize="large" nz-input formControlName="userPhone" placeholder="请输入" /> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</div> |
|
|
|
|
<div nz-col [nzSpan]="6"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-label>申请类型</nz-form-label> |
|
|
|
|
<nz-form-label>申请单号</nz-form-label> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-select nzSize="large" formControlName="type" nzAllowClear [nzPlaceHolder]="'请选择'"> |
|
|
|
|
<nz-option *ngFor="let item of applyTypeArray" nzValue="{{item.codeValue}}" nzLabel="{{item.codeName}}"></nz-option> |
|
|
|
|
</nz-select> |
|
|
|
|
<input nz-input nzSize="large" formControlName="applyNo" placeholder="请输入" /> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</div> |
|
|
|
|
<div nz-col [nzSpan]="6"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-label>用户手机号</nz-form-label> |
|
|
|
|
<nz-form-label>申请类型</nz-form-label> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<input nzSize="large" nz-input formControlName="userPhone" placeholder="请输入" /> |
|
|
|
|
<nz-select nzSize="large" formControlName="type" nzAllowClear [nzPlaceHolder]="'请选择'"> |
|
|
|
|
<nz-option *ngFor="let item of applyTypeArray" nzValue="{{item.codeValue}}" nzLabel="{{item.codeName}}"></nz-option> |
|
|
|
|
</nz-select> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</div> |
|
|
|
@ -76,7 +76,7 @@ |
|
|
|
|
<tr> |
|
|
|
|
<th nzWidth="150px">申请单号</th> |
|
|
|
|
<th nzWidth="100px">申请类型</th> |
|
|
|
|
<th nzWidth="130px">客户电话</th> |
|
|
|
|
<th nzWidth="130px">用户手机号</th> |
|
|
|
|
<th nzWidth="150px">商品单号</th> |
|
|
|
|
<th nzWidth="100px">产品类型</th> |
|
|
|
|
<th nzWidth="200px">产品名称</th> |
|
|
|
|