本文整理汇总了PHP中Documento::obtenerJustificacionesEscaneadas方法的典型用法代码示例。如果您正苦于以下问题:PHP Documento::obtenerJustificacionesEscaneadas方法的具体用法?PHP Documento::obtenerJustificacionesEscaneadas怎么用?PHP Documento::obtenerJustificacionesEscaneadas使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Documento
的用法示例。
在下文中一共展示了Documento::obtenerJustificacionesEscaneadas方法的3个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: DespacharListarDestino
//.........这里部分代码省略.........
?>
&th=<?php
echo $row_org["tipo_historial"];
?>
"><img src="public_root/imgs/b_drop.png" alt="Eliminar" width="16" height="16" border="0"></a>
<?php
} else {
?>
<img src="public_root/imgs/b_drop_d.png" alt="Eliminar" width="16" height="16" border="0">
<?php
}
//Fin del if de eliminar
?>
<?php
$observacion = trim($row_org['observacion']);
if (!empty($observacion)) {
?>
<a href="javascript:VerDetalleObservacion(<?php
echo $cont;
?>
)">
<img src="public_root/imgs/b_search.png" width="16" height="16" border="0" alt="Ver Detalle" /> </a>
<?php
} else {
?>
<img src="public_root/imgs/b_search_d.png" width="16" height="16" border="0" alt="Ver Detalle" />
<?php
}
?>
<?php
$tipo = $row_org['tipo_historial'];
if ($tipo == 2 || $tipo == 3 || $tipo == 4) {
$doc_archivo = new Documento($ids);
$archivo = array();
if ($tipo == 2 || $tipo == 4) {
$archivo = $doc_archivo->obtenerJustificacionesEscaneadas($idp);
} else {
$archivo = $doc_archivo->obtenerBorradoresEscaneados($idp);
}
if (count($archivo) > 0) {
?>
<a href="javascript:void(0)" onclick="ver_mas_adjuntos($(this))">
<img src="public_root/imgs/attach.png" width="16" height="16" border="0" alt="Ver Archivo" /> </a>
<div id="doc_adjuntos<?php
echo $cont;
?>
" class="doc_adjuntos">
<p>Documentos Adjuntos : </p>
<?php
for ($i = 0; $i < count($archivo); $i++) {
?>
<p><a href="<?php
echo $tipo == 2 || $tipo == 4 ? "Justificados/" . rawurlencode($archivo[$i]) : "Archivados/" . rawurlencode($archivo);
?>
" target="_blank"><?php
echo $archivo[$i];
?>
</a></p>
<?php
}
?>
</div>
<?php
} else {
?>
<img src="public_root/imgs/attach_d.png" width="16" height="16" border="0" alt="Ver Archivo"/>
<?php
}
} else {
?>
<img src="public_root/imgs/attach_d.png" width="16" height="16" border="0" alt="Ver Archivo"/>
<?php
}
////Fin del if para file.gif
?>
</div> </td>
</tr>
<tr>
<td colspan="7" align="center">
<div style="display:none; text-align:left;" id="detalle_observacion<?php
echo $cont;
?>
">
<?php
echo $observacion;
?>
</div>
</td>
</tr>
<?php
}
//Fin del While
?>
</tr>
</table>
<?php
}
示例2: elseif
} elseif ($his_base[$h]['tipo'] == 2) {
//Usuario a su Area
$origen = $his_base[$h]['usuario']->GetNombreCompleto();
$destino = $his_base[$h]['area_destino']->GetNombre();
$archivo = $doc->obtenerAprobacionesEscaneadas($his_base[$h]['id']);
} elseif ($his_base[$h]['tipo'] == 3) {
//Usuario a Usuario en borradores
$origen = $his_base[$h]['usuario']->GetNombreCompleto();
$destino = $his_base[$h]['destino']->GetNombreCompleto();
$archivo = $doc->obtenerBorradoresEscaneados($his_base[$h]['id']);
$clase = "class='filas'";
} elseif ($his_base[$h]['tipo'] == 4 || $his_base[$h]['tipo'] == 5) {
//Usuario a Usuario en historial de atencion
$origen = $his_base[$h]['usuario']->GetNombreCompleto();
$destino = $his_base[$h]['destino']->GetNombreCompleto();
$archivo = $doc->obtenerJustificacionesEscaneadas($his_base[$h]['id']);
} elseif ($his_base[$h]['tipo'] == 6) {
//Es de MESA a AREA
$origen = "DESPACHO GENERAL";
$destino = $his_base[$h]['area_destino']->GetNombre();
} elseif ($his_base[$h]['tipo'] == 7) {
//Es de AREA a MESA
$origen = $his_base[$h]['area']->GetNombre();
$destino = "DESPACHO GENERAL";
}
?>
<tr <?php
echo $clase;
?>
>
<td align="center" ><?php
示例3: DespacharListarDestino
//.........这里部分代码省略.........
</div></td>
<td><div align="center">
<?php
if ($row_org['original_historial_atencion'] == '1') {
echo 'ORIGINAL';
} else {
echo 'COPIA';
}
?>
</div>
</td>
<td>
<div align="center">
<?php
if ($row_org['id_area'] == $_SESSION['session'][5] && $row_org["tipo_historial_atencion"] != 2) {
//Yo lo envie lo puedo eliminar
?>
<a href="areas_acceso_registro.php?opcion=eliminar&ids=<?php
echo $ids;
?>
&idp=<?php
echo $idp;
?>
"><img src="imgs/b_drop.png" alt="Eliminar" width="16" height="16" border="0"></a>
<?php
} else {
?>
<img src="imgs/b_drop.png" alt="Eliminar" width="16" height="16" border="0">
<?php
}
//Fin del if de eliminar
?>
<?php
if ($row_org['tipo_historial_atencion'] != 2) {
$observacion = trim($row_org['observacion_historial_atencion']);
if (!empty($observacion)) {
?>
<a href="javascript:VerDetalleObservacion(<?php
echo $cont;
?>
)">
<img src="public_root/imgs/b_search.png" width="16" height="16" border="0" alt="Ver Detalle" />
</a>
<?php
} else {
?>
<img src="public_root/imgs/b_search.png" width="16" height="16" border="0" alt="Ver Detalle" />
<?php
}
}
//Fin del if para search.png
?>
<?php
if ($row_org['tipo_historial_atencion'] == 2) {
$doc_archivo = new Documento($ids);
$archivo = $doc_archivo->obtenerJustificacionesEscaneadas($idp);
if (!empty($archivo)) {
?>
<a href="Justificados/<?php
echo $archivo;
?>
">
<img src="public_root/imgs/file.gif" width="16" height="16" border="0" alt="Ver Archivo" />
</a>
<?php
} else {
?>
<img src="public_root/imgs/file.gif" width="16" height="16" border="0" alt="Ver Archivo" />
<?php
}
}
//Fin del if para file.gif
?>
</div>
</td>
</tr>
<tr>
<td colspan="7" align="center">
<div style="display:none" id="detalle_observacion<?php
echo $cont;
?>
">
<?php
echo $observacion;
?>
</div>
</td>
</tr>
<?php
}
//Fin del While
?>
</tr>
</table>
<?php
}