Pman.Dialog.XtupleVendorEdit.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 19 Dec 2013 05:11:44 +0000 (13:11 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 19 Dec 2013 05:11:44 +0000 (13:11 +0800)
Pman.Dialog.XtupleVendorEdit.js

Pman.Dialog.XtupleVendorEdit.bjs
Pman.Dialog.XtupleVendorEdit.js

index 0c0031e..9b5db95 100644 (file)
                                     "xtype": "Toolbar",
                                     "|xns": "Roo",
                                     "items": [
-                                        {
-                                            "listeners": {
-                                                "|click": "function()\n{\n   \n    Pman.Dialog.XtupleSalesProductList.show({\n        exclude_itemsrc_vendor : _this.form.findField('vend_id').getValue(),\n        multi_select : true\n    \n    }, function(sels) {\n       Roo.log(sels); \n\n       var ids = [];\n       Roo.each(sels,function(rec) {\n            ids.push(rec.data.item_id);\n        });\n        new Pman.Request({\n            mask: \"Adding\",\n            url : baseURL + '/Roo/Itemsrc',\n            method: 'POST',\n            params : {\n                add_multiple : ids.join(','),\n                itemsrc_vend_id : _this.form.findField('vend_id').getValue()\n            },\n            success : function() { \n                \n            \n                  _this.grid.footer.onClick('first');\n          }\n      });\n              \n    \n    });\n   \n}\n"
-                                            },
-                                            "cls": "x-btn-text-icon",
-                                            "text": "Add",
-                                            "xtype": "Button",
-                                            "|icon": "Roo.rootURL + 'images/default/dd/drop-add.gif'",
-                                            "|xns": "Roo.Toolbar"
-                                        },
                                         {
                                             "|xns": "Roo.Toolbar",
                                             "xtype": "Fill"
index 15c0a8a..e591be3 100644 (file)
@@ -643,48 +643,6 @@ Pman.Dialog.XtupleVendorEdit = {
                             xtype: 'Toolbar',
                             xns: Roo,
                             items : [
-                                {
-                                    xtype: 'Button',
-                                    xns: Roo.Toolbar,
-                                    listeners : {
-                                        click : function()
-                                        {
-                                           
-                                            Pman.Dialog.XtupleSalesProductList.show({
-                                                exclude_itemsrc_vendor : _this.form.findField('vend_id').getValue(),
-                                                multi_select : true
-                                            
-                                            }, function(sels) {
-                                               Roo.log(sels); 
-                                        
-                                               var ids = [];
-                                               Roo.each(sels,function(rec) {
-                                                    ids.push(rec.data.item_id);
-                                                });
-                                                new Pman.Request({
-                                                    mask: "Adding",
-                                                    url : baseURL + '/Roo/Itemsrc',
-                                                    method: 'POST',
-                                                    params : {
-                                                        add_multiple : ids.join(','),
-                                                        itemsrc_vend_id : _this.form.findField('vend_id').getValue()
-                                                    },
-                                                    success : function() { 
-                                                        
-                                                    
-                                                          _this.grid.footer.onClick('first');
-                                                  }
-                                              });
-                                                      
-                                            
-                                            });
-                                           
-                                        }
-                                    },
-                                    cls : 'x-btn-text-icon',
-                                    text : "Add",
-                                    icon : Roo.rootURL + 'images/default/dd/drop-add.gif'
-                                },
                                 {
                                     xtype: 'Fill',
                                     xns: Roo.Toolbar