This commit is contained in:
parent
6cf8cf28aa
commit
c4f088c5cb
1 changed files with 8 additions and 2 deletions
|
|
@ -394,8 +394,14 @@ watch(
|
|||
{
|
||||
label: $t('general.customer'),
|
||||
value:
|
||||
item.row.quotation.customerBranch.registerName ||
|
||||
`${item.row.quotation.customerBranch?.firstName || '-'} ${item.row.quotation.customerBranch?.lastName || ''}`,
|
||||
item.row.quotation.customerBranch.customer
|
||||
.customerType === 'CORP'
|
||||
? $i18n.locale === 'tha'
|
||||
? item.row.quotation.customerBranch.registerName
|
||||
: item.row.quotation.customerBranch.registerNameEN
|
||||
: $i18n.locale === 'tha'
|
||||
? `${item.row.quotation.customerBranch?.firstName || '-'} ${item.row.quotation.customerBranch?.lastName || ''}`
|
||||
: `${item.row.quotation.customerBranch?.firstNameEN || '-'} ${item.row.quotation.customerBranch?.lastNameEN || ''}`,
|
||||
},
|
||||
{
|
||||
label: $t('taskOrder.issueDate'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue