|
|
|
@ -10,24 +10,23 @@
|
|
|
|
|
<div class="container-search">
|
|
|
|
|
<!-- hidden -->
|
|
|
|
|
<div class="row my-0 mx-1 g-0" style="align-items: baseline">
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="ProductNm--${pageName}" class="w-px-90 bg-lighter pe-2 col-form-label text-sm-end">제품명</label>
|
|
|
|
|
<input type="text" class="form-control w-50" id="productNm--${pageName}" name="schProductNm" >
|
|
|
|
|
<div class="col-md-8">
|
|
|
|
|
<label for="ProductNm--${pageName}" class="w-px-90 bg-lighter pe-2 col-form-label text-sm-end">제품명/코드</label>
|
|
|
|
|
<input type="text" class="form-control w-px-100" id="productNm--${pageName}" name="schProductNm" >
|
|
|
|
|
<input type="text" class="form-control w-px-120" id="productCd--${pageName}" name="schProductCd" >
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="ProductCd--${pageName}" class="w-px-80 bg-lighter pe-2 col-form-label text-sm-end">제품코드</label>
|
|
|
|
|
<input type="text" class="form-control w-50" id="productCd--${pageName}" name="schProductCd" >
|
|
|
|
|
</div>
|
|
|
|
|
<div class="d-flex flex-row justify-content-between p-2">
|
|
|
|
|
<div>
|
|
|
|
|
<div class="input-group" id="DataTables_Table_0_length">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<button type="button" class="btn btn-search w-px-120" id="btnSearch--${pageName}" title="검색">검색</button>
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" id="btnSearch2--${pageName}" title="검색">NIMS 검색</button>
|
|
|
|
|
</div>
|
|
|
|
|
<%-- <div class="d-flex flex-row justify-content-between p-2">--%>
|
|
|
|
|
<%-- <div>--%>
|
|
|
|
|
<%-- <div class="input-group" id="DataTables_Table_0_length">--%>
|
|
|
|
|
<%-- </div>--%>
|
|
|
|
|
<%-- </div>--%>
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-search w-px-50" id="btnSearch--${pageName}" title="검색">검색</button>
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-80" id="btnSearch2--${pageName}" title="검색">NIMS 검색</button>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<%-- </div>--%>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
@ -80,23 +79,19 @@
|
|
|
|
|
<div class="container-search">
|
|
|
|
|
<!-- hidden -->
|
|
|
|
|
<div class="row my-0 mx-1 g-0" style="align-items: baseline">
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<div class="col-md-5">
|
|
|
|
|
<select id="schOpt--${pageName}" name="schOpt" class="form-selectxit">
|
|
|
|
|
<option value="1">제조번호</option>
|
|
|
|
|
<option value="2">일련번호</option>
|
|
|
|
|
</select>
|
|
|
|
|
<input type="text" class="form-control w-60" id="schText--${pageName}" name="schText" >
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="schPrdValidDe--${pageName}" class="w-px-100 bg-lighter pe-2 col-form-label text-sm-end">유효기간</label>
|
|
|
|
|
<input type="text" class="form-control w-50 form-date" id="schPrdValidDe--${pageName}" name="schPrdValidDe" data-fmt-type="day" data-map="schPrdValidDe" autocomplete="off" title="유효기간" />
|
|
|
|
|
<div class="col-md-5">
|
|
|
|
|
<label for="schPrdValidDe--${pageName}" class="w-px-90 bg-lighter pe-2 col-form-label text-sm-end">유효기간</label>
|
|
|
|
|
<input type="text" class="form-control w-50" id="schPrdValidDe--${pageName}" name="schPrdValidDe" data-fmt-type="day" data-map="schPrdValidDe" autocomplete="off" title="유효기간" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="d-flex flex-row justify-content-between p-2">
|
|
|
|
|
<div>
|
|
|
|
|
<div class="input-group" id="DataTables_Table_0_length">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-120" id="btnSearch3--${pageName}" title="검색">NIMS 검색</button>
|
|
|
|
|
<div class="col-md-2">
|
|
|
|
|
<button type="button" class="btn btn-primary w-px-90" id="btnSearch3--${pageName}" title="검색">NIMS 검색</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -199,7 +194,7 @@
|
|
|
|
|
}));
|
|
|
|
|
}
|
|
|
|
|
, appendData: true
|
|
|
|
|
, infoSize: "xl"
|
|
|
|
|
, infoSize: $P.control.infoSize
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
// $P.control 설정
|
|
|
|
@ -461,7 +456,7 @@
|
|
|
|
|
|
|
|
|
|
// 초기 화면 설정
|
|
|
|
|
$P.initForm = () => {
|
|
|
|
|
$("#schPrdValidDe--${pageName}").datepicker("setDate", new Date());
|
|
|
|
|
//$("#schPrdValidDe--${pageName}").datepicker("setDate", new Date());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|