Subversion Repositories SmartDukaan

Rev

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

Rev 30721 Rev 30722
Line 8... Line 8...
8
 
8
 
9
			var catalogIds = $('.criteria-item-catalogids').val();
9
			var catalogIds = $('.criteria-item-catalogids').val();
10
			console.log(catalogIds);
10
			console.log(catalogIds);
11
			var addValue = $('#addRange').val();
11
			var addValue = $('#addRange').val();
12
			var subValue = $('#subNumber').val();
12
			var subValue = $('#subNumber').val();
13
			var startDateTime = $('input[name="saleDate"]').val();
13
			var startDateTime = getDatesFromPicker('input[name="saleDate"]').startDate;
14
 
14
 
15
			var warehouseId = $('#warehouseMap').val();
15
			var warehouseId = $('#warehouseMap').val();
16
			console.log(startDateTime);
16
			console.log(startDateTime);
17
			console.log(addValue)
17
			console.log(addValue)
18
 
18