|
@@ -733,6 +733,7 @@
|
|
|
$("#cateGb"+i).val('');
|
|
$("#cateGb"+i).val('');
|
|
|
$("#leafYn"+i).val('');
|
|
$("#leafYn"+i).val('');
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
// 전시카테고리 삭제
|
|
// 전시카테고리 삭제
|
|
@@ -851,6 +852,11 @@
|
|
|
$('#goodsSearchForm input[name=supplyCompList]').val('');
|
|
$('#goodsSearchForm input[name=supplyCompList]').val('');
|
|
|
$('#goodsSearchForm').find('#brandText').html('');
|
|
$('#goodsSearchForm').find('#brandText').html('');
|
|
|
$('#goodsSearchForm').find('#supplyCompText').html('');
|
|
$('#goodsSearchForm').find('#supplyCompText').html('');
|
|
|
|
|
+
|
|
|
|
|
+ $(document).find('#goodsSearchForm').find(".multiCheckBox").each(function(i, e){
|
|
|
|
|
+ let btnNm = $(this).find(".sltBtn").attr("data-name");
|
|
|
|
|
+ $(this).find(".sltBtn").text(btnNm);
|
|
|
|
|
+ });
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
$(document).ready(function() {
|
|
$(document).ready(function() {
|