From bf575978ba06a349009290558f0c7aebebf0555c Mon Sep 17 00:00:00 2001 From: benny Date: Tue, 17 Jul 2018 16:52:00 +0800 Subject: [PATCH] Pman.Tab.AdminEnum.bjs Pman.Tab.AdminEnum.js --- Pman.Tab.AdminEnum.bjs | 2 +- Pman.Tab.AdminEnum.js | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Pman.Tab.AdminEnum.bjs b/Pman.Tab.AdminEnum.bjs index d39aab8..9b26bf7 100644 --- a/Pman.Tab.AdminEnum.bjs +++ b/Pman.Tab.AdminEnum.bjs @@ -316,7 +316,7 @@ }, { "listeners" : { - "|click" : "function()\n{\n console.log(_this.grid);\n console.log(_this.grid.getSelectionModel());\n var s = _this.grid.getSelectionModel().getSelectedCell();\n console.log(s);\n if (!s.length) {\n Roo.MessageBox.alert(\"Error\", \"Select a Row\");\n return;\n }\n console.log(_this.grid.ds);\n var d = _this.grid.ds.getAt(s[0]);\n\n Pman.Dialog.AdminEnumMerge.show(d.data, function() {\n _this.grid.footer.onClick('refresh');\n }); \n \n}\n" + "|click" : "function()\n{\n\n var s = _this.grid.getSelectionModel().getSelectedCell();\n\n if (!s.length) {\n Roo.MessageBox.alert(\"Error\", \"Select a Row\");\n return;\n }\n \n var d = _this.grid.ds.getAt(s[0]);\n\n Pman.Dialog.AdminEnumMerge.show(d.data, function() {\n _this.grid.footer.onClick('refresh');\n }); \n \n}\n" }, "text" : "Merge Option", "xtype" : "Button", diff --git a/Pman.Tab.AdminEnum.js b/Pman.Tab.AdminEnum.js index 6dcb074..35b08b0 100644 --- a/Pman.Tab.AdminEnum.js +++ b/Pman.Tab.AdminEnum.js @@ -647,15 +647,14 @@ Pman.Tab.AdminEnum = new Roo.XComponent({ listeners : { click : function() { - console.log(_this.grid); - console.log(_this.grid.getSelectionModel()); + var s = _this.grid.getSelectionModel().getSelectedCell(); - console.log(s); + if (!s.length) { Roo.MessageBox.alert("Error", "Select a Row"); return; } - console.log(_this.grid.ds); + var d = _this.grid.ds.getAt(s[0]); Pman.Dialog.AdminEnumMerge.show(d.data, function() { -- 2.39.2