Files
ventas_php/ajax/templates_c/edfcd82c07c9515eb08f84bb543ad2b8ccd08f68.file.agregar-envio-reporte.tpl.php

74 lines
3.2 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-04-30 20:10:57
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/agregar-envio-reporte.tpl" */ ?>
<?php /*%%SmartyHeaderCode:162808420753619f2105ca13-41758518%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'edfcd82c07c9515eb08f84bb543ad2b8ccd08f68' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/agregar-envio-reporte.tpl',
1 => 1382721772,
),
),
'nocache_hash' => '162808420753619f2105ca13-41758518',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div id="divForm">
<form name="frmAgregarProducto" id="frmAgregarProducto" method="post" action="">
<input type="hidden" name="type" value="saveProducto" />
<fieldset>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<div class="a">
<div class="l">* No. Envio:</div>
<div class="r"><input type="text" name="envioId" id="envioId" class="largeInput wide2" style="width:250px" maxlength="10" tabindex="1"></div>
</div>
<div class="a">
<div class="l">Modelo:</div>
<div class="r">
<div class="txtFrm" style="min-height:20px; width:250px" id="txtModelo"></div>
</div>
</div>
<div class="a">
<div class="l">* Tipo:</div>
<div class="r">
<select name="tipo" id="tipo" class="largeInput" style="width:250px" tabindex="3">
<option value="Faltante">Faltante</option>
<option value="Sobrante">Sobrante</option>
</select>
</div>
</div>
</td>
<td>
<div class="a">
<div class="l">* C&oacute;digo Barra:</div>
<div class="r"><input type="text" name="codigoBarra" id="codigoBarra" class="largeInput wide2" style="width:250px" maxlength="20" onblur="LoadInfoProd()" tabindex="2"></div>
</div>
<div class="a">
<div class="l">Cant. Recibida:</div>
<div class="r">
<div class="txtFrm" style="min-height:20px; width:250px" id="txtCantRec"></div>
</div>
</div>
<div class="a">
<div class="l">* Cantidad:</div>
<div class="r"><input type="text" name="cantidad" id="cantidad" class="largeInput wide2" style="width:250px" maxlength="10" tabindex="4"></div>
</div>
</td>
</tr>
</table>
<div style="clear:both"></div>
<hr />
* Campos requeridos
<div id="txtLoaderF"></div>
<div class="formLine" style="text-align:center; padding-left:300px">
<a class="button" id="btnSave"><span>Agregar</span></a>
</div>
</fieldset>
</form>
</div>