Subversion Repositories SmartDukaan

Rev

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

Rev 28474 Rev 28477
Line 9... Line 9...
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 = $('input[name="saleDate"]').val();
-
 
14
 
-
 
15
			var warehouseId = $('#warehouseMap').val();
14
			console.log(startDate);
16
			console.log(startDate);
15
			console.log(addValue)
17
			console.log(addValue)
16
 
18
 
17
			doGetAjaxRequestHandler(context
19
			doGetAjaxRequestHandler(context
18
				+ "/getPlacementPlanByCatalogId?catalogItemIds=" +
20
				+ "/getPlacementPlanByCatalogId?catalogItemIds=" +
19
				catalogIds + "&addValue=" + addValue + "&subValue=" + subValue + "&date=" + startDate,
21
				catalogIds + "&addValue=" + addValue + "&subValue=" + subValue + "&date=" + startDate + "&warehouseId="  + warehouseId,
20
				function(response) {
22
				function(response) {
21
					$('.' + "placement-plan-detail").html(response);
23
					$('.' + "placement-plan-detail").html(response);
22
					console.log(response)
24
					console.log(response)
23
				});
25
				});
24
		});
26
		});