46 lines
1.4 KiB
Smarty
Executable File
46 lines
1.4 KiB
Smarty
Executable File
<table width="620" cellpadding="0" cellspacing="0" border="1" class="boxTable">
|
|
<thead>
|
|
<tr>
|
|
<th class="tblTh"><b>SUCURSAL</b></th>
|
|
<th class="tblTh"><b>FECHA REPORTE</b></th>
|
|
<th class="tblTh"><b>FECHA PROCESO</b></th>
|
|
<th class="tblTh"><b>STATUS</b></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td align="center" height="35">{$info.sucursal}</td>
|
|
<td align="center">{$info.fecha|date_format:"%d-%m-%Y %k:%M"} Hrs.</td>
|
|
<td align="center">
|
|
{if $info.status == "Procesado"}
|
|
{$info.fechaAjuste|date_format:"%d-%m-%Y %k:%M"} Hrs.
|
|
{/if}
|
|
</td>
|
|
<td align="center">{$info.status}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<br />
|
|
{if $info.status == "Pendiente" && $Usr.type == "admin"}
|
|
<div id="btnAjustar">
|
|
<table width="620" cellpadding="0" cellspacing="0" border="1" class="boxTable">
|
|
<tfoot>
|
|
<tr>
|
|
<td colspan="2" align="center" class="tblPages" height="22">
|
|
<input type="button" name="btnNext" id="btnNext" value="Ajustar Inventario" class="btnGral" onclick="AjustarInventario({$info.invFisicoId})" style="width:150px" />
|
|
</td>
|
|
</tr>
|
|
</tfoot>
|
|
</table>
|
|
<br />
|
|
</div>
|
|
{/if}
|
|
<div align="center" id="loader" style="display:none">
|
|
<img src="{$WEB_ROOT}/images/loading.gif">
|
|
<br>Cargando...
|
|
<br />Por favor, espere.
|
|
</div>
|
|
|
|
<div class="grid_15" id="contProds">
|
|
{include file="{$DOC_ROOT}/templates/lists/inventario-fisico-prods-detalles.tpl"}
|
|
</div> |