เพิ่มส่งเเนวตั้ง เเนวนอน

This commit is contained in:
setthawutttty 2024-11-05 14:04:53 +07:00
parent b39dbd1ba2
commit 0c473e14c3
10 changed files with 121 additions and 18 deletions

View file

@ -165,7 +165,10 @@ function createCommand(isRedirect: boolean) {
lastName: e.lastName,
citizenId: e.citizenId,
profileId: e.profileId,
remarkVertical: e.remarkVertical,
...(e.remarkHorizontal ? { remarkHorizontal: e.remarkHorizontal } : {}),
}));
const body = {
commandYear: commandYear.value,
commandNo: commandNo.value,
@ -268,7 +271,7 @@ async function fetchCommandType() {
(v: ListCommand) => v.code == props.commandTypeCode
);
commandType.value = commandOp.value[0].id;
console.log("🚀 ~ fetchCommandType ~ commandType.value:", commandType.value)
console.log("🚀 ~ fetchCommandType ~ commandType.value:", commandType.value);
}
/**