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

dev
Leeyh1121 4 months ago
parent 60e9be5bc3
commit e599cea4d3

@ -34,12 +34,12 @@
</div> </div>
<!-- 업체명 --> <!-- 업체명 -->
<div class="col-5"> <div class="col-5">
<label class="form-label fw-bold form-search-title text-end" for="schVhrno--${pageName}">업체명</label> <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" autocomplete="off" readonly/> <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" autocomplete="off" /> <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 type="button" class="btn btn-search w-px-120" id="btnBsshSearch--${pageName}" title="업체 검색">
업체 검색 업체 검색
</button> </button>
</div> </div>
<!-- 처리상태 --> <!-- 처리상태 -->
<div class="col-6"> <div class="col-6">
@ -319,26 +319,24 @@
} }
$P.control.getBsshInfo = (gdccId) => {
$P.control.getBsshInfo = (gdccId) => { let dialogTitle = "마약류 취급업체 조회";
let dialogTitle = "마약류 취급자 조회"; let params = {openPage : "frmSearch--${pageName}"};
let params = {};
ajax.get({
ajax.get({ url : wctx.url("/adds/nims/bssh-popup.do")
url : wctx.url("/adds/nims/bssh-popup.do") , data : params
, data : params || {} , success : resp => {
, success : resp => { dialog.open({
dialog.open({ id : "bsshPopupDialog"
id : $P.control.prefixed("Dialog") , title : dialogTitle
, title : dialogTitle , content : resp
, content : resp , size : $P.control.infoSize
, size : $P.control.infoSize , onClose : () => { }
, onClose : () => { $P.control.setData(); } });
}); }
} });
}); }
}
/************************************************************************** /**************************************************************************
* 사용자 함수(function) * 사용자 함수(function)

Loading…
Cancel
Save