Merge branch 'dillon/90-e-invoice-e' into vapor/staging

This commit is contained in:
Dillon Ngo
2025-08-21 12:06:02 +08:00
2 changed files with 8 additions and 0 deletions
@@ -840,6 +840,10 @@
}
},
changeOfMindEInvoiceRequest(){
this.parameters = {
booking_id: this.data.id,
company_id: this.data.company.id,
};
this.parameters.e_invoice_request = false;
this.submit((this.route('api.company.einvoice.request.change')), 'post', this.section + 'ChangeOfMind', true, true);
}
@@ -404,6 +404,10 @@
this.$store.dispatch('reloadList', {'name': "bookingDetailSection"});
},
changeOfMindEInvoiceRequest(){
this.parameters = {
booking_id: this.data.id,
company_id: this.data.company.id,
};
this.parameters.e_invoice_request = false;
this.submit((this.route('api.company.einvoice.request.change')), 'post', this.section + 'ChangeOfMind', true, true);
}