ลบส่งไปพัก
This commit is contained in:
parent
2edb18316e
commit
b9d9f76e2a
1 changed files with 0 additions and 20 deletions
|
|
@ -378,20 +378,6 @@ function emitPerson(data: FormData[]) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/** ยืนยัน ส่งไปออกคำสั่ง */
|
|
||||||
function sentIssue() {
|
|
||||||
dialogConfirm(
|
|
||||||
$q,
|
|
||||||
() => confirmSentIssue(),
|
|
||||||
"ยืนยันส่งไปสรุปผลการพิจารณา",
|
|
||||||
"ต้องการยืนยันส่งไปสรุปผลการพิจารณาใช่หรือไม่?"
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
/** ฟังชั่น ส่งไปออกคำสั่ง*/
|
|
||||||
function confirmSentIssue() {
|
|
||||||
console.log("sent");
|
|
||||||
}
|
|
||||||
|
|
||||||
/** โหลดข้อมูลเมื่อเข้าหน้านี้ */
|
/** โหลดข้อมูลเมื่อเข้าหน้านี้ */
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
|
@ -432,12 +418,6 @@ watch(
|
||||||
color="public"
|
color="public"
|
||||||
@click="sentInvestigate"
|
@click="sentInvestigate"
|
||||||
/>
|
/>
|
||||||
<q-btn
|
|
||||||
v-if="data.status === 'NEW'"
|
|
||||||
label="ส่งไปพักราชการ"
|
|
||||||
color="primary"
|
|
||||||
@click="sentIssue"
|
|
||||||
/>
|
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="data.status === 'NEW'"
|
v-if="data.status === 'NEW'"
|
||||||
label="ยุติเรื่อง"
|
label="ยุติเรื่อง"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue