@**@
@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"
})
@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"
})
@**@