-
Notifications
You must be signed in to change notification settings - Fork 0
/
abast_vtr_outra_om.php
executable file
·216 lines (190 loc) · 10.7 KB
/
abast_vtr_outra_om.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<?php
if(!isset($_SESSION['usuario']))
include "verifica_sessao.php";
?>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<script language="JavaScript" type="text/javascript">
$(document).ready(function () {
$("input[name='qtd_comb']").css({width:'60px',})
$("#posto").change(function () {
$("input[name='qtd_comb']").attr("max",Math.floor($("option:selected",this).attr("id")));
$("input[name='qtd_max']").attr("value",Math.floor($("option:selected",this).attr("id"))+' Lts');
$("input[name='cr_max']").attr("value",Math.floor($("option:selected",this).attr("cr"))+' Lts');
if (document.frm_autz.cr_max.value>document.frm_autz.qtd_max.value) {
$("input[name='qtd_comb']").attr("max",Math.floor($("option:selected",this).attr("cr")));
} else {
$("input[name='qtd_comb']").attr("max",Math.floor($("option:selected",this).attr("id")));
}
})
$("input[name='qtd_max']").css({background:'transparent', border:'none', color:'red',})
$("input[name='cr_max']").css({background:'transparent', border:'none', color:'red',})
})
</script>
<?php
echo "<font size='5'><b><br>Autorizção para Abastecimento - Viatura Outra OM</font><hr>";
echo "<table width='100%'>";
echo "<tr><td>";
echo "<table border='0' width='70%' align='left' valign='top'>";
echo "<tr align='center' bgcolor='$cor1'><td COLSPAN='5'><b><I>DISPONIBILIDADE DO(A) ".$_SESSION['unidade']."</I></td></tr>";
echo "<tr align='center' bgcolor='$cor2'>
<td width='20%'><b>Combustível</td>
<td width='20%'><b>Tipo</td>
<td width='20%'><b>Reservatório</td>
<td width='30%'><b>Local</td>
<td width='20%'><b>Quantidade</td>
</tr>";
/*/Seleciona o posto e a qtd de combustivel disponível para a OM*/
$qry="select r.codigo, o.sigla, c.nome, truncate(sum(e.qtd_atual),0), t.tipo_cota, t.cod_tp_cota, e.om_codom
from reservatorio r, om o, combustivel c, tipo_cota t, estoque e
where o.codom=r.om_codom
and r.codigo=e.reservatorio_codigo
and c.codigo=r.combustivel_codigo
and t.cod_tp_cota=e.cod_tp_cota
and e.qtd_atual>0
and e.om_codom='".$_SESSION['codom']."'
group by r.codigo, e.cod_tp_cota
order by c.codigo, e.cod_tp_cota, abs(r.codigo)";
$result = mysql_query($qry);
$i=0;
while ($linha = mysql_fetch_array($result, MYSQL_NUM)) {
//Verifica o somatório dos abastecimentos autorizados e não realizados
$qryc = "select sum(qtd_autorizada) from abastecimento where reservatorio_codigo='$linha[0]' and cod_tp_cota='$linha[5]' and cota_om='$linha[6]' and qtd_abastecida is null";
$resc = mysql_query($qryc);
$qtdc = mysql_fetch_row($resc);
$qtd_c = str_replace(".", ",",($linha[3]-$qtdc[0]));
echo "<tr bgcolor='$cor3' align='center' class='marcar_linha'><td>$linha[2]</td><td>$linha[4]</td><td> Nº $linha[0]</td><td align='left'>$linha[1]</td><td align='right'>$qtd_c Lts </td></tr>";
$reservatorio[$i] = $linha[0];
$local[$i] = $linha[1];
$comb[$i] = $linha[2];
$qtd[$i] = $linha[3];
$i++;
}
echo "<tr bgcolor='$cor_fundo'><td COLSPAN='11'><b><I> OBS:</b> As quantidades aqui descritas já estão descontadadas os abastecimentos autorizados e não executados.</I></td></tr>";
echo "</table>";
echo "</td></tr>";
echo "<tr><td>";
echo "<table border='0' width='100%' align='left' valign='top'>";
echo "<tr align='center' bgcolor='$cor_fundo'><td COLSPAN='10'><hr></td></tr>";
echo "<tr align='center' bgcolor='$cor1'><td COLSPAN='10'><b><I>ABASTECIMENTOS AUTORIZADOS PELO(A) ".$_SESSION['unidade']."</I></td></tr>";
echo "<tr align='center' bgcolor='$cor1'>
<td><b>OM</td><td><b>Viatura</td><td><b>EB</td><td><b>Od Atual</td><td><b>Qtd</td><td><b>Data Autz</td><td><b>Reservatório</td><td><b>Motorista</td><td><b>Código</td><td><b>Remover</td>
</tr>";
/*Seleciona os abastecimentos autorizados*/
$qry_disp="SELECT concat(v.marca,' - ', v.modelo), a.viatura_eb, a.qtd_autorizada, a.dt_autorizacao, c.codigo, a.motorista, o.sigla, a.cod_seguranca, r.codigo, a.missao, a.od_atual, t.tipo_cota, c.nome, a.tp_abastecimento
FROM combustivel c, viatura v, abastecimento a, om o, reservatorio r, tipo_cota t, usuario u
WHERE o.codom=r.om_codom
and v.eb=a.viatura_eb
and c.codigo = v.combustivel_codigo
and r.codigo=a.reservatorio_codigo
and t.cod_tp_cota=a.cod_tp_cota
and a.qtd_abastecida is null
and u.idt=a.usuario_autz
and u.om_codom = '".$_SESSION['codom']."'";
$resultado = mysql_query($qry_disp);
while ($row = mysql_fetch_array($resultado, MYSQL_NUM)) {
$qry_om = "select sigla from om, viatura v where om.codom=v.om_codom and v.eb='$row[1]'";
$res_om = mysql_query($qry_om);
$om = mysql_fetch_row($res_om);
$data = substr($row[3],8,2)."/".substr($row[3],5,2)."/".substr($row[3],0,4);
if($row[13]=='Carregamento de Cisterna') {
$row[10]='-';
$row[0]=$row[13];
}
echo "<tr bgcolor='$cor3' align='center' class='marcar_linha'><td align='left'>$om[0]</td><td align='left'>$row[0]</td><td>$row[1]</td><td>$row[10]</td><td>$row[2] Lts</td><td>$data</td><td>Nº $row[8] - $row[6]</td><td align='left'>$row[5]</td>";
echo "<td><a href='./qrcode/impr_autz_abast.php?om=$om[0]&eb=$row[1]&dt=$row[3]&res=$row[8]&cota=$row[14]&tp_cota=$row[15]&motorista=$row[5]&data=$data&cod=$row[7]&qtd=$row[2]&posto=$row[8] - $row[6]&odometro=$row[10]&tp_abastecimento=$row[13]&usuario=".substr($_SESSION['post_grad'],1)." ".$_SESSION['nome_guerra']."&sigla=".$_SESSION['unidade']."' title='Imprimir Autorizaçção' target='_blank'>$row[7]</a></td>
<td><a href='index.php?nomeArquivo=remover_registro.php&tab=abastecimento&ch=viatura_eb&valor=$row[1]&ch1=dt_abastecimento&valor1=$row[3]&valor2=2®istro=a autorização de abastecimento da Viatura $row[0] - EB $row[1] &arquivo=remover_autz.php' title='Remover esta autorização'>Remover</td>";
echo "</tr>";
}
echo "</table>";
echo "</td></tr>";
echo "<tr><td>";
echo "<table border='0' width='80%' align='left' valign='top'>";
echo "<form name='frm_autz' method='POST' action='index.php?nomeArquivo=abast_vtr_outra_om.php' >";
echo "<tr><td COLSPAN='2'><hr></td></tr>";
echo "<tr><td align='right'><b><I>Digite o EB da Viatura: </I></td><td><input type='text' size='10' maxlength='10' name='eb' value='".$_POST['eb']."'> <input type='submit' value= 'Localizar'></td></tr>";
echo "<tr><td COLSPAN='2'><hr></td></tr>";
echo "</form>";
echo "<form name='frm_autz_vale' method='POST' action='index.php?nomeArquivo=gravar_autz.php' >";
/*Seleciona a Viatura*/
$query = "SELECT o.codom, o.sigla, v.marca, v.modelo, c.nome, v.eb, c.codigo, v.cap_tanque, o.oc
FROM om o, viatura v, combustivel c
WHERE o.codom=v.om_codom
and c.codigo=v.combustivel_codigo
and v.eb='".$_POST['eb']."'
and o.codom<>'".$_SESSION['codom']."'";
$result = mysql_query($query,$conexao);
if ($_POST['eb'] != ''){
$row = mysql_fetch_row($result);
}
echo "<input type='hidden' name='sigla' value='".$_SESSION['unidade']."'>";
echo "<tr><td align='right'><b><I>OM da Viatura: </I></td><td> <font color='blue'> ".$row[1]."</td></tr>";
echo "<input type='hidden' name='codom' value='$row[0]'>";
echo "<tr><td align='right'><b><I>EB da Viatura: </I></td><td> <font color='blue'>$row[5]</td></tr>";
echo "<input type='hidden' name='om_vtr' value='$row[1]'>";
echo "<input type='hidden' name='eb' value='$row[5]'>";
echo "<tr><td align='right'><b><I>Viatura: </I></td><td> <font color='blue'>$row[2] - $row[3]</td></tr>";
echo "<tr><td align='right'><b><I>Combustível: </I></td><td> <font color='blue'>$row[4]</td></tr>";
echo "<tr><td align='right'><b><I>Capacidade do Tanque: </I></td><td> <font color='blue'>$row[7] Litros</td></tr>";
/*/Seleciona a relaçao de reservatorios com combustiveis maior que zero*/
$qry="select r.codigo, o.sigla, c.nome, truncate(sum(e.qtd_atual),0), t.tipo_cota, t.cod_tp_cota, e.om_codom, c.codigo
from reservatorio r, om o, combustivel c, tipo_cota t, estoque e
where o.codom=r.om_codom
and r.codigo=e.reservatorio_codigo
and c.codigo=r.combustivel_codigo
and t.cod_tp_cota=e.cod_tp_cota ";
if($abast_c_saldo_neg!='s') {
$qry .= "and e.qtd_atual>0 ";
}
$qry .= "and e.om_codom='".$_SESSION['codom']."'
and c.codigo = '$row[6]'
group by r.codigo, e.cod_tp_cota
order by c.codigo, e.cod_tp_cota, abs(r.codigo)";
$result = mysql_query($qry);
$cont='1';
echo "<tr><td align='right'><b><I>Local e Tipo: </td><td><select name='reservatorio' id='posto' required>";
while ($row = mysql_fetch_array($result, MYSQL_NUM)) {
//Verifica o somatório dos abastecimentos autorizados e não realizados
$qrya = "select sum(qtd_autorizada) from abastecimento where reservatorio_codigo='$row[0]' and cod_tp_cota='$row[5]' and cota_om='$row[6]' and qtd_abastecida is null";
$resa = mysql_query($qrya);
$qtda = mysql_fetch_row($resa);
$row[3] = $row[3] - $qtda[0];
if($abast_c_saldo_neg=='s') {
//Verifica o crédito da OM
$qrycr = "select sum(qtd_atual) from credito where cod_tp_cota='$row[5]' and om_codom='$row[6]' and combustivel_codigo='$row[7]' ";
$rescr = mysql_query($qrycr);
$qtdcr = mysql_fetch_row($rescr);
$cota_cred .= ",".$row[5];
}
echo "<option id='$row[3]' cr='$qtdcr[0]' value='$row[0],$row[5],$row[1],$row[2]'>Res: $row[0] - $row[1] - $row[2] $row[4]</option>";
if($cont=='1') {
$valor=$row[3];
$cred=$qtdcr[0]-$qtda[0];
}
$cont++;
}
echo "</select>";
echo " Disponibilidade: <input type='text' name='qtd_max' size='10' value='$valor Lts' readonly>";
if($abast_c_saldo_neg=='s') {
echo " Crédito: <input type='text' name='cr_max' size='10' value='$cred Lts' readonly>";
if($cred>$valor) {
$valor=$cred;
}
} else {
echo " <input type='hidden' name='cr_max' size='10' value='0 Lts' readonly>";
}
echo "</td></tr>";
echo "<tr><td align='right'><b><I>Quantidade Autorizada: </I></td><td> <input type='number' min='1' max='$valor' name='qtd_comb' name='qtd_autz' required> Lts</td></tr>";
echo "<tr><td align='right'><b><I>Odometro Atual: </td><td><input type='text' size='25' maxlength='50' name='odometro' required><br></td></tr>";
echo "<tr><td align='right'><b><I>Motorista: </I></td><td> <input type='text' size='30' maxlength='30' name='motorista' required></td></tr>";
echo "<tr><td align='right'><b><I>Missão: </td><td><input type='text' size='30' maxlength='50' name='missao' required></td></tr>";
echo "<input type='hidden' name='tp_abastecimento' value='Abastecimento Vtr Outra OM'>";
echo "<input type='hidden' name='operacao' value='1'>";
echo "<tr><td COLSPAN='2'> </td></tr>";
echo "<tr><td align='right'><input type='submit' value= 'Confirmar'> </td><td> <input type='reset' value= ' Cancelar '></td></tr>";
echo "</form>";
echo "</table>";
echo "</td></tr>";
echo "</table>";
?>