add field

This commit is contained in:
Bright 2024-06-12 14:17:55 +07:00
parent 7a4b25079f
commit c95b056562
3 changed files with 86 additions and 5 deletions

View file

@ -2097,6 +2097,7 @@ export class ProfileController extends Controller {
child3ShortName: child3Holder?.orgChild3ShortName ?? null,
child4: child4Holder?.orgChild4Name ?? null,
child4Id: child4Holder?.id ?? null,
child4ShortName: child4Holder?.orgChild4ShortName ?? null,
posMasterNo: posMasterNo ?? null,
posTypeId: item.posTypeId,
posTypeName: item.posType?.posTypeName,