diff --git a/l2-frontend/src/ui-cards/DirectionsHistory/index.vue b/l2-frontend/src/ui-cards/DirectionsHistory/index.vue index bdaf6976dc..c6faf0e436 100644 --- a/l2-frontend/src/ui-cards/DirectionsHistory/index.vue +++ b/l2-frontend/src/ui-cards/DirectionsHistory/index.vue @@ -834,11 +834,6 @@ export default { const dateStart = moment(this.date_range[0], 'DD.MM.YY').format('DD.MM.YYYY'); window.open(`/forms/pdf?type=114.01&date=${dateStart}`, '_blank'); }, - async selectForCourier() { - const dateStart = moment(this.date_range[0], 'DD.MM.YY').format('DD.MM.YYYY'); - const dataRowsStatementDocument = await this.$api('/statement/select', { dateStart }); - window.open(`/forms/pdf?type=114.01&date=${dateStart}`, '_blank'); - }, printCurrentBarcodes(pk) { this.$root.$emit('print:barcodes', [pk]); }, diff --git a/l2-frontend/src/ui-cards/Statement/StatementModal.vue b/l2-frontend/src/ui-cards/Statement/StatementModal.vue index efb6fb48da..55ae12de9b 100644 --- a/l2-frontend/src/ui-cards/Statement/StatementModal.vue +++ b/l2-frontend/src/ui-cards/Statement/StatementModal.vue @@ -170,11 +170,8 @@