Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,107 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-09-11 11:30:32
|
||||
compiled from "./templates/forms/detalles-envio-cedis.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:1494476245411ce28495378-98768682%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'dc66ae58b972ded104f25e06f0676e2b42ec7068' =>
|
||||
array (
|
||||
0 => './templates/forms/detalles-envio-cedis.tpl',
|
||||
1 => 1410130450,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '1494476245411ce28495378-98768682',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<div id="divForm">
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td width="120" height="40">Tienda Origen:</td>
|
||||
<td><div class="txtFrm">CEDIS</div></td>
|
||||
<td width="10"></td>
|
||||
<td width="130">Tienda Destino:</td>
|
||||
<td><div class="txtFrm"><?php echo $_smarty_tpl->getVariable('info')->value['sucursal'];?>
|
||||
</div></td>
|
||||
</tr>
|
||||
<?php if ($_smarty_tpl->getVariable('info')->value['status']=="Pendiente"){?>
|
||||
<tr>
|
||||
<td width="120" height="40">Status:</td>
|
||||
<td><div class="txtFrm">En Tránsito</div></td>
|
||||
<td width="10"></td>
|
||||
<td width="130">Fecha Envío:</td>
|
||||
<td><div class="txtFrm"><?php echo $_smarty_tpl->getVariable('info')->value['fecha'];?>
|
||||
</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="120" height="40"></td>
|
||||
<td></td>
|
||||
<td width="10"></td>
|
||||
<td width="130">Usuario:</td>
|
||||
<td><div class="txtFrm"><?php echo $_smarty_tpl->getVariable('info')->value['usuario'];?>
|
||||
</div></td>
|
||||
</tr>
|
||||
<?php }elseif($_smarty_tpl->getVariable('info')->value['status']=="Recibido"){?>
|
||||
<tr>
|
||||
<td width="120" height="40">Status:</td>
|
||||
<td><div class="txtFrm">Recibido</div></td>
|
||||
<td width="10"></td>
|
||||
<td width="130">Fecha Recibido:</td>
|
||||
<td><div class="txtFrm"><?php echo $_smarty_tpl->getVariable('info')->value['fechaRecibido'];?>
|
||||
</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="120" height="40"></td>
|
||||
<td></td>
|
||||
<td width="10"></td>
|
||||
<td width="130">Usuario:</td>
|
||||
<td><div class="txtFrm"><?php echo $_smarty_tpl->getVariable('info')->value['usuario'];?>
|
||||
</div></td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td align="center" style="border-top:1px solid #CCCCCC; padding-top:10px">
|
||||
<b>.:: ORDENES DE COMPRA ENVIADAS A SUCURSAL ::.</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<hr />
|
||||
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/lists/envios-ordenes-comp2.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
|
||||
echo $_template->getRenderedTemplate();?><?php $_template->updateParentVariables(0);?><?php unset($_template);?>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php if ($_smarty_tpl->getVariable('info')->value['status']=="Recibido"){?>
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td align="center" style="border-top:1px solid #CCCCCC; padding-top:10px">
|
||||
<b>.:: ORDENES DE COMPRA RECIBIDAS EN SUCURSAL ::.</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<hr />
|
||||
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/lists/envios-recibir-mercancia2.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
|
||||
echo $_template->getRenderedTemplate();?><?php $_template->updateParentVariables(0);?><?php unset($_template);?>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php }?>
|
||||
<hr />
|
||||
|
||||
|
||||
<div align="center">
|
||||
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/envios">Regresar</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user