From 7cb88cb486f0adf7964161c701ad13a51d82f84d Mon Sep 17 00:00:00 2001 From: edmondlang Date: Wed, 19 Apr 2023 18:59:00 +0800 Subject: [PATCH] modal to approve match and reject match --- .../StatementTransactionComponent.vue | 22 ++++++++ .../sections/TransactionsMappingComponent.vue | 16 +++++- .../GeneralConfirmationFormComponent.vue | 55 +++++++++++++++++++ 3 files changed, 91 insertions(+), 2 deletions(-) create mode 100644 resources/assets/vue/components/general/forms/GeneralConfirmationFormComponent.vue diff --git a/resources/assets/vue/components/accounting/elements/StatementTransactionComponent.vue b/resources/assets/vue/components/accounting/elements/StatementTransactionComponent.vue index e2072785..d5459e81 100644 --- a/resources/assets/vue/components/accounting/elements/StatementTransactionComponent.vue +++ b/resources/assets/vue/components/accounting/elements/StatementTransactionComponent.vue @@ -44,6 +44,22 @@
{{ item.amount }}
+
+ +
+ + + + @@ -54,6 +70,12 @@ \ No newline at end of file