fixing ระบบวินัย

This commit is contained in:
Warunee Tamkoo 2024-05-28 15:41:15 +07:00
parent e9ee7e7f40
commit ba728ea000
16 changed files with 391 additions and 442 deletions

View file

@ -135,6 +135,26 @@ async function searchInput() {
organization: e.organization ?? "-",
phone: e.phone ?? "-",
email: e.email ?? "-",
root: e.root,
rootId: e.rootId,
rootShortName: e.rootShortName,
child1: e.child1,
child1Id: e.child1Id,
child1ShortName: e.child1ShortName,
child2: e.child2,
child2Id: e.child2Id,
child2ShortName: e.child2ShortName,
child3: e.child3,
child3Id: e.child3Id,
child3ShortName: e.child3ShortName,
child4: e.child4,
child4Id: e.child4Id,
child4ShortName: e.child4ShortName,
posMasterNo: e.posMasterNo,
posTypeId: e.posTypeId,
posTypeName: e.posTypeName,
posLevelId: e.posLevelId,
posLevelName: e.posLevelName,
}));
rows.value = list;