Subversion Repositories SmartDukaan

Rev

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

Rev 30114 Rev 30115
Line 66... Line 66...
66
            $("#catalog-id-container").append(container);
66
            $("#catalog-id-container").append(container);
67
        });
67
        });
68
        let catalogIds = [];
68
        let catalogIds = [];
69
        $("#po-notify-send").click(function () {
69
        $("#po-notify-send").click(function () {
70
            $("#catalog-id-container").find("tr").toArray().forEach(function (index, ele) {
70
            $("#catalog-id-container").find("tr").toArray().forEach(function (index, ele) {
-
 
71
                debugger;
71
                catalogIds.push($(ele).data('id'));
72
                catalogIds.push($(ele).data('id'));
72
            });
73
            });
73
            if (catalogIds.length == 0) {
74
            if (catalogIds.length == 0) {
74
                alert("please select models");
75
                alert("please select models");
75
            }
76
            }