finished customer to sale assign in crm
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<% @booking.each do |booking| %>
|
||||
<% if booking.booking_status == "new" %>
|
||||
<div class="card">
|
||||
<div class="card-block booking_click" data-ref="<%= api_booking_path booking.id%>" id="card-block booking_block" style="width:100%;" data="<%= booking.id %>">
|
||||
<div class="card-block booking_click" data-id="sfddf" data-ref="<%= api_booking_path booking.id%>" id="card-block booking_block" style="width:100%;" >
|
||||
<h4 class="card-title">
|
||||
<%= @i += 1 %> . <%= booking.dining_facility.name %>
|
||||
- <%= booking.id %>
|
||||
@@ -43,7 +43,7 @@ $(function(){
|
||||
$("#cancel").removeAttr("disabled");
|
||||
$("#assign").removeAttr("disabled");
|
||||
$("#crm_print").removeAttr("disabled");
|
||||
$("#crm_print").attr('data',$(this).attr('data'));
|
||||
//$("#crm_print").val($(this).attr('data'));
|
||||
|
||||
var url = $(this).attr('data-ref');
|
||||
show_details(url);
|
||||
@@ -66,7 +66,6 @@ $(function(){
|
||||
});
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
function show_details(url_item){
|
||||
|
||||
Reference in New Issue
Block a user