แก้ไขข้อความที่แสดงผิดของขอโอน
This commit is contained in:
parent
0c48d30018
commit
ac148dd71e
4 changed files with 5 additions and 5 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue