| Server IP : 162.214.74.102 / Your IP : 216.73.216.192 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_apps/hering/application/plugins/module_fish/assets/js/ |
Upload File : |
function filter() {
// Advanced
$('#items_per_page').on('change', function(event) {
event.preventDefault();
var items = $(this).find('option:selected').val();
$("input[name=items_per_page]").val(items);
$('#form-filter').submit();
});
// Clear
$('#filter-clear').on('click', function(event) {
event.preventDefault();
$("#module_fish_lots_id").val('').trigger("change");
$("input[name=period_create_ini]").val('');
$("input[name=period_create_ini]").val('');
$("input[name=period_ini]").val('');
$("input[name=period_end]").val('');
$('#form-filter').submit();
});
// Clear
$('#filter-search').on('click', function(event) {
event.preventDefault();
$('#form-filter').submit();
});
}
$(function(){
filter();
findDataSelect("#module_fish_lots_id", $("#_client_view").val()+'module_fish/ajax/lotsAssociated/', '');
findDataSelect("#crm_accounts_id",$("#_client_view").val()+'module_fish/ajax/Associated', _L['Module_Fish Select Associated']);
});