From f4db5ad855e7f8ecc7eaec26054c889a80ff6a06 Mon Sep 17 00:00:00 2001 From: Aif Date: Wed, 12 Nov 2025 11:34:21 +0700 Subject: [PATCH] feat: required branch --- src/i18n/tha.ts | 2 +- src/pages/09_task-order/expansion/DocumentExpansion.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 180c264c..921e25fd 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1220,7 +1220,7 @@ export default { 'มีงานหนึ่งงานหรือมากกว่าที่ไม่อยู่ในสถานะรอดำเนินการ', reqNotMet: 'ไม่ตรงกัน', systemError: 'ระบบเกิดข้อผิดพลาด', - taskOrderInvalid: 'โปรดเลือก สินค้าเเละหน่วยงาน', + taskOrderInvalid: 'โปรดเลือก สินค้าเเละสาขา', flowAccountProductIdNotFound: 'ไม่พบสินค้าใน flow account', }, }, diff --git a/src/pages/09_task-order/expansion/DocumentExpansion.vue b/src/pages/09_task-order/expansion/DocumentExpansion.vue index 61fe0f58..44bd0431 100644 --- a/src/pages/09_task-order/expansion/DocumentExpansion.vue +++ b/src/pages/09_task-order/expansion/DocumentExpansion.vue @@ -41,6 +41,7 @@ const contactTel = defineModel('contactTel');