View.php
[Pman.MTrack] / Pman.Dialog.MTrackTicket.bjs
index 5ab36df..2a45df8 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "roo-file-77",
+    "id": "roo-file-232",
     "name": "Pman.Dialog.MTrackTicket",
     "parent": "",
     "title": "",
@@ -31,7 +31,7 @@
                     "items": [
                         {
                             "listeners": {
-                                "|actioncomplete": "function(_self,action)\n{\n    if (action.type == 'setdata') {\n  \n       this.load({ method: 'GET', params: { '_id' : _this.data.id  || 0}});\n          \n       return;\n    }\n    if (action.type == 'load') {\n       if (!_this.data.id) {\n            this.setValues(_this.data);\n        }\n        return;\n    }\n    \n    \n    if (action.type =='submit') {\n    \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}\n",
+                                "|actioncomplete": "function(_self,action)\n{\n    if (action.type == 'setdata') {\n  \n       this.load({ method: 'GET', params: { '_id' : _this.data.id  || 0}});\n          \n       return;\n    }\n    if (action.type == 'load') {\n       if (!_this.data.id) {\n            this.setValues(_this.data);\n        }\n        return;\n    }\n    \n    \n    if (action.type =='submit') {\n    \n        if (!_this.data.id * 1) {\n            Roo.MessageBox.confirm(\"Close?\", \n                \"The new ticket id is #\" + action.result.data.id + \", Press yes to close, or no to keep editing\",\n                function (res) {\n                    if (res == 'yes') {\n                    \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                     _this.data.id = action.result.data.id;\n                     _this.form.fireEvent('actioncomplete', _this.form, { type : 'setdata', data : {}});\n                     return;\n                 }\n             );\n        \n        \n        \n        \n            return;\n        }\n        \n        _this.dialog.hide();\n    \n         if (_this.callback) {\n            _this.callback.call(_this, _this.form.getValues());\n         }\n         _this.form.reset();        \n\n         return;\n    }\n}\n",
                                 "|rendered": "function (form)\n{\n    _this.form= form;\n}\n"
                             },
                             "method": "POST",