08 2024
This commit is contained in:
parent
c1c613a4b9
commit
881fc84207
384 changed files with 50679 additions and 990 deletions
|
|
@ -34,7 +34,19 @@
|
|||
})
|
||||
}
|
||||
|
||||
function check_collapse_shows(){
|
||||
var collapse_shows = [];
|
||||
$('.layout-content').find('.collapse').each(function () {
|
||||
if($(this).hasClass('show')){
|
||||
collapse_shows.push($(this).attr('id'));
|
||||
}
|
||||
});
|
||||
$('input[name=collapse_shows]').val(collapse_shows.join(','));
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
check_collapse_shows();
|
||||
|
||||
$('form.move-mail-form').each(function () {
|
||||
var _form = $(this);
|
||||
$(this).find('.customer_mail_dir').on('change', function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue