Merge branch 'nice' into develop
This commit is contained in:
commit
35747fcf0e
3 changed files with 5 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ const dataMapToSend = computed(() => {
|
||||||
firstName: i.firstName,
|
firstName: i.firstName,
|
||||||
lastName: i.lastName,
|
lastName: i.lastName,
|
||||||
citizenId: i.citizenId,
|
citizenId: i.citizenId,
|
||||||
remarkVertical: i.reason,
|
remarkVertical: i.reasonResign,
|
||||||
remarkHorizontal: i.remarkHorizontal,
|
remarkHorizontal: i.remarkHorizontal,
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
@ -158,6 +158,8 @@ const modalCommand = ref<boolean>(false);
|
||||||
|
|
||||||
/** popup ยืนยันส่งัว */
|
/** popup ยืนยันส่งัว */
|
||||||
function saveOrder() {
|
function saveOrder() {
|
||||||
|
console.log(selected.value);
|
||||||
|
|
||||||
dialogConfirm(
|
dialogConfirm(
|
||||||
$q,
|
$q,
|
||||||
() => {
|
() => {
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ const dataMapToSend = computed(() => {
|
||||||
firstName: i.firstName,
|
firstName: i.firstName,
|
||||||
lastName: i.lastName,
|
lastName: i.lastName,
|
||||||
citizenId: i.citizenId,
|
citizenId: i.citizenId,
|
||||||
remarkVertical: i.reason,
|
remarkVertical: i.reasonResign,
|
||||||
remarkHorizontal: i.remarkHorizontal,
|
remarkHorizontal: i.remarkHorizontal,
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@ interface ResponseItems {
|
||||||
fullname: string;
|
fullname: string;
|
||||||
datetext: string | null;
|
datetext: string | null;
|
||||||
citizenId: string;
|
citizenId: string;
|
||||||
|
reasonResign: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface TypeFile {
|
interface TypeFile {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue