forked from e-cidade/2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aco1_acordodocumento001.php
executable file
·291 lines (247 loc) · 9.95 KB
/
aco1_acordodocumento001.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
<?php
/*
* E-cidade Software Publico para Gestao Municipal
* Copyright (C) 2013 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_utils.php");
require_once("std/db_stdClass.php");
require_once("libs/db_libdicionario.php");
require_once("libs/db_app.utils.php");
require_once("libs/db_conecta.php");
require_once("libs/db_sessoes.php");
require_once("libs/db_usuariosonline.php");
require_once("classes/db_acordodocumento_classe.php");
require_once("classes/db_acordo_classe.php");
require_once("dbforms/db_funcoes.php");
$oGet = db_utils::postMemory($_GET);
$clAcordoDocumento = new cl_acordodocumento;
$clAcordo = new cl_acordo;
$db_opcao = 22;
$db_botao = false;
$clRotulo = new rotulocampo;
$clAcordoDocumento->rotulo->label();
$clRotulo->label('ac40_acordo');
$ac40_acordo = $oGet->ac40_acordo;
?>
<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">
<?php
db_app::load("scripts.js, prototype.js, widgets/windowAux.widget.js,strings.js");
db_app::load("widgets/dbtextField.widget.js, dbViewCadEndereco.classe.js");
db_app::load("dbmessageBoard.widget.js, dbautocomplete.widget.js,dbcomboBox.widget.js, datagrid.widget.js");
db_app::load("estilos.css,grid.style.css");
?>
</head>
<body bgcolor=#CCCCCC leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div style="margin-top: 10px;"></div>
<form name="form1" id='form1' method="post" action="" enctype="multipart/form-data">
<center>
<div style="width: 600px;">
<fieldset>
<legend><b>Adicionar Documento:</b></legend>
<table>
<tr>
<td valign="top">
<b>Documento: </b>
</td>
<td valign='top' style="height: 25px;">
<?php
db_input("uploadfile",30,0,true,"file",1);
db_input("namefile",30,0,true,"hidden",1);
?>
</td>
</tr>
<tr>
<td>
<?php echo $Lac40_descricao;?>
</td>
<td>
<?php
db_input("ac40_descricao", 60, 0, true, 'text', 1);
db_input("ac40_acordo", 30, 0, true, 'hidden', 3);
?>
</td>
</tr>
</table>
</fieldset>
</div>
<input type='button' id='btnSalvar' Value='Salvar' />
<div style="width: 600px;">
<fieldset>
<legend><b>Documentos Cadastrados</b></legend>
<div id='ctnDbGridDocumentos'>
</div>
</fieldset>
</div>
</center>
</form>
</body>
<div id='teste' style='display:none'></div>
</html>
<script type="text/javascript">
var iAcordo = '<?php echo $oGet->ac40_acordo;?>';
var sUrlRpc = "con4_contratos.RPC.php";
oGridDocumento = new DBGrid('gridDocumento');
oGridDocumento.nameInstance = "oGridDocumento";
oGridDocumento.setHeight(200);
oGridDocumento.setCellAlign(new Array("right","right","left","center", "center"));
//oGridDocumento.setCellWidth("20%", "20%", "20%", "20%","20%");
oGridDocumento.setHeader(new Array("Codigo","Acordo","Descricao","Download", "Ação"));
oGridDocumento.show($('ctnDbGridDocumentos'));
/**
* Cria um listener para subir a imagem, e criar um preview da mesma
*/
$("uploadfile").observe('change', function() {
startLoading();
var iFrame = document.createElement("iframe");
iFrame.src = 'func_uploadfiledocumento.php?clone=form1';
iFrame.id = 'uploadIframe';
$('teste').appendChild(iFrame);
});
function startLoading() {
js_divCarregando('Aguarde... Carregando Documento','msgbox');
}
function endLoading() {
js_removeObj('msgbox');
}
function js_salvarDocumento() {
if ($F('namefile') == '') {
alert('Escolha um Documento!');
return false;
}
if ($F('ac40_descricao') == '') {
alert('Informe uma descrição para o documento!');
return false;
}
var oParam = new Object();
oParam.exec = 'adicionarDocumento';
oParam.acordo = $F('ac40_acordo');
oParam.descricao = encodeURIComponent($F('ac40_descricao').replace(/\\/g, "<contrabarra>"));
oParam.arquivo = $F('namefile');
js_divCarregando('Aguarde... Salvando Documento','msgbox');
var oAjax = new Ajax.Request(
sUrlRpc,
{ parameters: 'json='+Object.toJSON(oParam),
method: 'post',
asynchronous:false,
onComplete : js_retornoSalvarFoto
});
}
function js_retornoSalvarFoto(oAjax) {
js_removeObj("msgbox");
var oRetorno = eval('('+oAjax.responseText+")");
if (oRetorno.status == 1) {
$('uploadfile').value = '';
$("ac40_descricao").value = "";
js_getDocumento();
} else {
alert(oRetorno.message.urlDecode());
}
}
function js_getDocumento() {
var oParam = new Object();
oParam.exec = 'getDocumento';
oParam.acordo = iAcordo;
var oAjax = new Ajax.Request(
sUrlRpc,
{ parameters: 'json='+Object.toJSON(oParam),
asynchronous:false,
method: 'post',
onComplete : js_retornoGetDocumento
});
}
function js_retornoGetDocumento(oAjax) {
var oRetorno = eval('('+oAjax.responseText+")");
oGridDocumento.clearAll(true);
if (oRetorno.dados.length == 0) {
return false;
}
oRetorno.dados.each(function (oDocumento, iSeq) {
var aLinha = new Array();
aLinha[0] = oDocumento.iCodigo;
aLinha[1] = oDocumento.iAcordo;
aLinha[2] = decodeURIComponent(oDocumento.sDescricao.replace(/\+/g, " "));
aLinha[3] = '<input type="button" value="Dowload" onclick="js_documentoDownload('+oDocumento.iCodigo+')">';
aLinha[4] = '<input type="button" value="E" onclick="js_excluirDocumento('+oDocumento.iCodigo+')">';
oGridDocumento.addRow(aLinha);
});
oGridDocumento.renderRows();
}
$('btnSalvar').observe("click",js_salvarDocumento);
js_getDocumento();
function js_excluirDocumento(iCodigoDocumento) {
if (!confirm('Confirma a Exclusão do Documento?')) {
return false;
}
var oParam = new Object();
oParam.exec = 'excluirDocumento';
oParam.acordo = iAcordo;
oParam.codigoDocumento = iCodigoDocumento;
js_divCarregando('Aguarde... excluindo documento','msgbox');
var oAjax = new Ajax.Request(
sUrlRpc,
{ asynchronous:false,
parameters: 'json='+Object.toJSON(oParam),
method: 'post',
onComplete : js_retornoExcluiDocumento
});
}
function js_retornoExcluiDocumento(oAjax) {
js_removeObj("msgbox");
var oRetorno = eval('('+oAjax.responseText+")");
if (oRetorno.status == 2) {
alert("Não foi possivel excluir o documento:\n "+ oRetorno.message);
}
js_getDocumento();
}
function js_documentoDownload(iCodigoDocumento) {
if (!confirm('Deseja realizar o Download do Documento?')) {
return false;
}
var oParam = new Object();
oParam.exec = 'downloadDocumento';
oParam.acordo = iAcordo;
oParam.iCodigoDocumento = iCodigoDocumento;
js_divCarregando('Aguarde... realizando Download do documento','msgbox');
var oAjax = new Ajax.Request(
sUrlRpc,
{ asynchronous:false,
parameters: 'json='+Object.toJSON(oParam),
method: 'post',
onComplete : js_downloadDocumento
});
}
function js_downloadDocumento(oAjax) {
js_removeObj("msgbox");
var oRetorno = eval('('+oAjax.responseText+")");
if (oRetorno.status == 2) {
alert("Não foi possivel carregar o documento:\n "+ oRetorno.message);
}
window.open("db_download.php?arquivo="+oRetorno.nomearquivo);
}
</script>