checkpoint
This commit is contained in:
parent
2dac48cb81
commit
4e3235ec2b
1 changed files with 4 additions and 1 deletions
|
|
@ -1974,6 +1974,9 @@ export class ProfileController extends Controller {
|
||||||
const child4Holder = item.current_holders?.find(
|
const child4Holder = item.current_holders?.find(
|
||||||
(x) => x.orgRevisionId == findRevision.id,
|
(x) => x.orgRevisionId == findRevision.id,
|
||||||
)?.orgChild4;
|
)?.orgChild4;
|
||||||
|
const posMasterNo = item.current_holders?.find(
|
||||||
|
(x) => x.orgRevisionId == findRevision.id,
|
||||||
|
)?.posMasterNo;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
id: item.id,
|
id: item.id,
|
||||||
|
|
@ -2007,7 +2010,7 @@ export class ProfileController extends Controller {
|
||||||
child3ShortName: child3Holder?.orgChild3ShortName ?? null,
|
child3ShortName: child3Holder?.orgChild3ShortName ?? null,
|
||||||
child4: child4Holder?.orgChild4Name ?? null,
|
child4: child4Holder?.orgChild4Name ?? null,
|
||||||
child4Id: child4Holder?.id ?? null,
|
child4Id: child4Holder?.id ?? null,
|
||||||
child4ShortName: child4Holder?.orgChild4ShortName ?? null,
|
// posMasterNo: posMasterNo,
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue