@using Oware.Util.Mvc @model Reexpediciones.Models.Reexpediciones @{ ViewBag.Title = "Reexpediciones - Mercancia"; }

@*RECIBO REEXPEDICIONES*@

Mercancia

@**@ @Html.FormGroup("", "Cliente", "vm.gatepass.Cliente.Descripcion", "text", new { //ng_change = "vm.limpiarCampo('ClienteId')", uib_typeahead = "c.Descripcion as c.DescripcionCompuesta for c in vm.buscarCatalogo($viewValue, 'clientes')", typeahead_on_select = "vm.seleccionarElemento($item, $model, $label, $event, 'ClienteId')", //typeahead_loading = "vm.clientes.cargando", typeahead_no_results = "vm.clientes.noresult", typeahead_min_length = "3", typeahead_wait_ms = "250", typeahead_select_on_blur = "true", typeahead_editable = "false", ng_readonly = "vm.controlesActivos.clientes", ng_required = "!vm.controlesActivos.clientes", autocomplete = "Off" })
Dañado @*
Dañado
*@
@Html.FormGroup("", "LineaTransportista", "vm.gatepass.LineaTransportista.Descripcion", "text", new { required = "required", //ng_change = "vm.limpiarCampo('LineaTransportistaId')", uib_typeahead = "c.Descripcion as c.DescripcionCompuesta for c in vm.buscarCatalogo($viewValue, 'lineasTransportistas')", typeahead_on_select = "vm.seleccionarElemento($item, $model, $label, $event, 'LineaTransportistaId')", //typeahead_loading = "vm.lineas.cargando", typeahead_no_results = "vm.lineas.noresult", typeahead_min_length = "3", typeahead_wait_ms = "250", typeahead_select_on_blur = "true", typeahead_editable = "false", //ng_readonly = "vm.controlesActivos.clientes", //ng_required = "!vm.controlesActivos.clientes", autocomplete = "Off" }) @**@
@Html.FormGroup("", "Servicios", "vm.gatepass.Servicios.Descripcion", "text", new { required = "required", //ng_change = "vm.limpiarCampo('LineaTransportistaId')", uib_typeahead = "c.Descripcion as c.DescripcionCompuesta for c in vm.buscarServicio($viewValue, vm.gatepass.LineaTransportistaId)", typeahead_on_select = "vm.seleccionarServicio($item, $model, $label, $event)", //typeahead_loading = "vm.lineas.cargando", typeahead_no_results = "vm.lineas.noresult", typeahead_min_length = "3", typeahead_wait_ms = "250", typeahead_select_on_blur = "true", typeahead_editable = "false", ng_readonly= "vm.gatepass.LineaTransportista.Descripcion == null || vm.gatepass.LineaTransportista.Descripcion == ''", //ng_readonly = "vm.controlesActivos.clientes", //ng_required = "!vm.controlesActivos.clientes", autocomplete = "Off" }) @**@
Pistoleados: {{vm.bultos.length}} Bultos de la referencia
@**@ @**@ @**@
. Bulto Guia Transportista CartonesEstatus
{{r.Id}} {{r.GuiaOBL}} {{r.LineaTransportista}} {{r.Cartones}}
Re-imprimir Gatepass
@*
Re-imprimir etiquetas
*@
Re-imprimir etiquetas
Guardar referencia
@section scripts{ @**@ }