Changeset 5d37dfa in observatorio


Ignore:
Timestamp:
Jul 22, 2014, 4:56:42 PM (10 years ago)
Author:
Ing. Roldan Vargas <rvargas@…>
Branches:
master
Children:
f6643b4
Parents:
df7849d
Message:

se elimina función dajas limpiarConsulta y se sustituye por script jquery ya que la implementación era innecesaria

File:
1 edited

Legend:

Unmodified
Added
Removed
  • procesos/apps/sigesic/ajax.py

    r6cdfd26 r5d37dfa  
    247247
    248248
    249 def limpiarConsulta(request):
    250     dajax = Dajax()
    251     # Pestaña CIIU
    252 
    253     dajax.script("document.getElementById('id_buscaCiiu').value = ''")
    254     dajax.script("document.getElementById('id_desdeciiu').value = ''")
    255     dajax.script("document.getElementById('id_hastaciiu').value = ''")
    256     dajax.script("document.getElementById('eliminarTodosCIIU').click()")
    257 
    258     # Pestaña Unidad Económica
    259     dajax.script("document.getElementById('eliminarTodosEmpresa').click()")
    260 
    261     return dajax
    262 
    263 
    264249def exportarCSV(request):
    265250    dajax = Dajax()
Note: See TracChangeset for help on using the changeset viewer.