车辆对接
This commit is contained in:
@ -109,7 +109,7 @@
|
||||
</ng-container>
|
||||
<ng-template #editDriverButton>
|
||||
<button *ngIf="driverDetail?.approvalStatus==10" nz-button nzType="default" nzDanger
|
||||
(click)="approveDriver()">审核通过</button>
|
||||
(click)="approveDriver()">审核通过88</button>
|
||||
<button *ngIf="driverDetail?.approvalStatus==10" nz-button nzType="default" nzDanger
|
||||
(click)="rejectedDriver()">驳回审核</button>
|
||||
<button nz-button nzType="default" nzDanger (click)="ratify(1)">修改</button>
|
||||
@ -178,8 +178,7 @@
|
||||
</nz-select>
|
||||
</ng-container>
|
||||
<ng-template #cascaderelseTemplate>
|
||||
{{ detailData?.fullRegionVO?.provinceName }}{{ detailData?.fullRegionVO?.cityName }}{{
|
||||
detailData?.fullRegionVO?.areaName }}
|
||||
{{licenseDetail?.regionCodeName }}
|
||||
</ng-template>
|
||||
</sv>
|
||||
<sv label="从业资格证照片" col="1">
|
||||
|
||||
@ -274,6 +274,7 @@ export class UserCenterComponentsDriverDetailComponent implements OnInit {
|
||||
console.log(this.driverDetail)
|
||||
const params = {
|
||||
userId: this.route.snapshot.params.id,
|
||||
mobile: this.userDetail?.phone,
|
||||
appUserId: driverDetail.appUserId || this.route.snapshot.params.id,
|
||||
userDriverLicenseDTO: {
|
||||
appUserId: driverDetail?.appUserId || this.route.snapshot.params.id,
|
||||
|
||||
Reference in New Issue
Block a user