|
@ -44,13 +44,15 @@ function DispositivoEdit() { |
|
|
instance.scrollTo(_this); |
|
|
instance.scrollTo(_this); |
|
|
_this.off('get_form_base') |
|
|
_this.off('get_form_base') |
|
|
|
|
|
|
|
|
var btn_fechar = _this.find('.btns-excluir'); |
|
|
var btn_fechar = _this.find('.btn-fechar'); |
|
|
_this.find('.dpt-actions-bottom').last().append(btn_fechar); |
|
|
|
|
|
btn_fechar.on('click', function() { |
|
|
btn_fechar.on('click', function() { |
|
|
instance.clearEditSelected(); |
|
|
instance.clearEditSelected(); |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
btn_fechar.on('click', function() { |
|
|
var btns_excluir = _this.find('.btns-excluir'); |
|
|
|
|
|
_this.find('.dpt-actions-bottom').last().append(btns_excluir); |
|
|
|
|
|
|
|
|
|
|
|
btns_excluir.find('.btn-excluir').on('click', function() { |
|
|
var action = this.getAttribute('action'); |
|
|
var action = this.getAttribute('action'); |
|
|
var pk = $(this).closest('.dpt-selected').attr('pk'); |
|
|
var pk = $(this).closest('.dpt-selected').attr('pk'); |
|
|
if (pk !== undefined) { |
|
|
if (pk !== undefined) { |
|
|