문자발송내역 추가

This commit is contained in:
yangsh
2025-12-12 10:30:50 +09:00
parent d43d280e23
commit b0a0d319ef
10 changed files with 626 additions and 1 deletions

View File

@@ -229,6 +229,14 @@
ajax: {
url: '/manage/scomplex/getScomplexList',
type: 'GET',
beforeSend: function () {
blockUI.blockPage({
message: tpl
})
},
complete: function () {
blockUI.unblockPage()
},
data: function (d) {
d.name = $("#frm_srch_info [name=name]").val()
d.apporval_date = $("#frm_srch_info [name=apporval_date]").val()