|
|
@@ -204,6 +204,10 @@
|
|
|
$('#searchForm')[0].reset();
|
|
|
$('#searchForm input[name=supplyCompList]').val('');
|
|
|
$('#supplyCompTxt').html('');
|
|
|
+
|
|
|
+ // 2021.12.08 card007 초기화 버튼 입점벤더 처리 추가
|
|
|
+ $('#searchForm input[name=supplyVendorCd]').val('');
|
|
|
+ $('#searchForm input[name=supplyVendorNm]').val('');
|
|
|
});
|
|
|
|
|
|
// 조회
|