version_1.1

This commit is contained in:
Mauricio GM 2024-11-21 21:03:55 -06:00
parent c9272ae768
commit bb4589ded4
2 changed files with 11 additions and 1 deletions

View File

@ -51,7 +51,7 @@ switch ($_GET["op"]) {
$rspta=$articulo->mostrar($idarticulo); $rspta=$articulo->mostrar($idarticulo);
echo json_encode($rspta); echo json_encode($rspta);
break; break;
case 'listar': case 'listar':
$rspta=$articulo->listar(); $rspta=$articulo->listar();
$data=Array(); $data=Array();

View File

@ -33,6 +33,16 @@ if ($_SESSION['acceso']==1) {
<!--centro--> <!--centro-->
<div class="panel-body table-responsive" id="listadoregistros"> <div class="panel-body table-responsive" id="listadoregistros">
<table id="tbllistado" class="table table-striped table-bordered table-condensed table-hover"> <table id="tbllistado" class="table table-striped table-bordered table-condensed table-hover">
<colgroup>
<col width="5%">
<col width="30%">
<col width="5%">
<col width="15%">
<col width="5%">
<col width="5%">
<col width="30%">
<col width="5%">
</colgroup>
<thead> <thead>
<th>Opciones</th> <th>Opciones</th>
<th>Nombre</th> <th>Nombre</th>