feat: required branch
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s

This commit is contained in:
Aif 2025-11-12 11:34:21 +07:00
parent 15a812b50e
commit f4db5ad855
2 changed files with 2 additions and 1 deletions

View file

@ -1220,7 +1220,7 @@ export default {
'มีงานหนึ่งงานหรือมากกว่าที่ไม่อยู่ในสถานะรอดำเนินการ', 'มีงานหนึ่งงานหรือมากกว่าที่ไม่อยู่ในสถานะรอดำเนินการ',
reqNotMet: 'ไม่ตรงกัน', reqNotMet: 'ไม่ตรงกัน',
systemError: 'ระบบเกิดข้อผิดพลาด', systemError: 'ระบบเกิดข้อผิดพลาด',
taskOrderInvalid: 'โปรดเลือก สินค้าเเละหน่วยงาน', taskOrderInvalid: 'โปรดเลือก สินค้าเเละสาขา',
flowAccountProductIdNotFound: 'ไม่พบสินค้าใน flow account', flowAccountProductIdNotFound: 'ไม่พบสินค้าใน flow account',
}, },
}, },

View file

@ -41,6 +41,7 @@ const contactTel = defineModel<string>('contactTel');
<SelectBranch <SelectBranch
id="select-issue-branch" id="select-issue-branch"
:readonly :readonly
required
class="col-md-4 col-12" class="col-md-4 col-12"
:label="`${$t('taskOrder.issueBranch')}${$i18n.locale === 'tha' ? $t('taskOrder.title') : ''}`" :label="`${$t('taskOrder.issueBranch')}${$i18n.locale === 'tha' ? $t('taskOrder.title') : ''}`"
v-model:value="registeredBranchId" v-model:value="registeredBranchId"