Pman.Dialog.AdminCompanyMerge.bjs
authoredward <edward@roojs.com>
Fri, 4 Nov 2016 05:11:38 +0000 (13:11 +0800)
committeredward <edward@roojs.com>
Fri, 4 Nov 2016 05:11:38 +0000 (13:11 +0800)
Pman.Dialog.AdminCompanyMerge.js

Pman.Dialog.AdminCompanyMerge.bjs
Pman.Dialog.AdminCompanyMerge.js

index 214c849..c3cfa59 100644 (file)
@@ -44,7 +44,7 @@
         "actioncomplete" : "function (_self, action)\n{\n\n   if (action.type =='submit') {\n       \n         _this.dialog.hide();\n       \n        if (_this.callback) {\n           _this.callback.call(_this, _this.form.getValues());\n        }\n        _this.form.reset();\n        return;\n    }\n    if (action.type == 'setdata') {\n        \n         var title = _this.data.title  || _this.data.etype;\n        _this.dialog.setTitle(\"Delete selected \" + title + \" and merge data with\");\n         \n       return;\n    }\n    \n}\n",
         "rendered" : "function (form)\n{\n   _this.form = form;\n}"
        },
-       "$ url" : "baseURL + '/Roo/Core_enum.php'",
+       "$ url" : "baseURL + '/Roo/Core_company.php'",
        "method" : "POST",
        "xtype" : "Form",
        "style" : "margin: 10px;",
index 717bde8..7a035e8 100644 (file)
@@ -99,7 +99,7 @@ Pman.Dialog.AdminCompanyMerge = {
         xtype : 'Form',
         method : 'POST',
         style : 'margin: 10px;',
-        url : baseURL + '/Roo/Core_enum.php',
+        url : baseURL + '/Roo/Core_company.php',
         listeners : {
          actioncomplete : function (_self, action)
           {