$('.print').on("click",function(e){
this.form.print_slip.value = 1;
this.form.barcode.remove();
this.form.submit();
});
-