Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2035 Zobrazení

    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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
čvn 18
6342
1
kvě 21
3218
2
kvě 20
9834
1
led 20
5071
0
bře 19
3404