fixing ระบบวินัย
This commit is contained in:
parent
e9ee7e7f40
commit
ba728ea000
16 changed files with 391 additions and 442 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue