fit : 조회조건의 업체검색 수정.

dev
Leeyh1121 4 months ago
parent 60e9be5bc3
commit e599cea4d3

@ -34,9 +34,9 @@
</div>
<!-- 업체명 -->
<div class="col-5">
<label class="form-label fw-bold form-search-title text-end" for="schVhrno--${pageName}">업체명</label>
<input type="text" class="form-control w-px-160" id="schBsshNM--${pageName}" name="schBsshNm" autocomplete="off" readonly/>
<input type="hidden" id="schBsshCd--${pageName}" name="schBsshCd" autocomplete="off" />
<label class="form-label fw-bold form-search-title text-end" for="schBsshNm--${pageName}">업체명</label>
<input type="text" class="form-control w-px-160" id="schBsshNM--${pageName}" name="schBsshNm" data-map="bsshNm" autocomplete="off" readonly/>
<input type="hidden" id="schBsshCd--${pageName}" name="schBsshCd" data-map="bsshCd" autocomplete="off" />
<button type="button" class="btn btn-search w-px-120" id="btnBsshSearch--${pageName}" title="업체 검색">
업체 검색
</button>
@ -319,27 +319,25 @@
}
$P.control.getBsshInfo = (gdccId) => {
let dialogTitle = "마약류 취급자 조회";
let params = {};
let dialogTitle = "마약류 취급업체 조회";
let params = {openPage : "frmSearch--${pageName}"};
ajax.get({
url : wctx.url("/adds/nims/bssh-popup.do")
, data : params || {}
, data : params
, success : resp => {
dialog.open({
id : $P.control.prefixed("Dialog")
id : "bsshPopupDialog"
, title : dialogTitle
, content : resp
, size : $P.control.infoSize
, onClose : () => { $P.control.setData(); }
, onClose : () => { }
});
}
});
}
/**************************************************************************
* 사용자 함수(function)
**************************************************************************/

Loading…
Cancel
Save