/home/techb158/ileadtechnology.com/SSM/public/js/inventory/stock-category
NameSizeModeActions
edit.js46410644editdlrm
edit.js.map1770644editdlrm
index.js124330644editdlrm
index.js.map1700644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/public/js/inventory/stock-category/edit.js (4641B)
(window.webpackJsonp=window.webpackJsonp||[]).push([[253],{cZJh:function(t,s,o){"use strict";o.r(s);var e={components:{stockCategoryForm:o("qgsC").a},data:function(){return{id:this.$route.params.id}},mounted:function(){helper.hasPermission("edit-stock-category")||(helper.notAccessibleMsg(),this.$router.push("/dashboard"))}},a=o("KHd+"),r=Object(a.a)(e,(function(){var t=this,s=t.$createElement,o=t._self._c||s;return o("div",[o("div",{staticClass:"page-titles"},[o("div",{staticClass:"row"},[o("div",{staticClass:"col-12 col-sm-6"},[o("h3",{staticClass:"text-themecolor"},[t._v(t._s(t.trans("inventory.edit_stock_category")))])]),t._v(" "),o("div",{staticClass:"col-12 col-sm-6"},[o("div",{staticClass:"action-buttons pull-right"},[o("button",{staticClass:"btn btn-info btn-sm",on:{click:function(s){return t.$router.push("/inventory/stock/category")}}},[o("i",{staticClass:"fas fa-list"}),t._v(" "),o("span",{staticClass:"d-none d-sm-inline"},[t._v(t._s(t.trans("inventory.stock_category")))])])])])])]),t._v(" "),o("div",{staticClass:"container-fluid"},[o("div",{staticClass:"card card-form"},[o("div",{staticClass:"card-body p-t-20"},[o("stock-category-form",{attrs:{id:t.id}})],1)])])])}),[],!1,null,null,null);s.default=r.exports},qgsC:function(t,s,o){"use strict";var e={components:{},props:["id"],data:function(){return{stockCategoryForm:new Form({name:"",description:""})}},mounted:function(){this.id&&this.getStockCategory()},methods:{proceed:function(){this.id?this.updateStockCategory():this.storeStockCategory()},storeStockCategory:function(){var t=this,s=this.$loading.show();this.stockCategoryForm.post("/api/stock/category").then((function(o){toastr.success(o.message),t.$emit("completed"),s.hide()})).catch((function(t){s.hide(),helper.showErrorMsg(t)}))},getStockCategory:function(){var t=this,s=this.$loading.show();axios.get("/api/stock/category/"+this.id).then((function(o){t.stockCategoryForm.name=o.name,t.stockCategoryForm.description=o.description,s.hide()})).catch((function(o){s.hide(),t.$router.push("/inventory/stock/category")}))},updateStockCategory:function(){var t=this,s=this.$loading.show();this.stockCategoryForm.patch("/api/stock/category/"+this.id).then((function(o){toastr.success(o.message),t.$emit("completed"),s.hide(),t.$router.push("/inventory/stock/category")})).catch((function(t){s.hide(),helper.showErrorMsg(t)}))}}},a=o("KHd+"),r=Object(a.a)(e,(function(){var t=this,s=t.$createElement,o=t._self._c||s;return o("div",[o("form",{on:{submit:function(s){return s.preventDefault(),t.proceed(s)},keydown:function(s){return t.stockCategoryForm.errors.clear(s.target.name)}}},[o("div",{staticClass:"row"},[o("div",{staticClass:"col-12 col-sm-6"},[o("div",{staticClass:"form-group"},[o("label",{attrs:{for:""}},[t._v(t._s(t.trans("inventory.stock_category_name")))]),t._v(" "),o("input",{directives:[{name:"model",rawName:"v-model",value:t.stockCategoryForm.name,expression:"stockCategoryForm.name"}],staticClass:"form-control",attrs:{type:"text",name:"name",placeholder:t.trans("inventory.stock_category_name")},domProps:{value:t.stockCategoryForm.name},on:{input:function(s){s.target.composing||t.$set(t.stockCategoryForm,"name",s.target.value)}}}),t._v(" "),o("show-error",{attrs:{"form-name":t.stockCategoryForm,"prop-name":"name"}})],1)]),t._v(" "),o("div",{staticClass:"col-12 col-sm-6"},[o("div",{staticClass:"form-group"},[o("label",{attrs:{for:""}},[t._v(t._s(t.trans("inventory.stock_category_description")))]),t._v(" "),o("autosize-textarea",{attrs:{rows:"2",name:"description",placeholder:t.trans("stock.stock_category_description")},model:{value:t.stockCategoryForm.description,callback:function(s){t.$set(t.stockCategoryForm,"description",s)},expression:"stockCategoryForm.description"}}),t._v(" "),o("show-error",{attrs:{"form-name":t.stockCategoryForm,"prop-name":"description"}})],1)])]),t._v(" "),o("div",{staticClass:"card-footer text-right"},[o("router-link",{directives:[{name:"show",rawName:"v-show",value:t.id,expression:"id"}],staticClass:"btn btn-danger waves-effect waves-light ",attrs:{to:"/inventory/stock/category"}},[t._v(t._s(t.trans("general.cancel")))]),t._v(" "),t.id?t._e():o("button",{staticClass:"btn btn-danger waves-effect waves-light ",attrs:{type:"button"},on:{click:function(s){return t.$emit("cancel")}}},[t._v(t._s(t.trans("general.cancel")))]),t._v(" "),o("button",{staticClass:"btn btn-info waves-effect waves-light",attrs:{type:"submit"}},[t.id?o("span",[t._v(t._s(t.trans("general.update")))]):o("span",[t._v(t._s(t.trans("general.save")))])])],1)])])}),[],!1,null,null,null);s.a=r.exports}}]); //# sourceMappingURL=edit.js.map?id=ca874a5b04428568ff4f