96 lines
4.5 KiB
Text
96 lines
4.5 KiB
Text
@section ButtonOption {
|
|
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-default btn-sm" id="btnVolver" onclick="location.href = '@string.Concat(Url.Action("Index", "SeccionCIIU", null), ViewBag.QueryEncripted)'">
|
|
<strong> <i class="fa fa-reply"></i> Volver al módulo PIB</strong>
|
|
</button>
|
|
</div>
|
|
|
|
}
|
|
|
|
<form id="formDivisionCIIU" class="form-horizontal" role="form">
|
|
<h3><i class="fa fa-briefcase"></i> SUGEF Resumen</h3>
|
|
<div class="panel panel-success">
|
|
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
<div class="col-md-8">
|
|
<table id="TableItems" class="display">
|
|
<thead>
|
|
<tr>
|
|
<th></th>
|
|
<th class="col-sm-1">ID</th>
|
|
<th class="col-sm-3">ID PIB</th>
|
|
<th class="col-sm-4">Descripción</th>
|
|
<th></th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
<div id="ucItemsIcon" style="display:none;">
|
|
<div class="text-[$state_color]">
|
|
<i class="fa [$icon] fa-2x"></i>
|
|
</div>
|
|
</div>
|
|
<div id="ucItemsCatalogo" style="display:none;">
|
|
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-info dropdown-toggle btn-xs" data-toggle="dropdown">
|
|
<i class="fa fa-wrench"></i> Opciones <span class="caret"></span>
|
|
</button>
|
|
<ul class="dropdown-menu" role="menu">
|
|
<li><a href="javascript: EditarItem('[$CodItem]');"><i class="fa fa-wrench"></i> Editar</a></li>
|
|
<li><a href="javascript: toggleEnabledItem('[$CodItem]',[$value]);"><i class="fa [$icon]"></i> [$opcion]</a></li>
|
|
<li><a href="javascript: goView('../ULA.Cathay.ModuloMantenimiento/GrupoCIIU[$querystring]&IdDivisionCIIU=[$CodItem]&IdSeccionCIIU=[$CodSeccion]');"><i class="fa fa-external-link"></i> CIIU Nivel </a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-md-4">
|
|
<div class="panel panel-success">
|
|
<div class="panel-heading">
|
|
<h4 class="panel-title">
|
|
<i class="fa fa-bars"></i> <label id="lbTituloAccion">Ingresar Nuevo SUGEF Resumen</label>
|
|
</h4>
|
|
</div>
|
|
<div class="panel-body">
|
|
|
|
@*Descripción*@
|
|
@Ultimus.Framework.UltimusHelper.TextBox("CodigoDivisionCIIU", "ID SUGEF Resumen", false, "8")
|
|
@UltimusHelper.TextArea("DescripcionDivisionCIIU", "Descripción", false, "8", "5")
|
|
|
|
<div class="form-group">
|
|
<label class="col-md-4"></label>
|
|
<div class="col-md-4 ">
|
|
@UltimusHelper.Button("LimpiarDivisionCIIU", "btn btn-default btn-sm pull-right", "fa fa-eraser", "Limpiar", false)
|
|
</div>
|
|
<div class="col-md-4 ">
|
|
@UltimusHelper.Button("InsertarDivisionCIIU", "btn btn-default btn-sm pull-right", "fa fa-upload", "Insertar", false)
|
|
@UltimusHelper.Button("GuardarDivisionCIIU", "btn btn-default btn-sm pull-right", "fa fa-floppy-o", "Guardar", false)
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|
|
@UltimusHelper.Button("Seleccionar", "btn btn-default btn-xs", "fa fa-check", "", true)
|
|
|
|
@section Modals{
|
|
|
|
@UltimusHelper.Modal()
|
|
}
|
|
|
|
@section scripts{
|
|
|
|
@Scripts.Render("~/Scripts/Ultimus-DivisionCIIU")
|
|
|
|
}
|
|
|
|
|
|
|
|
|