แก้ไขข้อความที่แสดงผิดของขอโอน

This commit is contained in:
Warunee Tamkoo 2023-09-26 12:25:47 +07:00
parent 0c48d30018
commit ac148dd71e
4 changed files with 5 additions and 5 deletions

View file

@ -148,7 +148,7 @@ const Ordersave = async () => {
await http
.post(config.API.transferReport, body)
.then((res: any) => {
success($q, "ส่งไปออกคำสั่งโอนออกสำเร็จ");
success($q, "ส่งไปออกคำสั่งสำเร็จ");
props.closeModal?.();
})
.catch((e) => {
@ -181,7 +181,7 @@ watchEffect(() => {
<template>
<q-dialog v-model="props.Modal">
<q-card style="width: 1200px; max-width: 80vw">
<DialogHeader title="ส่งไปออกคำสั่งโอนออก" :close="closeModal" />
<DialogHeader title="ส่งไปออกคำสั่ง" :close="closeModal" />
<q-separator />
<q-card-section class="q-pt-none">
<div class="row justify-end">

View file

@ -218,7 +218,7 @@ onMounted(async () => {
color="add"
icon="mdi-account-arrow-right"
>
<q-tooltip>งไปออกคำสโอนออก</q-tooltip>
<q-tooltip>งไปออกคำส</q-tooltip>
</q-btn>
<q-space />

View file

@ -113,7 +113,7 @@ const Ordersave = async () => {
await http
.post(config.API.outReport, body)
.then((res: any) => {
success($q, "ส่งไปออกคำสั่งโอนออกสำเร็จ");
success($q, "ส่งไปออกคำสั่งสำเร็จ");
props.closeModal?.();
})
.catch((e) => {

View file

@ -112,7 +112,7 @@ const Ordersave = async () => {
await http
.post(config.API.expulsionReport, body)
.then((res: any) => {
success($q, "ส่งไปออกคำสั่งโอนออกสำเร็จ");
success($q, "ส่งไปออกคำสั่งสำเร็จ");
props.closeModal?.();
})
.catch((e) => {