forked from e-cidade/2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aco4_anulacaocontratocancelcancelamento001.php
executable file
·302 lines (262 loc) · 9.77 KB
/
aco4_anulacaocontratocancelcancelamento001.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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<?
/*
* E-cidade Software Publico para Gestao Municipal
* Copyright (C) 2009 DBselller Servicos de Informatica
* www.dbseller.com.br
*
* Este programa e software livre; voce pode redistribui-lo e/ou
* modifica-lo sob os termos da Licenca Publica Geral GNU, conforme
* publicada pela Free Software Foundation; tanto a versao 2 da
* Licenca como (a seu criterio) qualquer versao mais nova.
*
* Este programa e distribuido na expectativa de ser util, mas SEM
* QUALQUER GARANTIA; sem mesmo a garantia implicita de
* COMERCIALIZACAO ou de ADEQUACAO A QUALQUER PROPOSITO EM
* PARTICULAR. Consulte a Licenca Publica Geral GNU para obter mais
* detalhes.
*
* Voce deve ter recebido uma copia da Licenca Publica Geral GNU
* junto com este programa; se nao, escreva para a Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
* 02111-1307, USA.
*
* Copia da licenca no diretorio licenca/licenca_en.txt
* licenca/licenca_pt.txt
*/
require_once("libs/db_stdlib.php");
require_once("libs/db_conecta.php");
require_once("libs/db_sessoes.php");
require_once("libs/db_usuariosonline.php");
require_once("libs/db_utils.php");
require_once("libs/db_app.utils.php");
require_once("dbforms/db_funcoes.php");
require_once("classes/db_acordo_classe.php");
require_once("classes/db_acordomovimentacao_classe.php");
$oPost = db_utils::postMemory($_POST);
$oGet = db_utils::postMemory($_GET);
$clacordo = new cl_acordo;
$clacordomovimentacao = new cl_acordomovimentacao;
$db_opcao = 3;
$clacordo->rotulo->label();
$clacordomovimentacao->rotulo->label();
$clrotulo = new rotulocampo;
$clrotulo->label("ac10_sequencial");
$clrotulo->label("ac16_sequencial");
$clrotulo->label("ac16_resumoobjeto");
$clrotulo->label("ac10_datamovimento");
$clrotulo->label("ac10_obs");
?>
<html>
<head>
<title>DBSeller Informática Ltda - Página Inicial</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Expires" CONTENT="0">
<?
db_app::load("scripts.js, strings.js, prototype.js, datagrid.widget.js");
db_app::load("widgets/messageboard.widget.js, widgets/windowAux.widget.js");
db_app::load("estilos.css, grid.style.css");
?>
<style>
td {
white-space: nowrap;
}
fieldset table td:first-child {
width: 80px;
white-space: nowrap;
}
</style>
</head>
<body bgcolor=#CCCCCC leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="js_pesquisarCancelaCancelamento();">
<table border="0" align="center" cellspacing="0" cellpadding="0" style="padding-top:40px;">
<tr>
<td valign="top" align="center">
<fieldset>
<legend><b>Desfazer Cancelamento da Anulação do Acordo</b></legend>
<table align="center" border="0">
<tr>
<td title="<?=@$Tac10_sequencial?>" align="left">
<b>Código:</b>
</td>
<td align="left">
<?
db_input('ac10_sequencial',10,$Iac10_sequencial,true,'text',3,"");
?>
</td>
<td align="left"> </td>
</tr>
<tr>
<td title="<?=@$Tac16_sequencial?>" align="left">
<?
db_ancora("<b>Acordo:</b>","js_pesquisaac16_sequencial(true);",$db_opcao);
?>
</td>
<td align="left">
<?
db_input('ac16_sequencial',10,$Iac16_sequencial,true,'text',
$db_opcao," onchange='js_pesquisaac16_sequencial(false);'");
?>
</td>
<td align="left">
<?
db_input('ac16_resumoobjeto',40,$Iac16_resumoobjeto,true,'text',3);
?>
</td>
</tr>
<tr>
<td title="<?=@$Tac10_datamovimento?>" align="left">
<b>Data:</b>
</td>
<td align="left">
<?
db_inputdata('ac10_datamovimento',@$ac10_datamovimento_dia,
@$ac10_datamovimento_mes,
@$ac10_datamovimento_ano, true, 'text', $db_opcao, "");
?>
</td>
<td> </td>
</tr>
<tr>
<td colspan="3">
<fieldset>
<legend>
<b>Observação</b>
</legend>
<?
db_textarea('ac10_obs',5,64,$Iac10_obs,true,'text',1,"");
?>
</fieldset>
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td align="center">
<input id="cancelar" name="cancelar" type="button" value="Cancelar"
onclick="return js_cancelarCancelamentoAnulacao();" disabled>
<input id="pesquisar" name="pesquisar" type="button" value="Pesquisar" onclick="js_pesquisarCancelaCancelamento();">
</td>
</tr>
</table>
<?
db_menu(db_getsession("DB_id_usuario"),db_getsession("DB_modulo"),db_getsession("DB_anousu"),db_getsession("DB_instit"));
?>
</body>
<script>
$('ac10_sequencial').style.width = "100%";
$('ac16_sequencial').style.width = "100%";
$('ac16_resumoobjeto').style.width = "100%";
$('ac10_datamovimento').style.width = "100%";
var sUrl = 'con4_contratosmovimento.RPC.php';
/**
* Pesquisa anulação cancelamento
*/
function js_pesquisarCancelaCancelamento() {
$('cancelar').disabled = true;
var sUrl = 'func_acordomovimentacao.php?movimento=1&tipo=9';
sUrl += '&funcao_js=parent.js_mostrarPesquisaAnulacaoCancelamento|ac10_sequencial';
js_OpenJanelaIframe('top.corpo',
'db_iframe_cancelamentoanulacao',
sUrl,
'Pesquisar Cancelamento de Anulação',
true);
}
/**
* Retorno da pesquisa anulação cancelamento
*/
function js_mostrarPesquisaAnulacaoCancelamento(chave) {
$('cancelar').disabled = false;
js_getDadosAnulacaoCancelamento(chave);
db_iframe_cancelamentoanulacao.hide();
}
/**
* Busca o dados cancelamento da anulação
*/
function js_getDadosAnulacaoCancelamento(iCodigo) {
js_divCarregando('Aguarde pesquisando cancelamentos...', 'msgBoxGetDadosAnulacaoCancelamentos');
var oParam = new Object();
oParam.exec = "getDadosAnulacao";
oParam.codigo = iCodigo;
var oAjax = new Ajax.Request( sUrl, {
method: 'post',
parameters: 'json='+js_objectToJson(oParam),
onComplete: js_retornoGetDadosAnulacaoCancelamento
}
);
}
/**
* Retorno dos dados cancelamento da anulação
*/
function js_retornoGetDadosAnulacaoCancelamento(oAjax) {
js_removeObj("msgBoxGetDadosAnulacaoCancelamentos");
var oRetorno = eval("("+oAjax.responseText+")");
if (oRetorno.status == 2) {
alert(oRetorno.erro.urlDecode());
$('ac16_sequencial').value = "";
$('ac16_resumoobjeto').value = "";
$('ac10_datamovimento').value = "";
$('ac10_obs').value = "";
return false;
} else {
$('ac10_sequencial').value = oRetorno.codigo;
$('ac16_sequencial').value = oRetorno.acordo;
$('ac10_datamovimento').value = js_formatar(oRetorno.datamovimento,'d');
$('ac16_resumoobjeto').value = oRetorno.descricao.urlDecode();
$('ac10_obs').value = "";
return true;
}
}
/**
* Cancelar cancelamento de anulação
*/
function js_cancelarCancelamentoAnulacao() {
if ($('ac16_sequencial').value == '') {
alert('Acordo não informado!');
return false;
}
if ($('ac10_datamovimento').value == '') {
alert('Data não informada!');
return false;
}
if ($('ac10_sequencial').value == '') {
alert('Código da anulação não informado! Verifique a pesquisa.');
return false;
}
js_divCarregando('Aguarde cancelando o cancelamento...','msgBoxCancelarCancelamentoAnulacao');
var oParam = new Object();
oParam.exec = "desfazerCancelarAnulacao";
oParam.codigo = $F('ac10_sequencial');
oParam.observacao = encodeURIComponent(tagString($F('ac10_obs')));
var oAjax = new Ajax.Request( sUrl, {
method: 'post',
parameters: 'json='+js_objectToJson(oParam),
onComplete: js_retornoCancelarCancelamentoAnulacao
}
);
}
/**
* Retorno dos dados cancelar cancelamento da anulação
*/
function js_retornoCancelarCancelamentoAnulacao(oAjax) {
js_removeObj("msgBoxCancelarCancelamentoAnulacao");
var oRetorno = eval("("+oAjax.responseText+")");
$('ac10_sequencial').value = "";
$('ac16_sequencial').value = "";
$('ac16_resumoobjeto').value = "";
$('ac10_datamovimento').value = "";
$('ac10_obs').value = "";
$('cancelar').disabled = true;
if (oRetorno.status == 2) {
alert(oRetorno.erro.urlDecode());
} else {
alert("Anulação de cancelamento efetuada com Sucesso.");
}
js_pesquisarCancelaCancelamento();
}
</script>
</html>