/
home
/
techb158
/
ileadtechnology.com
/
SSM
/
public
/
js
/
configuration
/
employee
/
department
/
/home/techb158/ileadtechnology.com/SSM/public/js/configuration/employee/department
mkdir
upload
Name
Size
Mode
Actions
edit.js
4652
0644
edit
dl
rm
edit.js.map
195
0644
edit
dl
rm
index.js
10593
0644
edit
dl
rm
index.js.map
188
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/SSM/public/js/configuration/employee/department/edit.js
(4652B)
(window.webpackJsonp=window.webpackJsonp||[]).push([[77],{"5YEO":function(t,e,s){"use strict";s.r(e);var a={components:{departmentForm:s("Ayw8").a},data:function(){return{id:this.$route.params.id}},mounted:function(){helper.hasPermission("access-configuration")||(helper.notAccessibleMsg(),this.$router.push("/dashboard"))}},n=s("KHd+"),r=Object(n.a)(a,(function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("div",{staticClass:"page-titles"},[s("div",{staticClass:"row"},[s("div",{staticClass:"col-12 col-sm-6"},[s("h3",{staticClass:"text-themecolor"},[t._v(t._s(t.trans("employee.edit_department")))])]),t._v(" "),s("div",{staticClass:"col-12 col-sm-6"},[s("div",{staticClass:"action-buttons pull-right"},[s("button",{staticClass:"btn btn-info btn-sm",on:{click:function(e){return t.$router.push("/configuration/employee/department")}}},[s("i",{staticClass:"fas fa-list"}),t._v(" "),s("span",{staticClass:"d-none d-sm-inline"},[t._v(t._s(t.trans("employee.department")))])])])])])]),t._v(" "),s("div",{staticClass:"container-fluid"},[s("div",{staticClass:"card card-form"},[s("div",{staticClass:"card-body p-t-20"},[s("department-form",{attrs:{id:t.id}})],1)])])])}),[],!1,null,null,null);e.default=r.exports},Ayw8:function(t,e,s){"use strict";var a={data:function(){return{departmentForm:new Form({name:"",description:""})}},props:["id"],mounted:function(){this.id&&this.get()},methods:{proceed:function(){this.id?this.update():this.store()},store:function(){var t=this,e=this.$loading.show();this.departmentForm.post("/api/employee/department").then((function(s){toastr.success(s.message),t.$emit("completed"),e.hide()})).catch((function(t){e.hide(),helper.showErrorMsg(t)}))},get:function(){var t=this,e=this.$loading.show();axios.get("/api/employee/department/"+this.id).then((function(s){t.departmentForm.name=s.name,t.departmentForm.description=s.description,e.hide()})).catch((function(s){e.hide(),helper.showErrorMsg(s),t.$router.push("/configuration/employee/department")}))},update:function(){var t=this,e=this.$loading.show();this.departmentForm.patch("/api/employee/department/"+this.id).then((function(s){toastr.success(s.message),e.hide(),t.$router.push("/configuration/employee/department")})).catch((function(t){e.hide(),helper.showErrorMsg(t)}))}}},n=s("KHd+"),r=Object(n.a)(a,(function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("form",{on:{submit:function(e){return e.preventDefault(),t.proceed(e)},keydown:function(e){return t.departmentForm.errors.clear(e.target.name)}}},[s("div",{staticClass:"row"},[s("div",{staticClass:"col-12 col-sm-6"},[s("div",{staticClass:"form-group"},[s("label",{attrs:{for:""}},[t._v(t._s(t.trans("employee.department_name")))]),t._v(" "),s("input",{directives:[{name:"model",rawName:"v-model",value:t.departmentForm.name,expression:"departmentForm.name"}],staticClass:"form-control",attrs:{type:"text",name:"name",placeholder:t.trans("employee.department_name")},domProps:{value:t.departmentForm.name},on:{input:function(e){e.target.composing||t.$set(t.departmentForm,"name",e.target.value)}}}),t._v(" "),s("show-error",{attrs:{"form-name":t.departmentForm,"prop-name":"name"}})],1)]),t._v(" "),s("div",{staticClass:"col-12 col-sm-6"},[s("div",{staticClass:"form-group"},[s("label",{attrs:{for:""}},[t._v(t._s(t.trans("employee.department_description")))]),t._v(" "),s("input",{directives:[{name:"model",rawName:"v-model",value:t.departmentForm.description,expression:"departmentForm.description"}],staticClass:"form-control",attrs:{type:"text",name:"description",placeholder:t.trans("employee.department_description")},domProps:{value:t.departmentForm.description},on:{input:function(e){e.target.composing||t.$set(t.departmentForm,"description",e.target.value)}}}),t._v(" "),s("show-error",{attrs:{"form-name":t.departmentForm,"prop-name":"description"}})],1)])]),t._v(" "),s("div",{staticClass:"card-footer text-right"},[s("router-link",{directives:[{name:"show",rawName:"v-show",value:t.id,expression:"id"}],staticClass:"btn btn-danger waves-effect waves-light ",attrs:{to:"/configuration/employee/department"}},[t._v(t._s(t.trans("general.cancel")))]),t._v(" "),t.id?t._e():s("button",{staticClass:"btn btn-danger waves-effect waves-light ",attrs:{type:"button"},on:{click:function(e){return t.$emit("cancel")}}},[t._v(t._s(t.trans("general.cancel")))]),t._v(" "),s("button",{staticClass:"btn btn-info waves-effect waves-light",attrs:{type:"submit"}},[t.id?s("span",[t._v(t._s(t.trans("general.update")))]):s("span",[t._v(t._s(t.trans("general.save")))])])],1)])}),[],!1,null,null,null);e.a=r.exports}}]); //# sourceMappingURL=edit.js.map?id=f61b4b352a8710428c80
Save
cmd:
run