|
@@ -58,6 +58,7 @@
|
|
|
<input name="startDt">
|
|
<input name="startDt">
|
|
|
<input name="endDt">
|
|
<input name="endDt">
|
|
|
<input name="cpnId">
|
|
<input name="cpnId">
|
|
|
|
|
+ <input name="cpnType">
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- 검색조건 영역 -->
|
|
<!-- 검색조건 영역 -->
|
|
@@ -177,6 +178,9 @@
|
|
|
$("#detailSearchForm input[name=startDt]").val($("#searchForm input[name=startDt]").val());
|
|
$("#detailSearchForm input[name=startDt]").val($("#searchForm input[name=startDt]").val());
|
|
|
$("#detailSearchForm input[name=endDt]").val($("#searchForm input[name=endDt]").val());
|
|
$("#detailSearchForm input[name=endDt]").val($("#searchForm input[name=endDt]").val());
|
|
|
$("#detailSearchForm input[name=cpnId]").val(params.cpnId);
|
|
$("#detailSearchForm input[name=cpnId]").val(params.cpnId);
|
|
|
|
|
+ $("#detailSearchForm input[name=cpnType]").val(params.cpnType);
|
|
|
|
|
+ console.log(params.cpnId);
|
|
|
|
|
+ console.log(params.cpnType);
|
|
|
$("#couponNmTxt").text(params.cpnNm);
|
|
$("#couponNmTxt").text(params.cpnNm);
|
|
|
gagaAgGrid.fetch($('#detailSearchForm').prop('action'), detailGridOptions, '#detailSearchForm', fnDetailCreateTotal);
|
|
gagaAgGrid.fetch($('#detailSearchForm').prop('action'), detailGridOptions, '#detailSearchForm', fnDetailCreateTotal);
|
|
|
}
|
|
}
|