feat(customer_balance): refs #6943 add functionality from salix #589
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#589
Loading…
Reference in New Issue
No description provided.
Delete Branch "6943-cusotmer-balance"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -171,19 +214,22 @@ const onDataSaved = async () => {
option-label="code"
option-value="id"
v-model="data.companyFk"
@update:model-value="getAmountPaid()"
No hacen falta los parentesis
@ -123,0 +161,4 @@
const { data } = await axios(`ClientRisks`, {
params: { filter: JSON.stringify(filter) },
});
initialData.amountPaid = (data?.length && data[0].amount) || undefined;
Sería mejor poner initialData.amountPaid = (data?.[0]?.amount) || 0 no?
Es como estaba en salix, entiendo que quieren que salga vacio