เพิ่ม 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

@ -504,10 +504,12 @@ function onSubmit() {
posTypeName: selectedPos.value[0].posTypeName, //
posLevelId: selectedPos.value[0].posLevelId, //
posLevelName: selectedPos.value[0].posLevelName, //
posExecutiveName: selectedPos.value[0].posExecutiveName, //
reportingDate: datePos.value,
posmasterId: dataPosMaster.id,
typeCommand: type.value,
};
await props.onSubmit?.(body);
close();
});