You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
8.3 KiB

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-08354894"],{"0336":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"main-content"},[t._m(0),e("div",{staticClass:"content"},[e("div",{staticClass:"content-btn"},[e("el-button",{staticClass:"init-button",attrs:{icon:"el-icon-plus"},on:{click:function(e){return t.add()}}},[t._v("新增分类 ")])],1),e("div",{},[e("VueTable",{ref:"table",attrs:{config:t.config},on:{tableCheck:t.tableCheck}},[e("template",{slot:"footer"},[e("div",{staticClass:"table-footer"},[e("button",{on:{click:function(e){return t.edit(t.table_row)}}},[t._v("编辑")]),e("button",{on:{click:function(e){return t.del(t.table_row)}}},[t._v("删除")])])])],2)],1),e("Drawer",{attrs:{drawerTitle:"新增资讯分类",drawerVrisible:t.add_vrisible},on:{drawerClose:t.addClose}},[e("div",{staticStyle:{padding:"30px"}},[e("FromCard",[e("template",{slot:"title"},[t._v("填写分类信息")]),[e("VueForm",{ref:"addForm",attrs:{formObj:t.addForm}})]],2)],1),e("div",{attrs:{slot:"footer"},slot:"footer"},[e("button",{staticClass:"btn-orange",on:{click:function(e){return t.addSubmit()}}},[e("span",[e("i",{staticClass:"el-icon-circle-check"}),t._v("提交")])]),e("button",{staticClass:"btn-gray",on:{click:t.addClose}},[e("span",[t._v("取消")])])])]),e("Drawer",{attrs:{drawerTitle:"修改资讯分类",drawerVrisible:t.edit_vrisible},on:{drawerClose:t.editClose}},[e("div",{staticStyle:{padding:"30px"}},[e("FromCard",[e("template",{slot:"title"},[t._v("填写分类信息")]),[e("VueForm",{ref:"editForm",attrs:{formObj:t.editForm}})]],2)],1),e("div",{attrs:{slot:"footer"},slot:"footer"},[e("button",{staticClass:"btn-orange",on:{click:function(e){return t.editSubmit()}}},[e("span",[e("i",{staticClass:"el-icon-circle-check"}),t._v("提交")])]),e("button",{staticClass:"btn-gray",on:{click:t.editClose}},[e("span",[t._v("取消")])])])])],1)])])},a=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"main-titel"},[e("span",[t._v("资讯分类")])])}],o=n("c356"),i={data(){return{add_vrisible:!1,edit_vrisible:!1,addDate:null,addForm:{ruleForm:{name:null},form_item:[{type:"Input",label:"分类名称",placeholder:"请输入",width:"100%",prop:"name"}]},editForm:{ruleForm:{name:null},form_item:[{type:"Input",label:"分类名称",placeholder:"请输入",width:"100%",prop:"name"}]},table_row:[],imglist:[],config:{thead:[{label:"序号",type:"index",width:"80"},{label:"分类编号",prop:"code",width:"auto"},{label:"分类类型",prop:"name",width:"auto"},{label:"资讯数量",prop:"num",width:"auto"},{label:"创建人名称",prop:"createName",width:"auto"},{label:"添加时间",prop:"createDate",width:"220"}],table_data:[],url:"newsCategoryManagementList",search_item:[{type:"Input",label:"分类编号",placeholder:"请选择",prop:"code"},{type:"Input",label:"分类名称",placeholder:"请输入",prop:"name"},{type:"Input",label:"添加人",placeholder:"请输入",prop:"createName"}],data:{pageNum:1,size:10}}}},methods:{add(){this.add_vrisible=!0},addClose(){this.$refs.addForm.reset(),this.add_vrisible=!1},addSubmit(){let t={...this.addForm.ruleForm};Object(o["m"])(t).then(t=>{t.status&&(this.$message({message:t.message,type:"success"}),this.$refs.table.loadData(),this.addClose())})},edit(t){1!=t.length?this.$message({message:"只能编辑一条数据",type:"error"}):(this.edit_vrisible=!0,Object(o["l"])({id:t[0].id}).then(t=>{this.editForm.ruleForm.name=t.data.name,this.editForm.ruleForm.id=t.data.id,console.log(this.editForm.ruleForm.name)}))},editClose(){this.$refs.editForm.reset(),this.edit_vrisible=!1},editSubmit(){let t={...this.editForm.ruleForm,id:this.editForm.ruleForm.id};Object(o["o"])(t).then(t=>{t.status&&(this.$message({message:t.message,type:"success"}),this.$refs.table.loadData(),this.editClose())})},dateTimeChange(t){this.addForm.ruleForm.openStartDate=t[0],this.addForm.ruleForm.openEndDate=t[1]},ImgeSuccess(t,e){this.addForm.ruleForm.imgUrls[0]=e.response.url},beforeAvatarUpload(t){const e=t.size/1024/1024<2,n="image/png"===t.type,r="image/jpeg"===t.type;return n||r||this.$message.error("上传头像图片只能是 JPG/PNG 格式!"),e||this.$message.error("上传头像图片大小不能超过 2MB!"),(n||r)&&e},handleExceed(t,e){this.$message.warning(`当前限制选择 1 个文件,本次选择了 ${t.length} 个文件,共选择了 ${t.length+e.length} 个文件`)},tableCheck(t){this.table_row=t},del(t){if(t.length){let t=[];for(let e=0;e<this.table_row.length;e++)t.push(this.table_row[e].id);this.$confirm("是否确认删除?删除不可恢复","删除",{confirmButtonText:"确定",cancelButtonText:"取消",confirmButtonClass:"confirmButton",cancelButtonClass:"cancelButton"}).then(()=>{this.$refs.table.tableDelete(t)}).catch(t=>{})}else this.$message.error("请选中需要删除的数据")}}},s=i,u=n("2877"),d=Object(u["a"])(s,r,a,!1,null,null,null);e["default"]=d.exports},c356:function(t,e,n){"use strict";n.d(e,"g",(function(){return a})),n.d(e,"u",(function(){return o})),n.d(e,"t",(function(){return i})),n.d(e,"v",(function(){return s})),n.d(e,"a",(function(){return u})),n.d(e,"d",(function(){return d})),n.d(e,"c",(function(){return l})),n.d(e,"b",(function(){return c})),n.d(e,"e",(function(){return m})),n.d(e,"x",(function(){return f})),n.d(e,"z",(function(){return h})),n.d(e,"w",(function(){return p})),n.d(e,"f",(function(){return g})),n.d(e,"h",(function(){return b})),n.d(e,"y",(function(){return C})),n.d(e,"m",(function(){return w})),n.d(e,"o",(function(){return v})),n.d(e,"l",(function(){return y})),n.d(e,"q",(function(){return _})),n.d(e,"r",(function(){return F})),n.d(e,"p",(function(){return T})),n.d(e,"n",(function(){return q})),n.d(e,"i",(function(){return M})),n.d(e,"s",(function(){return S})),n.d(e,"k",(function(){return O})),n.d(e,"j",(function(){return P}));var r=n("b775");n("2c37");function a(t){return r["a"].request({method:"POST",url:"/announcementManagement/release",data:t})}function o(t){return r["a"].request({method:"POST",url:"/notificationManagement/insert",data:t})}function i(t){return r["a"].request({method:"GET",url:"/notificationManagement/findById",params:t})}function s(t){return r["a"].request({method:"POST",url:"/notificationManagement/update",data:t})}function u(t){return r["a"].request({method:"GET",url:"/activityManagement/findById",params:t})}function d(t){return r["a"].request({method:"POST",url:"/activityManagement/update",data:t})}function l(t){return r["a"].request({method:"POST",url:"/activityManagement/insert",data:t})}function c(t){return r["a"].request({method:"GET",url:"/activityManagement/findRegistrationById",params:t})}function m(t){return r["a"].request({method:"GET",url:"/announcementManagement/findById",params:t})}function f(t){return r["a"].request({method:"POST",url:"/sponsorManagement/insert",data:t})}function h(t){return r["a"].request({method:"POST",url:"/sponsorManagement/update",data:t})}function p(t){return r["a"].request({method:"GET",url:"/sponsorManagement/findById",params:t})}function g(t){return r["a"].request({method:"POST",url:"/announcementManagement/insert",data:t})}function b(t){return r["a"].request({method:"POST",url:"/announcementManagement/update",data:t})}function C(t){return r["a"].request({method:"GET",url:"/sponsorManagement/list",params:t})}function w(t){return r["a"].request({method:"POST",url:"/newsCategoryManagement/insert",data:t})}function v(t){return r["a"].request({method:"POST",url:"/newsCategoryManagement/update",data:t})}function y(t){return r["a"].request({method:"GET",url:"/newsCategoryManagement/findById",params:t})}function _(t){return r["a"].request({method:"POST",url:"/newsManagement/insert",data:t})}function F(t){return r["a"].request({method:"POST",url:"/newsManagement/update",data:t})}function T(t){return r["a"].request({method:"GET",url:"/newsManagement/findById",params:t})}function q(t){return r["a"].request({method:"GET",url:"/newsCategoryManagement/list",params:t})}function M(t){return r["a"].request({method:"POST",url:"electronicCommerceCategory/insert",data:t})}function S(t){return r["a"].request({method:"GET",url:"newsManagement/updateCrawling",params:t})}function O(t){return r["a"].request({method:"POST",url:"electronicCommerce/insert",data:t})}function P(t){return r["a"].request({method:"GET",url:"/electronicCommerceCategory/list",params:t})}}}]);
//# sourceMappingURL=chunk-08354894.44e07772.js.map