车辆对接

This commit is contained in:
wangshiming
2022-01-04 09:38:03 +08:00
parent 3168fd2dca
commit 4f51c487cc
5 changed files with 19 additions and 10 deletions

View File

@ -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">

View File

@ -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,