|
|
@@ -502,6 +502,12 @@
|
|
|
$("#searchForm input[type=checkbox]").parent("label").removeClass("checked");
|
|
|
$("#searchForm input[type=radio][checked]").parent("label").addClass("checked");
|
|
|
$("#multiBrand").empty();
|
|
|
+
|
|
|
+ $(document).find('#searchForm').find(".multiCheckBox").each(function(i, e){
|
|
|
+ let btnNm = $(this).find(".sltBtn").attr("data-name");
|
|
|
+ $(this).find(".sltBtn").text(btnNm);
|
|
|
+ });
|
|
|
+
|
|
|
fnSupplyBrandInit();
|
|
|
});
|
|
|
|