echo "\t\t\t<option value=\"" . $row['pdv_empresa'] . "\">" . $row['pdv_empresa'] . '-' . $row['desc_empresa'] . " - R" . $row['cod_regional'] . "</option>"; } echo "\t\t</select>"; echo "\t\t<div style=\"width:100%; text-align: center\">"; echo "\t\t<br>"; echo "\t\t<input type=\"hidden\" name=\"criterios\" id=\"criterios\" value=\"" . $criterios . "\">"; echo "\t\t<input type=\"submit\" name=\"btnEnviar\" id=\"enviar\" value=\"Exportar\">"; echo "\t\t<input type=\"button\" name=\"btnVoltar\" id=\"voltar\" value=\"Menu Inicial\" onClick=\"window.location.replace('http://" . $_SERVER['HTTP_HOST'] . "/km')\">"; echo "\t\t</div>"; echo "\t\t</fieldset>"; //======== BANCO DE DADOS CONSOLIDADO - FIM ========// //======== TABELA EMPRESAS - INICIO ========// echo "\t\t<fieldset id=\"fieldset_os\">"; echo "\t\t<legend id=\"legend\">Empresas</legend>"; echo "\t\t<div style=\"width:100%; text-align: center\">"; geraXLS(1, $criterios); echo "\t\t</div>"; echo "\t\t</fieldset>"; //======== TABELA EMPRESAS - FIM ========// echo "\t\t</form>"; echo "\t\t<hr>"; echo "\t\t<p style=\"font-size:12px; text-align:center; font-weight:bold; \">Formulário de consulta gerado pelo Sistema de Engenharia de campo - SKY</p>"; echo "\t</div>"; echo "\t<script language=\"javaScript\">"; echo "\t//\tajustaPosicao();"; echo "\t</script>"; echo "</body>"; echo "</html>"; } else { geraXLS(0, $_POST['criterios']); }
echo " <div style=\"width:100%; text-align: center\">"; echo " <input type=\"submit\" name=\"btnEnviar\" id=\"enviar\" value=\"Exportar\" onClick=\"msg_vistorias.style.display='block'; setTimeout(function(){ msg_vistorias.style.display='none'; }, num_vistorias.innerHTML * 100);\">"; echo " <input type=\"button\" name=\"btnVoltar\" id=\"voltar\" value=\"Menu Inicial\" onClick=\"window.location.replace('http://" . $_SERVER['HTTP_HOST'] . "/km')\">"; if ($nivel < ($relatorio == 3 ? 4 : 3)) { echo " <input type=\"button\" name=\"btnExcluir\" id=\"excluir\" value=\"Excluir\" onClick=\"if(os.value>0){if(confirm('Deseja realmente excluir a vistoria '+ os.value +'?')){window.location.replace('http://" . $_SERVER['HTTP_HOST'] . "/modulos/gera_xls.php?" . $_SERVER['QUERY_STRING'] . "&tipo_relatorio='+tipo_relatorio.value+'&os='+os.value+'&excluir=1&msg=Vistoria excluida com sucesso')}}else{alert('Digite o número da OS')}\">"; } if ($nivel < 3 && $relatorio < 3) { echo " <input type=\"button\" name=\"btnReenviar\" id=\"reenviar\" value=\"Reenviar\" onClick=\"if(os.value>0){if(mensagem=prompt('Digite o problema a ser corrigido:')){window.location.replace('http://" . $_SERVER['HTTP_HOST'] . "/modulos/gera_xls.php?" . $_SERVER['QUERY_STRING'] . "&tipo_relatorio='+tipo_relatorio.value+'&os='+os.value+'&reenviar=1&mensagem='+mensagem+'&msg=Reenvio solicitado com sucesso')}}else{alert('Digite o número da OS')}\">"; } echo " </div>"; echo "\t\t\t<div id=\"msg_vistorias\" style=\"display:none;\ttext-align:center\"><br><img src=\"../img/aguarde.gif\"></div>"; echo " </fieldset>"; //======== BANCO DE DADOS CONSOLIDADO - FIM ========// echo " </form>"; //======== BANCO DE DADOS CONSOLIDADO - INICIO ========// echo " <fieldset id=\"fieldset_os\">"; echo " <legend id=\"legend\">" . $tipo_relatorio[$relatorio - 1] . "</legend>"; geraXLS($_REQUEST['tipo_relatorio'], 0); echo " </fieldset>"; //======== BANCO DE DADOS CONSOLIDADO - FIM ========// echo " <hr>"; echo " <p style=\"font-size:12px; text-align:center; font-weight:bold; \">Formulário de consulta gerado pelo Sistema de Engenharia de campo - SKY</p>"; echo " </div>"; echo " <script language=\"javaScript\">"; echo " //\tajustaPosicao();"; echo " </script>"; echo "</body>"; echo "</html>"; } else { geraXLS($_REQUEST['tipo_relatorio'], 1); }