Subversion Repositories SmartDukaan

Rev

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

Rev 11353 Rev 18668
Line 28... Line 28...
28
                $("div#instrctionsDiv").hide();
28
                $("div#instrctionsDiv").hide();
29
            }
29
            }
30
		});
30
		});
31
    });
31
    });
32
    
32
    
-
 
33
    $("select#selectItemType").change(function () {
-
 
34
    	var selectType = $(this).val();
-
 
35
    	if(selectType=='SERIALIZED'){
-
 
36
    		$("div#selectItem").show();
-
 
37
    	}else{
-
 
38
    		$("select#bulkScanUploadItem").val("-1");
-
 
39
    		$("div#selectItem").hide();
-
 
40
    	}
-
 
41
    });
-
 
42
    
33
    /*$('#transfer-items-button').live('click', function(){
43
    /*$('#transfer-items-button').live('click', function(){
34
    	var transferWarehouseId = $('input[name="transferWarehouseId"]').val();
44
    	var transferWarehouseId = $('input[name="transferWarehouseId"]').val();
35
    	$.ajax({
45
    	$.ajax({
36
    		type : "GET",
46
    		type : "GET",
37
            url : "/inventory/purchase!setTransferItemsOption",
47
            url : "/inventory/purchase!setTransferItemsOption",