From 5ca9aedce872cb8f493d1892a1ef58f7d70110d4 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Mon, 14 Oct 2024 12:55:59 +0200 Subject: [PATCH] added possibility to set shipping notes as billed --- .../WarehouseShippingNote.js | 22 ++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/public/js/pages/WarehouseShippingNote/WarehouseShippingNote.js b/public/js/pages/WarehouseShippingNote/WarehouseShippingNote.js index d55c81643..bee7650da 100644 --- a/public/js/pages/WarehouseShippingNote/WarehouseShippingNote.js +++ b/public/js/pages/WarehouseShippingNote/WarehouseShippingNote.js @@ -10,7 +10,7 @@ const defaultCrudModalData = { } window.crudModalStatusOptions = - [{value: 'new', text: 'Neu'}, {value: 'accepted', text: 'Akzeptiert'}, {value: 'invoiced', text: 'In Rechnung gestellt', disabled: true}] + [{value: 'new', text: 'Neu'}, {value: 'accepted', text: 'Akzeptiert'}, {value: 'invoiced', text: 'In Rechnung gestellt'}] // create a additional vue component for showing positions in the table with lazy loading for article titles and description Vue.component('warehouse-shipping-note-positions', { @@ -138,6 +138,7 @@ Vue.component('warehouse-shipping-note', { +