feat: adjust text
This commit is contained in:
parent
b022ff490b
commit
2e5194c576
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ const templates = {
|
|||
return (
|
||||
`${i + 1}. ` +
|
||||
`${employee.namePrefix}. ${employee.firstNameEN} ${employee.lastNameEN} `.toUpperCase() +
|
||||
`(${branch.customer.customerType === 'PERS' ? `${branch.namePrefix}. ${branch.firstNameEN} ${branch.lastNameEN} `.toUpperCase() : branch.registerName})`
|
||||
`(${branch.customer.customerType === 'PERS' ? `นายจ้าง ${branch.namePrefix}. ${branch.firstNameEN} ${branch.lastNameEN} `.toUpperCase() : branch.registerName})`
|
||||
);
|
||||
});
|
||||
return [`- ${item.product.name} ราคา ${price} บาท`, '', ...list].join(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue