当前位置: 首页>>代码示例>>PHP>>正文


PHP Documento::UltimaUbicacionReporte方法代码示例

本文整理汇总了PHP中Documento::UltimaUbicacionReporte方法的典型用法代码示例。如果您正苦于以下问题:PHP Documento::UltimaUbicacionReporte方法的具体用法?PHP Documento::UltimaUbicacionReporte怎么用?PHP Documento::UltimaUbicacionReporte使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在Documento的用法示例。


在下文中一共展示了Documento::UltimaUbicacionReporte方法的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: Busqueda


//.........这里部分代码省略.........
	</tr>
	<tr class="ui-jqgrid-bdiv">
		<td>
			<table id="frmgrid" width="100%" class="ui-jqgrid-btable" cellpadding="0" cellspacing="0">

        <?php 
        while ($row_reg = $query_reg->ConsultaVerRegistro()) {
            $id = $row_reg[0];
            $estado = $row_reg["id_estado"];
            $tooltip = "";
            if (!empty($row_reg['asunto_documento'])) {
                $tooltip = "title ='" . $row_reg['asunto_documento'] . "' class='tip'";
            }
            ?>
        <tr class="ui-widget-content1 jqgrow <?php 
            echo $estado == 12 ? "Estilo2 fila_finalizada" : "Estilo2";
            ?>
">
            <td <?php 
            echo $tooltip;
            ?>
 width="16%">
				<div align="center">
				<?php 
            $cod = $row_reg[1];
            if ($estado != 12) {
                ?>
						<a href="escaneo_acceso_registro.php?opcion=edit&id=<?php 
                echo $id;
                ?>
">
						<?php 
                echo $cod;
                ?>
</a>
					 <?php 
            } else {
                echo $cod;
            }
            ?>
				</div>
			</td>
            <td width="26%">
				<input size="48"  value="<?php 
            echo $row_reg["nombre_remitente"];
            ?>
"/>
			</td>
            <td width="28%">
				<input size="43" value="<?php 
            echo $row_reg["numero_documento"];
            ?>
"/>
			</td>
            <td width="13%">
				<input name="text" type="text" style="text-align:center; width:100%" value="<?php 
            echo date('d/m/Y H:i', strtotime($row_reg['fecha_registro_documento']));
            ?>
" size="3"/>
			</td>
            <td width="6%" align="center">
				<input name="text2" type="text" style="text-align:center; width:100%" value="<?php 
            echo $row_reg['abrev_nombre_estado'];
            ?>
" size="3"/>
			</td>
            <?php 
            $sql_ultimo = "SELECT Max(`hd`.`id_historial_documento`) AS `ultimo`\r\n                            FROM\r\n                            `historial_documentos` AS `hd`\r\n                            where hd.id_documento='" . $row_reg['id_documento'] . "'\r\n                            GROUP BY\r\n                            `hd`.`id_documento`";
            $query_ultimo = new Consulta($sql_ultimo);
            $ultimo = $query_ultimo->ConsultaVerRegistro();
            $sql_data = " SELECT hd.id_documento,\r\n                            a.nombre_area,\r\n                            a.abve_nombre_area\r\n                            FROM historial_documentos AS hd\r\n                            Inner Join areas AS a ON a.id_area = hd.id_area\r\n                            where hd.id_historial_documento='" . $ultimo['ultimo'] . "'";
            $query_data = new Consulta($sql_data);
            $data = $query_data->ConsultaVerRegistro();
            $sql_usu = "SELECT Max(`ha`.`id_historial_atencion`) AS `ultimo`,\r\n                            `ha`.`id_documento`\r\n                            FROM `historial_atencion` AS `ha`\r\n                            WHERE ha.original_historial_atencion =  '1' and\r\n                            ha.id_documento='" . $row_reg['id_documento'] . "'\r\n                            GROUP BY\r\n                            `ha`.`id_documento`\t";
            $query_usu = new Consulta($sql_usu);
            $usu = $query_usu->ConsultaVerRegistro();
            $susu = "SELECT `u`.`login_usuario`, `a`.`abve_nombre_area`\r\n                        FROM `historial_atencion` AS `ha`\r\n                        Inner Join `usuarios` AS `u` ON `u`.`id_usuario` = `ha`.`id_usuario_destino`\r\n                        Inner Join `areas` AS `a` ON `a`.`id_area` = `u`.`id_area`\r\n                        WHERE\r\n                        `ha`.`id_historial_atencion` = '" . $usu['ultimo'] . "' ";
            $qusu = new Consulta($susu);
            $u = $qusu->ConsultaVerRegistro();
            ?>
            <td><div align="center">
              <?php 
            $documento = new Documento($row_reg['id_documento']);
            ?>
              <input name="text42" type="text" value="<?php 
            echo $documento->UltimaUbicacionReporte();
            ?>
" />
            </div></td>
        </tr>
        <?php 
        }
        ?>
		 </table>
		</td>
	</tr>
</table>
</div>
<?php 
    }
开发者ID:electromanlord,项目名称:sgd,代码行数:101,代码来源:class.escaneos.php

示例2: RegistraListado


//.........这里部分代码省略.........
			<table id="frmgrid" width="100%" class="ui-jqgrid-btable" cellpadding="0" cellspacing="0">		
		<?php 
        while ($row_reg = $query_reg->ConsultaVerRegistro()) {
            $ids = $row_reg['id_documento'];
            $_POST[remi] = $row_reg['nombre_remitente'];
            $estado = $row_reg['id_estado'];
            $descripcion_dev = "";
            $clase = "Estilo7";
            if ($estado == 12) {
                $clase = "Estilo7 fila_finalizada";
            } else {
                $dias = resta_fechas(date("d/m/Y"), date('d/m/Y', strtotime($row_reg['fecha_registro_documento'])));
                if ($dias > 0) {
                    $clase = "Estilo7 fila_peligro";
                } else {
                    $clase = "Estilo7 fila_baja";
                }
            }
            if ($estado == 5) {
                $sql_dev = "SELECT\r\n                            v.descripcion,\r\n                            v.id_devuelto\r\n                            FROM\r\n                            devuelto AS v\r\n                            Inner Join documentos AS d ON v.id_documento = d.id_documento\r\n                            WHERE\r\n                            d.id_documento =  '{$ids}'\r\n                            ORDER BY\r\n                            v.id_devuelto DESC\r\n                            LIMIT 0, 1";
                $query_dev = new Consulta($sql_dev);
                $row_dev = $query_dev->VerRegistro();
                $descripcion_dev = $row_dev['descripcion'];
            }
            $tooltip_asunto = "";
            if (!empty($row_reg['asunto_documento'])) {
                $tooltip_asunto = "title ='" . $row_reg['asunto_documento'] . "' class='tip'";
            }
            ?>
	<tr class="ui-widget-content1 jqgrow <?php 
            echo $clase;
            ?>
">
    	<td <?php 
            echo $tooltip_asunto;
            ?>
 width="16%">
		<div align="center">
      <?php 
            $cod = $row_reg["codigo_documento"];
            if ($estado != 12 && $estado != 11) {
                ?>
              <a href="mesa_acceso_registro.php?opcion=despachar&ids=<?php 
                echo $ids;
                ?>
">
				<?php 
                echo $cod;
                ?>
              </a>
              <?php 
            } else {
                echo $cod;
            }
            ?>
			</div>    	</td>
		<td width="27%"><input size="40" value="<?php 
            echo $row_reg[nombre_remitente];
            ?>
"/></td>
    	<td width="28%"><input size="47" value="<?php 
            echo $row_reg[numero_documento];
            ?>
"/></td>
    	<td width="13%">		
			<div align="center">
				<input type="text" value="<?php 
            echo date('d/m/Y H:i', strtotime($row_reg['fecha_registro_documento']));
            ?>
" style="text-align:center;width:100%;"/>				
			</div>		</td>
    	<td align="center" <?php 
            if (!empty($descripcion_dev)) {
                echo "title ='" . $descripcion_dev . "' class='tip'";
            }
            ?>
 width="6%"><input name="text" type="text" style="text-align:center; width:100%" value="<?php 
            echo $row_reg['abrev_nombre_estado'];
            ?>
"/></td>
      	<td>	  
        <?php 
            $documento = new Documento($row_reg['id_documento']);
            ?>
		<input type="text" value="<?php 
            echo $documento->UltimaUbicacionReporte();
            ?>
" />     </td>
    </tr>
	<?php 
        }
        ?>
	</table>
	</td>
	</tr>
</table>
</div>

<?php 
    }
开发者ID:electromanlord,项目名称:sgd,代码行数:101,代码来源:mesa_acceso_registro.cls.php


注:本文中的Documento::UltimaUbicacionReporte方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。