Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2050 Prikazi

    start: function () {

            var self = this;

            var model_product = new instance.web.Model('abd.abc')

            this.display_record.bind(this);

            var display = this.display_record.bind(this);

            model_product.query()

                .all().done(function (records) {

                    _(records).each(display);

                });


            $( "#project_form" ).submit(function( event ) {

                var product_id = $( "#project_select" ).val();

                event.preventDefault();

                self.query_product_spec_tree(product_id);

            });


        },

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
jun. 18
6344
1
maj 21
3220
2
maj 20
9836
1
jan. 20
5075
0
mar. 19
3405