refs #6976 supplier onUnmounted #286

Merged
carlossa merged 8 commits from 6976-supplierConsumption into dev 2024-04-26 07:05:01 +00:00
Member
No description provided.
carlossa added 1 commit 2024-04-12 06:47:05 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
b5aae63e15
refs #6976 supplier onUnmounted
carlossa added 1 commit 2024-04-12 12:33:36 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
ee80b1d617
refs #6976 changes table
carlossa added 1 commit 2024-04-22 09:24:53 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
d2ec47fe1c
refs #6976 total Stems
carlossa added 1 commit 2024-04-23 08:06:19 +00:00
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
5cce1df708
refs #6976 fix supplierConsumption
carlossa added 1 commit 2024-04-24 10:47:19 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
391ca36764
fix conflicts
carlossa changed title from WIP: refs #6976 supplier onUnmounted to refs #6976 supplier onUnmounted 2024-04-24 11:32:20 +00:00
carlossa requested review from alexm 2024-04-24 11:32:23 +00:00
alexm requested changes 2024-04-25 11:47:49 +00:00
Dismissed
alexm left a comment
Member

revisar PR antes de solicitar revision

revisar PR antes de solicitar revision
@ -32,11 +33,14 @@ const arrayData = useArrayData('SupplierConsumption', {
const store = arrayData.store;
watch(() => route.query);
Member

?

?
carlossa marked this conversation as resolved
@ -37,3 +41,3 @@
return { from, to };
});
console.log('dataRanges', dateRanges);
Member

?

?
carlossa marked this conversation as resolved
@ -101,2 +128,4 @@
await getSupplierConsumptionData();
});
console.log('dateRange From', dateRanges.value.from);
Member

¿?

¿?
carlossa marked this conversation as resolved
carlossa added 1 commit 2024-04-26 06:28:54 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
fc275d9274
refs #6976 remove logs
carlossa requested review from alexm 2024-04-26 06:29:05 +00:00
alexm requested changes 2024-04-26 06:58:31 +00:00
Dismissed
@ -48,2 +50,3 @@
const rows = computed(() => store.data || []);
const rows = computed(() => {
console.log(store.data);
Member

Quitar log

Quitar log
carlossa marked this conversation as resolved
@ -98,0 +118,4 @@
return rows;
};
totalEntryPrice(rows.value);
Member

Quitar esta linea tambien

Quitar esta linea tambien
carlossa marked this conversation as resolved
@ -98,0 +119,4 @@
};
totalEntryPrice(rows.value);
console.log('row', rows.value);
Member

quitar log

quitar log
carlossa marked this conversation as resolved
carlossa added 1 commit 2024-04-26 07:00:01 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
966831b6d3
refs #6976 fix pr
carlossa added 1 commit 2024-04-26 07:00:24 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
e64936da72
Merge branch 'dev' into 6976-supplierConsumption
carlossa requested review from alexm 2024-04-26 07:00:40 +00:00
alexm approved these changes 2024-04-26 07:02:36 +00:00
carlossa merged commit f53caac771 into dev 2024-04-26 07:05:01 +00:00
carlossa deleted branch 6976-supplierConsumption 2024-04-26 07:05:01 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix-front#286
No description provided.