[Advanced Logbook] Enable print label button again if close on dialog
这个提交包含在:
父节点
e154037e2c
当前提交
bf213b1773
共有 1 个文件被更改,包括 1 次插入 和 2 次删除
|
|
@ -464,8 +464,6 @@ $(document).ready(function () {
|
|||
}
|
||||
$('#printLabel').prop("disabled", true);
|
||||
|
||||
|
||||
|
||||
$.ajax({
|
||||
url: base_url + 'index.php/logbookadvanced/startAtLabel',
|
||||
type: 'post',
|
||||
|
|
@ -481,6 +479,7 @@ $(document).ready(function () {
|
|||
buttons: [{
|
||||
label: 'Close',
|
||||
action: function (dialogItself) {
|
||||
$('#printLabel').prop("disabled", false);
|
||||
dialogItself.close();
|
||||
}
|
||||
}]
|
||||
|
|
|
|||
正在加载…
在新工单中引用