Dados Gerais
-
Código:
#{{ order_.id }}
-
Data da Solicitação:
{{ formatTodayDate() }}
Veículos para Transportar
-
Simulação:
Descrição:
{{ order_.product.type }}
-
Valor:
{{ formatMoney(order_.product.totalPrice) }}
Percurso
-
Origem:
{{ order_.address.origin.city }}
-
Destino:
{{ order_.address.destination.city }}
-
Tempo estimado:
{{ mapRouteTime }}
-
Distância aproximada:
{{ mapRouteKm }}
Opções Encontradas
-
Origem:
{{ order_.address.origin.city }}
-
Destino:
{{ order_.address.destination.city }}
-
Tempo estimado:
{{ mapRouteTime }}
-
Distância aproximada:
{{ mapRouteKm }}
(INATIVA)
-
{{ tax.group.name }}
{{ tax.group.code ? tax.group.code : "" }} -
{{ formatMoney(tax.total) }}
-
{{ quote.carrier.alias }} - {{ quote.group.name }} (INATIVA)
{{ quote.carrier.alias }} - {{ quote.group.name }}
-
Frete (R$):
{{ formatMoney(quote.total) }}
-
{
this.$q.notify({
message: error.message,
position: 'bottom',
type: 'negative',
});
}
"
@added="onAddNewTax"
/>