Subversion Repositories SmartDukaan

Rev

Rev 27835 | Rev 32170 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27835 Rev 27852
Line 150... Line 150...
150
				$('#' + "main-content").html(response);
150
				$('#' + "main-content").html(response);
151
				console.log(response)
151
				console.log(response)
152
			});
152
			});
153
	});
153
	});
154
    
154
    
155
    $('#warehouseBrandStock tbody tr').click(function () {
155
    $('#warehouseBrandStock tbody').on('click', ' tr', function () {
156
        var data = table.row( this ).data();
156
        var data = table.row( this ).data();
157
        var warehouseId = $('#warehouseMap').val();
157
        var warehouseId = $('#warehouseMap').val();
158
        var brands = [];
158
        var brands = [];
159
        brands.push(data[0])
159
        brands.push(data[0])
160
        console.log(data);
160
        console.log(data);