|
|
|
@ -38,15 +38,17 @@ |
|
|
|
|
</nz-form-item> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div nz-row *ngIf="isCollapse"> |
|
|
|
|
|
|
|
|
|
<div nz-col nzSpan="8" *ngIf="roleType != 3 && roleType != 10"> |
|
|
|
|
<div nz-col nzSpan="8"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-label [nzSpan]="8">加油站</nz-form-label> |
|
|
|
|
<nz-form-label [nzSpan]="8">创建时间</nz-form-label> |
|
|
|
|
<nz-form-control [nzSpan]="14"> |
|
|
|
|
<input nz-input formControlName="storeName" /> |
|
|
|
|
<nz-range-picker |
|
|
|
|
[nzShowTime]="{ nzHideDisabledOptions: true }" |
|
|
|
|
formControlName="createTimeArray" |
|
|
|
|
nzFormat="yyyy-MM-dd HH:mm:ss" |
|
|
|
|
></nz-range-picker> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</div> |
|
|
|
@ -66,50 +68,52 @@ |
|
|
|
|
|
|
|
|
|
<div nz-col nzSpan="8"> |
|
|
|
|
<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-select formControlName="status" nzAllowClear> |
|
|
|
|
<nz-option *ngFor="let item of orderStatusArray" nzValue="{{item.codeValue}}" nzLabel="{{item.codeName}}"></nz-option> |
|
|
|
|
</nz-select> |
|
|
|
|
<nz-range-picker |
|
|
|
|
[nzShowTime]="{ nzHideDisabledOptions: true }" |
|
|
|
|
formControlName="refundTimeArray" |
|
|
|
|
nzFormat="yyyy-MM-dd HH:mm:ss" |
|
|
|
|
></nz-range-picker> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div nz-col nzSpan="8" *ngIf="roleType != 10"> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div nz-row *ngIf="isCollapse"> |
|
|
|
|
|
|
|
|
|
<div nz-col nzSpan="8" *ngIf="roleType != 3 && roleType != 10"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-label [nzSpan]="8">加油员</nz-form-label> |
|
|
|
|
<nz-form-label [nzSpan]="8">加油站</nz-form-label> |
|
|
|
|
<nz-form-control [nzSpan]="14"> |
|
|
|
|
<input nz-input formControlName="gasStaffName" /> |
|
|
|
|
<input nz-input formControlName="storeName" /> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div nz-col nzSpan="8"> |
|
|
|
|
<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-range-picker |
|
|
|
|
[nzShowTime]="{ nzHideDisabledOptions: true }" |
|
|
|
|
formControlName="createTimeArray" |
|
|
|
|
nzFormat="yyyy-MM-dd HH:mm:ss" |
|
|
|
|
></nz-range-picker> |
|
|
|
|
<nz-select formControlName="status" nzAllowClear> |
|
|
|
|
<nz-option *ngFor="let item of orderStatusArray" nzValue="{{item.codeValue}}" nzLabel="{{item.codeName}}"></nz-option> |
|
|
|
|
</nz-select> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div nz-col nzSpan="8"> |
|
|
|
|
<div nz-col nzSpan="8" *ngIf="roleType != 10"> |
|
|
|
|
<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-range-picker |
|
|
|
|
[nzShowTime]="{ nzHideDisabledOptions: true }" |
|
|
|
|
formControlName="refundTimeArray" |
|
|
|
|
nzFormat="yyyy-MM-dd HH:mm:ss" |
|
|
|
|
></nz-range-picker> |
|
|
|
|
<input nz-input formControlName="gasStaffName" /> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div nz-col nzSpan="8" *ngIf="roleType == 0 || roleType == 1"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-label [nzSpan]="8">分公司</nz-form-label> |
|
|
|
|