Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -151,7 +151,7 @@ export class PartnerAccountManagementRecordedDetailComponent implements OnInit {
|
|||||||
* @param record 当前行
|
* @param record 当前行
|
||||||
*/
|
*/
|
||||||
viewBookedRecord(record: any) {
|
viewBookedRecord(record: any) {
|
||||||
window.open(location.origin + `#/partner/recorded/record?ltdId=${record?.ltdId}&userId=${record?.userId}&userIdLabel=${record?.banktypeLabel}`);
|
window.open(location.origin + `#/partner/recorded/record?ltdId=${record?.ltdId}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -43,8 +43,6 @@ export class PartnerRecordedRecordComponent implements OnInit {
|
|||||||
|
|
||||||
constructor(public service: RecordedService, private nzModalService: NzModalService,
|
constructor(public service: RecordedService, private nzModalService: NzModalService,
|
||||||
private router: Router, public ar: ActivatedRoute, public shipperSrv: ShipperBaseService) {
|
private router: Router, public ar: ActivatedRoute, public shipperSrv: ShipperBaseService) {
|
||||||
|
|
||||||
this.accountName = this.ar.snapshot.queryParams?.userIdLabel || '';
|
|
||||||
this.ltdId = this.ar.snapshot.queryParams?.ltdId || '';
|
this.ltdId = this.ar.snapshot.queryParams?.ltdId || '';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user