Pman.Dialog.XtupleVendorEdit.bjs
authorEdward <edward@roojs.com>
Wed, 15 Jan 2014 05:41:09 +0000 (13:41 +0800)
committerEdward <edward@roojs.com>
Wed, 15 Jan 2014 05:41:09 +0000 (13:41 +0800)
Pman.Dialog.XtupleVendorEdit.js

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

index 784f932..7707eec 100644 (file)
                                     "xtype": "ColumnModel",
                                     "|renderer": "function(v) { return String.format('{0}', v); }",
                                     "|xns": "Roo.grid"
-                                },
-                                {
-                                    "*prop": "colModel[]",
-                                    "dataIndex": "itemsrc_leadtime",
-                                    "header": "Lead time",
-                                    "width": 75,
-                                    "xtype": "ColumnModel",
-                                    "|renderer": "function(v) { return String.format('{0}', v); }",
-                                    "|xns": "Roo.grid"
-                                },
-                                {
-                                    "*prop": "colModel[]",
-                                    "dataIndex": "itemsrc_active",
-                                    "header": "Active",
-                                    "width": 75,
-                                    "xtype": "ColumnModel",
-                                    "|renderer": "function(v) { return String.format('{0}', v); }",
-                                    "|xns": "Roo.grid"
                                 }
                             ]
                         }
index 8a08ab7..968c8dc 100644 (file)
@@ -921,22 +921,6 @@ Pman.Dialog.XtupleVendorEdit = {
                                 header : 'Name',
                                 width : 100,
                                 renderer : function(v) { return String.format('{0}', v); }
-                            },
-                            {
-                                xtype: 'ColumnModel',
-                                xns: Roo.grid,
-                                dataIndex : 'itemsrc_leadtime',
-                                header : 'Lead time',
-                                width : 75,
-                                renderer : function(v) { return String.format('{0}', v); }
-                            },
-                            {
-                                xtype: 'ColumnModel',
-                                xns: Roo.grid,
-                                dataIndex : 'itemsrc_active',
-                                header : 'Active',
-                                width : 75,
-                                renderer : function(v) { return String.format('{0}', v); }
                             }
                         ]
                     }