Subversion Repositories SmartDukaan

Rev

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

Rev 33403 Rev 33404
Line 39... Line 39...
39
        });
39
        });
40
    });
40
    });
41
 
41
 
42
    $(document).on('click', ".mk_moveToBill", function () {
42
    $(document).on('click', ".mk_moveToBill", function () {
43
        var warehouseId = $(this).data("warehouseid");
43
        var warehouseId = $(this).data("warehouseid");
-
 
44
        var transactionId = $(this).data("transactionid");
44
        var orderId = $(this).data("orderid");
45
        var orderId = $(this).data("orderid");
45
        doGetAjaxRequestHandler(`${context}/om/moveToBill?warehouseId=${warehouseId}&orderId=${orderId}`, function (response) {
46
        doGetAjaxRequestHandler(`${context}/om/moveToBill?warehouseId=${warehouseId}&orderId=${orderId}`, function (response) {
-
 
47
            loadTransactionDetail(transactionId, warehouseId, "transaction-detail-container");
46
        });
48
        });
47
    });
49
    });
48
    $(document).on('click', ".changeWarehouse-mk", function () {
50
    $(document).on('click', ".changeWarehouse-mk", function () {
49
        var itemId = $(this).data("itemid");
51
        var itemId = $(this).data("itemid");
50
        var warehouseId = $(this).data("warehouseid");
52
        var warehouseId = $(this).data("warehouseid");