feat: required branch
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
This commit is contained in:
parent
15a812b50e
commit
f4db5ad855
2 changed files with 2 additions and 1 deletions
|
|
@ -1220,7 +1220,7 @@ export default {
|
||||||
'มีงานหนึ่งงานหรือมากกว่าที่ไม่อยู่ในสถานะรอดำเนินการ',
|
'มีงานหนึ่งงานหรือมากกว่าที่ไม่อยู่ในสถานะรอดำเนินการ',
|
||||||
reqNotMet: 'ไม่ตรงกัน',
|
reqNotMet: 'ไม่ตรงกัน',
|
||||||
systemError: 'ระบบเกิดข้อผิดพลาด',
|
systemError: 'ระบบเกิดข้อผิดพลาด',
|
||||||
taskOrderInvalid: 'โปรดเลือก สินค้าเเละหน่วยงาน',
|
taskOrderInvalid: 'โปรดเลือก สินค้าเเละสาขา',
|
||||||
flowAccountProductIdNotFound: 'ไม่พบสินค้าใน flow account',
|
flowAccountProductIdNotFound: 'ไม่พบสินค้าใน flow account',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue