Merge branch 'develop' of https://github.com/Frappet/bma-ehr-frontend into develop

This commit is contained in:
setthawutttty 2023-09-22 16:11:21 +07:00
commit 1bbadfe271
2 changed files with 5 additions and 1 deletions

View file

@ -530,6 +530,7 @@ const selectPerson = (person) => {
dataPerson.level = person.level; dataPerson.level = person.level;
}; };
const clearForm = () => { const clearForm = () => {
filterKeyword2.value = "";
dataPerson.id = ""; dataPerson.id = "";
dataPerson.position = ""; dataPerson.position = "";
dataPerson.organizationOrganization = ""; dataPerson.organizationOrganization = "";

View file

@ -282,6 +282,8 @@ const directorApproved = async () => {
const backToEditinsignia2Role = async () => { const backToEditinsignia2Role = async () => {
dialogConfirm($q, async () => { dialogConfirm($q, async () => {
console.log("รอ API"); console.log("รอ API");
closepopupBackToInsignia2Role();
success($q, " ตีกลับรอบการเสนอขอ รอ API");
}); });
}; };
// //
@ -328,6 +330,7 @@ const uploadFile = async (event: any) => {
// //
const downloadFile = async () => { const downloadFile = async () => {
console.log("downloadFile : รอ API"); console.log("downloadFile : รอ API");
success($q, "downloadFile : รอ API");
}; };
</script> </script>
@ -569,7 +572,7 @@ const downloadFile = async () => {
/> />
<DialogPopupReason <DialogPopupReason
:modal="modalbackInsignia2Role" :modal="modalbackInsignia2Role"
title="หมายเหตุการตีกลับssss" title="หมายเหตุการตีกลับ"
label="หมายเหตุ" label="หมายเหตุ"
:click-close="closepopupBackToInsignia2Role" :click-close="closepopupBackToInsignia2Role"
:savaForm="backToEditinsignia2Role" :savaForm="backToEditinsignia2Role"