Solucion a comentarios 12
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
ebd1ee07f4
commit
d0cf13d0af
|
@ -225,6 +225,7 @@ export default {
|
||||||
recoverySince: 'Recovery since',
|
recoverySince: 'Recovery since',
|
||||||
businessType: 'Business Type',
|
businessType: 'Business Type',
|
||||||
city: 'City',
|
city: 'City',
|
||||||
|
descriptorInfo: 'Invoices minus payments plus orders not yet',
|
||||||
},
|
},
|
||||||
basicData: {
|
basicData: {
|
||||||
socialName: 'Fiscal name',
|
socialName: 'Fiscal name',
|
||||||
|
|
|
@ -224,6 +224,7 @@ export default {
|
||||||
recoverySince: 'Recobro desde',
|
recoverySince: 'Recobro desde',
|
||||||
businessType: 'Tipo de negocio',
|
businessType: 'Tipo de negocio',
|
||||||
city: 'Población',
|
city: 'Población',
|
||||||
|
descriptorInfo: 'Facturas menos recibos mas pedidos sin facturar',
|
||||||
},
|
},
|
||||||
basicData: {
|
basicData: {
|
||||||
socialName: 'Nombre fiscal',
|
socialName: 'Nombre fiscal',
|
||||||
|
|
|
@ -62,19 +62,15 @@ const setData = (entity) => (data.value = useCardDescription(entity.name, entity
|
||||||
:value="toCurrency(entity.credit)"
|
:value="toCurrency(entity.credit)"
|
||||||
class="col-11"
|
class="col-11"
|
||||||
/>
|
/>
|
||||||
<div class="row">
|
|
||||||
<VnLv
|
<VnLv
|
||||||
:label="t('customer.card.risk')"
|
:label="t('customer.card.risk')"
|
||||||
:value="toCurrency(entity.debt)"
|
:value="toCurrency(entity.debt)"
|
||||||
class="col-11"
|
class="col-11"
|
||||||
/>
|
/>
|
||||||
<QIcon name="info" size="xs" class="col-1 color-vn-label">
|
|
||||||
<QTooltip>{{ t('info') }}</QTooltip>
|
|
||||||
</QIcon>
|
|
||||||
</div>
|
|
||||||
<VnLv
|
<VnLv
|
||||||
:label="t('customer.card.securedCredit')"
|
:label="t('customer.card.securedCredit')"
|
||||||
:value="toCurrency(entity.creditInsurance)"
|
:value="toCurrency(entity.creditInsurance)"
|
||||||
|
:info="t('customer.summary.descriptorInfo')"
|
||||||
/>
|
/>
|
||||||
<VnLv :label="t('customer.card.payMethod')" :value="entity.payMethod.name" />
|
<VnLv :label="t('customer.card.payMethod')" :value="entity.payMethod.name" />
|
||||||
<VnLv :label="t('customer.card.debt')" :value="toCurrency(entity.debt)" />
|
<VnLv :label="t('customer.card.debt')" :value="toCurrency(entity.debt)" />
|
||||||
|
@ -169,13 +165,11 @@ const setData = (entity) => (data.value = useCardDescription(entity.name, entity
|
||||||
{
|
{
|
||||||
"en": {
|
"en": {
|
||||||
"ticketList": "Customer ticket list",
|
"ticketList": "Customer ticket list",
|
||||||
"invoiceOutList": "Customer invoice out list",
|
"invoiceOutList": "Customer invoice out list"
|
||||||
"info": "Invoices minus payments plus orders not yet"
|
|
||||||
},
|
},
|
||||||
"es": {
|
"es": {
|
||||||
"ticketList": "Listado de tickets del cliente",
|
"ticketList": "Listado de tickets del cliente",
|
||||||
"invoiceOutList": "Listado de facturas del cliente",
|
"invoiceOutList": "Listado de facturas del cliente"
|
||||||
"info": "Facturas menos recibos mas pedidos sin facturar"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
|
@ -101,7 +101,7 @@ const setData = (entity) => {
|
||||||
</template>
|
</template>
|
||||||
<template #body="{ entity }">
|
<template #body="{ entity }">
|
||||||
<VnLv :label="t('worker.card.name')" :value="entity.user?.nickname" />
|
<VnLv :label="t('worker.card.name')" :value="entity.user?.nickname" />
|
||||||
<VnLv :label="t('worker.card.email')" :value="entity.user?.email" copy />
|
<VnLv :label="t('worker.card.emailxxx')" :value="entity.user?.email" copy />
|
||||||
<VnLv
|
<VnLv
|
||||||
:label="t('worker.list.department')"
|
:label="t('worker.list.department')"
|
||||||
:value="entity.department ? entity.department.department.name : null"
|
:value="entity.department ? entity.department.department.name : null"
|
||||||
|
|
Loading…
Reference in New Issue