/home/techb158/ileadtechnology.com/SSM/public/js/configuration/reception/enquirySource
Edit: /home/techb158/ileadtechnology.com/SSM/public/js/configuration/reception/enquirySource/index.js (10877B)
(window.webpackJsonp=window.webpackJsonp||[]).push([[141],{kOXG:function(e,t,r){"use strict";r.r(t);var n={components:{enquirySourceForm:r("wA/B").a},data:function(){return{enquiry_sources:{total:0,data:[]},filter:{sort_by:"name",order:"asc",page_length:helper.getConfig("page_length")},orderByOptions:[{value:"name",translation:i18n.reception.enquiry_source_name}],showCreatePanel:!1,help_topic:""}},mounted:function(){helper.hasPermission("access-configuration")||(helper.notAccessibleMsg(),this.$router.push("/dashboard")),this.getEnquirySources()},methods:{getConfig:function(e){return helper.getConfig(e)},getEnquirySources:function(e){var t=this,r=this.$loading.show();"number"!=typeof e&&(e=1);var n=helper.getFilterURL(this.filter);axios.get("/api/reception/enquiry/source?page="+e+n).then((function(e){t.enquiry_sources=e,r.hide()})).catch((function(e){r.hide(),helper.showErrorMsg(e)}))},editEnquirySource:function(e){this.$router.push("/configuration/reception/enquiry/source/"+e.id+"/edit")},confirmDelete:function(e){var t=this;return function(r){return t.deleteEnquirySource(e)}},deleteEnquirySource:function(e){var t=this,r=this.$loading.show();axios.delete("/api/reception/enquiry/source/"+e.id).then((function(e){toastr.success(e.message),t.getEnquirySources(),r.hide()})).catch((function(e){r.hide(),helper.showErrorMsg(e)}))},print:function(){var e=this.$loading.show();axios.post("/api/reception/enquiry/source/print",{filter:this.filter}).then((function(t){var r=window.open("/print");e.hide(),r.document.write(t)})).catch((function(t){e.hide(),helper.showErrorMsg(t)}))},pdf:function(){var e=this,t=this.$loading.show();axios.post("/api/reception/enquiry/source/pdf",{filter:this.filter}).then((function(r){t.hide(),window.open("/download/report/"+r+"?token="+e.authToken)})).catch((function(e){t.hide(),helper.showErrorMsg(e)}))}},filters:{momentDateTime:function(e){return helper.formatDateTime(e)}},watch:{"filter.sort_by":function(e){this.getEnquirySources()},"filter.order":function(e){this.getEnquirySources()},"filter.page_length":function(e){this.getEnquirySources()}},computed:{authToken:function(){return helper.getAuthToken()}}},o=r("KHd+"),i=Object(o.a)(n,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",[r("div",{staticClass:"page-titles"},[r("div",{staticClass:"row"},[r("div",{staticClass:"col-12 col-sm-6"},[r("h3",{staticClass:"text-themecolor"},[e._v(e._s(e.trans("reception.enquiry_source"))+" \n "),e.enquiry_sources.total?r("span",{staticClass:"card-subtitle d-none d-sm-inline"},[e._v(e._s(e.trans("general.total_result_found",{count:e.enquiry_sources.total,from:e.enquiry_sources.from,to:e.enquiry_sources.to})))]):r("span",{staticClass:"card-subtitle d-none d-sm-inline"},[e._v(e._s(e.trans("general.no_result_found")))])])]),e._v(" "),r("div",{staticClass:"col-12 col-sm-6"},[r("div",{staticClass:"action-buttons pull-right"},[e.enquiry_sources.total&&!e.showCreatePanel?r("button",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.trans("general.add_new"),expression:"trans('general.add_new')"}],staticClass:"btn btn-info btn-sm",on:{click:function(t){e.showCreatePanel=!e.showCreatePanel}}},[r("i",{staticClass:"fas fa-plus"}),e._v(" "),r("span",{staticClass:"d-none d-sm-inline"},[e._v(e._s(e.trans("reception.add_new_enquiry_source")))])]):e._e(),e._v(" "),r("sort-by",{attrs:{"order-by-options":e.orderByOptions,"sort-by":e.filter.sort_by,order:e.filter.order},on:{updateSortBy:function(t){e.filter.sort_by=t},updateOrder:function(t){e.filter.order=t}}}),e._v(" "),r("div",{staticClass:"btn-group"},[r("button",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.trans("general.more_option"),expression:"trans('general.more_option')"}],staticClass:"btn btn-info btn-sm dropdown-toggle no-caret ",attrs:{type:"button",role:"menu",id:"moreOption","data-toggle":"dropdown","aria-haspopup":"true","aria-expanded":"false"}},[r("i",{staticClass:"fas fa-ellipsis-h"}),e._v(" "),r("span",{staticClass:"d-none d-sm-inline"})]),e._v(" "),r("div",{class:["dropdown-menu","ltr"==e.getConfig("direction")?"dropdown-menu-right":""],attrs:{"aria-labelledby":"moreOption"}},[r("button",{staticClass:"dropdown-item custom-dropdown",on:{click:e.print}},[r("i",{staticClass:"fas fa-print"}),e._v(" "+e._s(e.trans("general.print")))]),e._v(" "),r("button",{staticClass:"dropdown-item custom-dropdown",on:{click:e.pdf}},[r("i",{staticClass:"fas fa-file-pdf"}),e._v(" "+e._s(e.trans("general.generate_pdf")))])])]),e._v(" "),r("help-button",{on:{clicked:function(t){e.help_topic="configuration.reception.enquiry-source"}}})],1)])])]),e._v(" "),r("div",{staticClass:"container-fluid"},[r("transition",{attrs:{name:"fade"}},[e.showCreatePanel?r("div",{staticClass:"card card-form"},[r("div",{staticClass:"card-body"},[r("h4",{staticClass:"card-title"},[e._v(e._s(e.trans("reception.add_new_enquiry_source")))]),e._v(" "),r("enquiry-source-form",{on:{completed:e.getEnquirySources,cancel:function(t){e.showCreatePanel=!e.showCreatePanel}}})],1)]):e._e()]),e._v(" "),r("div",{staticClass:"card"},[r("div",{staticClass:"card-body"},[e.enquiry_sources.total?r("div",{staticClass:"table-responsive"},[r("table",{staticClass:"table table-sm"},[r("thead",[r("tr",[r("th",[e._v(e._s(e.trans("reception.enquiry_source_name")))]),e._v(" "),r("th",[e._v(e._s(e.trans("reception.enquiry_source_description")))]),e._v(" "),r("th",{staticClass:"table-option"},[e._v(e._s(e.trans("general.action")))])])]),e._v(" "),r("tbody",e._l(e.enquiry_sources.data,(function(t){return r("tr",[r("td",{domProps:{textContent:e._s(t.name)}}),e._v(" "),r("td",{domProps:{textContent:e._s(t.description)}}),e._v(" "),r("td",{staticClass:"table-option"},[r("div",{staticClass:"btn-group"},[r("button",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.trans("reception.edit_enquiry_source"),expression:"trans('reception.edit_enquiry_source')"}],staticClass:"btn btn-info btn-sm",on:{click:function(r){return r.preventDefault(),e.editEnquirySource(t)}}},[r("i",{staticClass:"fas fa-edit"})]),e._v(" "),r("button",{directives:[{name:"confirm",rawName:"v-confirm",value:{ok:e.confirmDelete(t)},expression:"{ok: confirmDelete(enquiry_source)}"},{name:"tooltip",rawName:"v-tooltip",value:e.trans("reception.delete_enquiry_source"),expression:"trans('reception.delete_enquiry_source')"}],key:t.id,staticClass:"btn btn-danger btn-sm"},[r("i",{staticClass:"fas fa-trash"})])])])])})),0)])]):e._e(),e._v(" "),e.enquiry_sources.total?e._e():r("module-info",{attrs:{module:"reception",title:"enquiry_source_module_title",description:"enquiry_source_module_description",icon:"list"}},[r("div",{attrs:{slot:"btn"},slot:"btn"},[e.showCreatePanel?e._e():r("button",{staticClass:"btn btn-info btn-md",on:{click:function(t){e.showCreatePanel=!e.showCreatePanel}}},[r("i",{staticClass:"fas fa-plus"}),e._v(" "+e._s(e.trans("general.add_new")))])])]),e._v(" "),r("pagination-record",{attrs:{"page-length":e.filter.page_length,records:e.enquiry_sources},on:{"update:pageLength":function(t){return e.$set(e.filter,"page_length",t)},"update:page-length":function(t){return e.$set(e.filter,"page_length",t)},updateRecords:e.getEnquirySources},nativeOn:{change:function(t){return e.getEnquirySources(t)}}})],1)])],1),e._v(" "),r("right-panel",{attrs:{topic:e.help_topic}})],1)}),[],!1,null,null,null);t.default=i.exports},"wA/B":function(e,t,r){"use strict";var n={data:function(){return{enquirySourceForm:new Form({name:"",description:""})}},props:["id"],mounted:function(){this.id&&this.get()},methods:{proceed:function(){this.id?this.update():this.store()},store:function(){var e=this,t=this.$loading.show();this.enquirySourceForm.post("/api/reception/enquiry/source").then((function(r){toastr.success(r.message),e.$emit("completed"),t.hide()})).catch((function(e){t.hide(),helper.showErrorMsg(e)}))},get:function(){var e=this,t=this.$loading.show();axios.get("/api/reception/enquiry/source/"+this.id).then((function(r){e.enquirySourceForm.name=r.name,e.enquirySourceForm.description=r.description,t.hide()})).catch((function(r){t.hide(),helper.showErrorMsg(r),e.$router.push("/configuration/reception/enquiry/source")}))},update:function(){var e=this,t=this.$loading.show();this.enquirySourceForm.patch("/api/reception/enquiry/source/"+this.id).then((function(r){toastr.success(r.message),t.hide(),e.$router.push("/configuration/reception/enquiry/source")})).catch((function(e){t.hide(),helper.showErrorMsg(e)}))}}},o=r("KHd+"),i=Object(o.a)(n,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("form",{on:{submit:function(t){return t.preventDefault(),e.proceed(t)},keydown:function(t){return e.enquirySourceForm.errors.clear(t.target.name)}}},[r("div",{staticClass:"row"},[r("div",{staticClass:"col-12 col-sm-6"},[r("div",{staticClass:"form-group"},[r("label",{attrs:{for:""}},[e._v(e._s(e.trans("reception.enquiry_source_name")))]),e._v(" "),r("input",{directives:[{name:"model",rawName:"v-model",value:e.enquirySourceForm.name,expression:"enquirySourceForm.name"}],staticClass:"form-control",attrs:{type:"text",name:"name",placeholder:e.trans("reception.enquiry_source_name")},domProps:{value:e.enquirySourceForm.name},on:{input:function(t){t.target.composing||e.$set(e.enquirySourceForm,"name",t.target.value)}}}),e._v(" "),r("show-error",{attrs:{"form-name":e.enquirySourceForm,"prop-name":"name"}})],1)]),e._v(" "),r("div",{staticClass:"col-12 col-sm-6"},[r("div",{staticClass:"form-group"},[r("label",{attrs:{for:""}},[e._v(e._s(e.trans("reception.enquiry_source_description")))]),e._v(" "),r("input",{directives:[{name:"model",rawName:"v-model",value:e.enquirySourceForm.description,expression:"enquirySourceForm.description"}],staticClass:"form-control",attrs:{type:"text",name:"description",placeholder:e.trans("reception.enquiry_source_description")},domProps:{value:e.enquirySourceForm.description},on:{input:function(t){t.target.composing||e.$set(e.enquirySourceForm,"description",t.target.value)}}}),e._v(" "),r("show-error",{attrs:{"form-name":e.enquirySourceForm,"prop-name":"description"}})],1)])]),e._v(" "),r("div",{staticClass:"card-footer text-right"},[r("router-link",{directives:[{name:"show",rawName:"v-show",value:e.id,expression:"id"}],staticClass:"btn btn-danger waves-effect waves-light ",attrs:{to:"/configuration/reception/enquiry/source"}},[e._v(e._s(e.trans("general.cancel")))]),e._v(" "),e.id?e._e():r("button",{staticClass:"btn btn-danger waves-effect waves-light ",attrs:{type:"button"},on:{click:function(t){return e.$emit("cancel")}}},[e._v(e._s(e.trans("general.cancel")))]),e._v(" "),r("button",{staticClass:"btn btn-info waves-effect waves-light",attrs:{type:"submit"}},[e.id?r("span",[e._v(e._s(e.trans("general.update")))]):r("span",[e._v(e._s(e.trans("general.save")))])])],1)])}),[],!1,null,null,null);t.a=i.exports}}]);
//# sourceMappingURL=index.js.map?id=6bfc8b893171b4fe0e4e