From edecadc78ee259cdb45495bebf3722beff220b04 Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Tue, 8 Oct 2019 11:41:17 +0200 Subject: [PATCH] #1756 stowaway no muestra resultados --- front/salix/styles/modal-form.scss | 3 -- .../ticket/front/descriptor/addStowaway.html | 48 ++++++++++--------- 2 files changed, 25 insertions(+), 26 deletions(-) diff --git a/front/salix/styles/modal-form.scss b/front/salix/styles/modal-form.scss index f633c8e24..e0318c9d2 100644 --- a/front/salix/styles/modal-form.scss +++ b/front/salix/styles/modal-form.scss @@ -10,9 +10,6 @@ vn-dialog.modal-form { margin: 0 auto; } } - tpl-body { - width: 100%; - } table { width: 100% } diff --git a/modules/ticket/front/descriptor/addStowaway.html b/modules/ticket/front/descriptor/addStowaway.html index b21eaed29..613ef2efb 100644 --- a/modules/ticket/front/descriptor/addStowaway.html +++ b/modules/ticket/front/descriptor/addStowaway.html @@ -6,32 +6,34 @@ + on-open="model.refresh()"> - +
Stowaways to add
- - - - - Ticket id - Shipped - Agency - Warehouse - State - - - - - {{ticket.id}} - {{ticket.landed | dateTime: 'dd/MM/yyyy'}} - {{ticket.agencyMode.name}} - {{ticket.warehouse.name}} - {{ticket.state.state.name}} - - - + + + + + + Ticket id + Shipped + Agency + Warehouse + State + + + + + {{ticket.id}} + {{ticket.landed | dateTime: 'dd/MM/yyyy'}} + {{ticket.agencyMode.name}} + {{ticket.warehouse.name}} + {{ticket.state.state.name}} + + + +
\ No newline at end of file