34 lines
1.3 KiB
Smarty
Executable File
34 lines
1.3 KiB
Smarty
Executable File
<tr>
|
|
<td align="center">{$item.envioId}</td>
|
|
<td align="center">{$item.fecha}</td>
|
|
<td align="center">CEDIS</td>
|
|
<td align="center">{$item.sucursal}</td>
|
|
<td align="center">{$item.prendas}</td>
|
|
<td align="center">${$item.total}</td>
|
|
<td align="center">{$item.noCajas}</td>
|
|
<td align="center">
|
|
{if $item.status == "Pendiente"}
|
|
En Tránsito
|
|
{else}
|
|
{$item.status}
|
|
{/if}
|
|
</td>
|
|
<td align="center">
|
|
{if $Usr.type == "gerente" && $item.status == "Pendiente"}
|
|
<a href="{$WEB_ROOT}/envios-recibir/id/{$item.envioId}" title="Recibir Mercancia">
|
|
<img src="{$WEB_ROOT}/images/icons/action_check.gif" border="0"/>
|
|
</a>
|
|
{/if}
|
|
{if $Usr.type == "almacen"}
|
|
<a href="{$WEB_ROOT}/envios-talones-pdf/id/{$item.envioId}" title="Ver Talones de Embarque" target="_blank">
|
|
<img src="{$WEB_ROOT}/images/icons/pdf.png" border="0"/>
|
|
</a>
|
|
{/if}
|
|
<a href="{$WEB_ROOT}/envios-detalles/id/{$item.envioId}" title="Ver Detalles">
|
|
<img src="{$WEB_ROOT}/images/icons/details.png" border="0"/>
|
|
</a>
|
|
{*}
|
|
<img src="{$WEB_ROOT}/images/icons/delete.gif" class="spanDelete" id="{$item.envioId}" title="Eliminar"/>
|
|
{*}
|
|
</td>
|
|
</tr> |