From ac148dd71eead9123cd2590a7a43d80dc0f4a64f Mon Sep 17 00:00:00 2001 From: waruneeta Date: Tue, 26 Sep 2023 12:25:47 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1?= =?UTF-8?q?=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B9=81=E0=B8=AA=E0=B8=94=E0=B8=87?= =?UTF-8?q?=E0=B8=9C=E0=B8=B4=E0=B8=94=E0=B8=82=E0=B8=AD=E0=B8=87=E0=B8=82?= =?UTF-8?q?=E0=B8=AD=E0=B9=82=E0=B8=AD=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/05_placement/components/Transfer/Dialogbody.vue | 4 ++-- src/modules/05_placement/components/Transfer/transferMain.vue | 2 +- .../components/DismissOrder/DialogSendToCommand.vue | 2 +- .../components/Expulsion/DialogSendToCommand.vue | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/05_placement/components/Transfer/Dialogbody.vue b/src/modules/05_placement/components/Transfer/Dialogbody.vue index af86c1c37..9011aa953 100644 --- a/src/modules/05_placement/components/Transfer/Dialogbody.vue +++ b/src/modules/05_placement/components/Transfer/Dialogbody.vue @@ -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(() => {