fix: document view customer name new line
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
915ce6f70b
commit
ad715b20a2
3 changed files with 9 additions and 3 deletions
|
|
@ -85,8 +85,10 @@ function titleMode(mode: View): string {
|
||||||
</article>
|
</article>
|
||||||
<article>
|
<article>
|
||||||
<b>{{ $t('quotation.customer') }}</b>
|
<b>{{ $t('quotation.customer') }}</b>
|
||||||
<span>
|
<div>
|
||||||
{{ getCustomerName(customer, { noCode: true, locale: 'tha' }) }}
|
{{ getCustomerName(customer, { noCode: true, locale: 'tha' }) }}
|
||||||
|
</div>
|
||||||
|
<span>
|
||||||
{{
|
{{
|
||||||
formatAddress({
|
formatAddress({
|
||||||
address: customer.address,
|
address: customer.address,
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,9 @@ function titleMode(mode: View): string {
|
||||||
<article>
|
<article>
|
||||||
<b>ลูกค้า</b>
|
<b>ลูกค้า</b>
|
||||||
<span>
|
<span>
|
||||||
{{ getCustomerName(customer, { noCode: true, locale: 'tha' }) }}
|
<div>
|
||||||
|
{{ getCustomerName(customer, { noCode: true, locale: 'tha' }) }}
|
||||||
|
</div>
|
||||||
{{
|
{{
|
||||||
formatAddress({
|
formatAddress({
|
||||||
address: customer.address,
|
address: customer.address,
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,9 @@ function titleMode(mode: View): string {
|
||||||
<article>
|
<article>
|
||||||
<b>ลูกค้า</b>
|
<b>ลูกค้า</b>
|
||||||
<span>
|
<span>
|
||||||
{{ getCustomerName(customer, { noCode: true, locale: 'tha' }) }}
|
<div>
|
||||||
|
{{ getCustomerName(customer, { noCode: true, locale: 'tha' }) }}
|
||||||
|
</div>
|
||||||
{{
|
{{
|
||||||
formatAddress({
|
formatAddress({
|
||||||
address: customer.address,
|
address: customer.address,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue