{{ t('Total by company') }}
-
- {{ clientRisk[0].company.code }}:
- {{ toCurrency(clientRisk[0].amount) }}
+
+ {{ currentBalance[companyId]?.code }}:
+ {{ toCurrency(currentBalance[companyId]?.amount) }}
@@ -253,7 +232,6 @@ const showBalancePdf = ({ id }) => {
:right-search="false"
:is-editable="false"
:column-search="false"
- @on-fetch="onFetch"
:disable-option="{ card: true }"
auto-load
>
@@ -262,7 +240,7 @@ const showBalancePdf = ({ id }) => {
- {{ row.description }}
+ {{ t('bill', { ref: row.description }) }}
diff --git a/src/pages/Customer/Card/CustomerBasicData.vue b/src/pages/Customer/Card/CustomerBasicData.vue
index 8cc59ef3c..91d9edc05 100644
--- a/src/pages/Customer/Card/CustomerBasicData.vue
+++ b/src/pages/Customer/Card/CustomerBasicData.vue
@@ -137,7 +137,6 @@ const title = ref();
{
- (payMethods = data)" auto-load url="PayMethods" />
- (bankEntitiesOptions = data)"
- :filter="filter"
- auto-load
- url="BankEntities"
- />
-
{
{
[
{
align: 'right',
field: 'rating',
- label: t('Rating'),
+ label: t('customer.summary.rating'),
name: 'rating',
create: true,
columnCreate: {
@@ -56,7 +56,7 @@ const columns = computed(() => [
align: 'right',
field: 'recommendedCredit',
format: ({ recommendedCredit }) => toCurrency(recommendedCredit),
- label: t('Recommended credit'),
+ label: t('customer.summary.recommendCredit'),
name: 'recommendedCredit',
create: true,
columnCreate: {
@@ -89,8 +89,8 @@ const columns = computed(() => [
}"
>
- {{ row.worker.user.nickname }}
-
+ {{ row.worker.user.nickname }}
+