This commit is contained in:
wangshiming
2022-04-28 20:26:30 +08:00
parent 6cc12ff451
commit 2aeaa09e14
112 changed files with 339 additions and 339 deletions

View File

@ -599,9 +599,9 @@ export class CarAddDriverComponent implements OnInit {
submitForm(){
const params:any = {
source: 1,
mobile: this.sf.value.mobile,
mobile: this.sf?.value.mobile,
identityInfoDTO:{
...this.sf.value,
...this.sf?.value,
certificatePhotoFront: this.detailData.certificatePhotoFront,
certificatePhotoBack: this.detailData.certificatePhotoBack,
},

View File

@ -49,5 +49,5 @@ export class PublishchooseFamifiarSetCaptainComponent implements OnInit {
}
close() {this.modal.close()}
save() {this.modal.close(this.sf.value.captainPhone)}
save() {this.modal.close(this.sf?.value.captainPhone)}
}

View File

@ -427,7 +427,7 @@ export class SupplyManagementVehicleComponent extends BasicTableComponent implem
// },
// allowClear: true,
// containsAllLabel: true,
// asyncData: () => this.shipperSrv.getEnterpriseProject(this.sf.value?.shipperAppUserId)
// asyncData: () => this.shipperSrv.getEnterpriseProject(this.sf?.value?.shipperAppUserId)
// } as SFSelectWidgetSchema
// },
enterpriseProjectId: {