เพิ่ม posExecutiveName

This commit is contained in:
setthawutttty 2025-03-24 17:13:41 +07:00
parent 93db49a813
commit c1a31a964e
5 changed files with 6 additions and 0 deletions

View file

@ -315,6 +315,7 @@ async function onSave(data: FormDataAppoint) {
posTypeName: data.posTypeName,
posLevelId: data.posLevelId,
posLevelName: data.posLevelName,
posExecutiveName: data.posExecutiveName,
reportingDate: data.reportingDate,
posmasterId: data.posmasterId,
typeCommand: data.typeCommand,

View file

@ -265,6 +265,7 @@ async function onSave(data: FormDataAppoint) {
posLevelId: data.posLevelId,
posLevelName: data.posLevelName,
reportingDate: data.reportingDate,
posExecutiveName: data.posExecutiveName,
posmasterId: data.posmasterId,
typeCommand: data.typeCommand,
};