Gemplers workplace first aid kit contains all the basic first aid supplies you need to help up to 50 people.
Kit includes:
(100) 3/4' x 3' Bandages
(10) 2' x 3' Non-adherent Pads
(10) 3' x 3' Gauze Pads
(10) PVP Prep Pads
(5) 2' x 2' Gauze Pads
(4) 2' Gauze Rolls
(4) Ammonia Inhalants
(4) Oval Eye Pads
(2) 5' x 9' Combine Pads
(2) Instant Cold Packs
(1) 1/2-oz. Bottle Eyewash
(1) 1/2' x 5-yd. Adhesive Tape
(1) 2-oz. Antiseptic Spray
(1) 3' Gauze Roll
(1) 40' x 40' x 56' Triangle Bandage
(1) Medical Approval Card
(1) Roll Sterile Cotton
(1) Scissors
(1) Tweezers Gemplers 50 Person General First Aid Kits are backed by our Quality Guarantee. See our
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"347230",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'347230'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});