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
10 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-08e8c37d"],{8016:function(t,e,r){"use strict";r.r(e);var n=function(){var t=this,e=t._self._c;return 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},scopedSlots:t._u([{key:"imgUrls",fn:function(r){return[r.data.imgUrls.length?e("div",[e("el-button",{staticClass:"init-text",attrs:{type:"text"},on:{click:function(e){return t.getPhotoView(r.data.imgUrls)}}},[e("span",[t._v("查看")])])],1):e("div",[t._v(" - ")])]}}])},[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),e("Drawer",{attrs:{drawerTitle:t.addEidtTitle,drawerVrisible:t.addEidt_vrisible},on:{drawerClose:t.addEidtClose}},[e("div",{staticStyle:{padding:"30px"}},[e("FromCard",[e("template",{slot:"title"},[t._v("基本信息")]),[e("VueForm",{ref:"addEidtVueForm",attrs:{formObj:t.addEidtForm}},[e("template",{slot:"fileUrls"},[[e("el-upload",{attrs:{action:t.$baseUrl+"upload/uploadSponsor","on-success":t.ImgeSuccess,"file-list":t.imglist,"on-exceed":t.handleExceed,limit:1,accept:".jpg,.png,.JPG,.PNG","before-upload":t.beforeAvatarUpload}},[e("el-button",{attrs:{icon:"el-icon-edit",size:"small"}},[t._v("上传图片")]),e("span",{staticStyle:{"margin-left":"10px","font-size":"12px",color:"#444444"}},[t._v("建议比例3:2")]),e("div",{staticClass:"el-upload__tip",attrs:{slot:"tip"},slot:"tip"},[e("span",[t._v("支持扩展名png,jpg")])])],1)]],2)],2)]],2)],1),e("div",{attrs:{slot:"footer"},slot:"footer"},[e("button",{staticClass:"btn-orange",on:{click:function(e){return t.addEidtSubmit()}}},[e("span",[e("i",{staticClass:"el-icon-circle-check"}),t._v("提交")])]),e("button",{staticClass:"btn-gray",on:{click:t.addEidtClose}},[e("span",[t._v("取消")])])])]),e("views-photo",{attrs:{isVisible:t.photos_Visible,goodsImgsList:t.goodsImgsList},on:{"update:isVisible":function(e){t.photos_Visible=e},"update:is-visible":function(e){t.photos_Visible=e},closeViews:t.getclose}})],1)])])},i=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"main-titel"},[e("span",[t._v("主办方管理")])])}],a=r("5bf1"),o=r("c356"),s={data(){return{editID:null,photos_Visible:!1,addEidtTitle:"添加主办方",addEidt_vrisible:!1,table_row:[],config:{thead:[{label:"序号",type:"index",width:"80"},{label:"主办方单位",prop:"sponsorUnit",width:"atuo"},{label:"营业执照",prop:"imgUrls",width:"180",type:"slot",slotName:"imgUrls"},{label:"负责人",prop:"director",width:"atuo"},{label:"联系方式",prop:"tel",width:"atuo"},{label:"证件类型",prop:"idType",width:"atuo"},{label:"证件号码",prop:"idNumber",width:"atuo"},{label:"主办次数",prop:"num",width:"atuo"}],table_data:[],url:"sponsorManagementList",search_item:[{type:"Input",label:"联系人",placeholder:"请输入内容",prop:"director"},{type:"Input",label:"联系方式",placeholder:"请输入内容",prop:"tel"},{type:"Input",label:"证件号码",placeholder:"请输入内容",prop:"idNumber"},{type:"select",label:"证件类型",value:"",options:[{label:"身份证",value:1},{label:"营业执照",value:2}],placeholder:"请选择",prop:"idType"},{type:"Input",label:"主办方单位",placeholder:"请输入内容",prop:"sponsorUnit"}],data:{pageNum:1,size:10}},imglist:[],addEidtForm:{ruleForm:{sponsorUnit:null,fileUrls:[],director:null,tel:null,idType:null,idNumber:null},form_item:[{type:"Input",label:"主办方单位",placeholder:"请输入",width:"100%",prop:"sponsorUnit"},{type:"Slot",label:"营业执照 ",placeholder:"请输入",width:"100%",prop:"fileUrls",slotName:"fileUrls"},{type:"Input",label:"负责人",placeholder:"请输入",width:"100%",prop:"director"},{type:"Input",label:"联系方式",placeholder:"请输入",width:"100%",prop:"tel"},{type:"Select",label:"证件类型",placeholder:"请输入",prop:"idType",width:"100%",options:[{label:"身份证",value:1},{label:"营业执照",value:2}]},{type:"Input",label:"证件号码",placeholder:"请输入",width:"100%",prop:"idNumber"}]},goodsImgsList:[]}},components:{viewsPhoto:a["a"]},computed:{},methods:{getPhotoView(t){this.photos_Visible=!0,this.goodsImgsList=t},getclose(){this.photos_Visible=!1},add(){this.addEidt_vrisible=!0},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("请选中需要删除的数据")},addEidtSubmit(){for(let t in this.addEidtForm.ruleForm)if(!this.addEidtForm.ruleForm[t]){let e=this.addEidtForm.form_item.find(e=>t===e.prop);return void this.$message.error("请填写"+e.label)}if(this.addEidtForm.ruleForm.fileUrls.length)if(this.editID){let t={id:this.editID,...this.addEidtForm.ruleForm};Object(o["z"])(t).then(t=>{t.status&&(this.$message({message:t.message,type:"success"}),this.addEidtClose(),this.$refs.table.loadData())})}else Object(o["x"])(this.addEidtForm.ruleForm).then(t=>{t.status&&(this.$message({message:t.message,type:"success"}),this.addEidtClose(),this.$refs.table.loadData())});else this.$message.error("请上传图片")},edit(t){t.length>1?this.$message.error("只能查看一条数据的详情"):t.length?Object(o["w"])({id:this.table_row[0].id}).then(t=>{if(console.log(t),this.editID=t.id,t.imgUrls.length){let e={name:t.imgUrls[0].url,url:t.imgUrls[0].url};this.addEidtForm.ruleForm.fileUrls=[t.imgUrls[0].url],this.$set(this.imglist,0,e)}else this.addEidtForm.ruleForm.fileUrls=[];this.addEidtForm.ruleForm.director=t.director,this.addEidtForm.ruleForm.idNumber=t.idNumber,this.addEidtForm.ruleForm.idType=t.idType,this.addEidtForm.ruleForm.sponsorUnit=t.sponsorUnit,this.addEidtForm.ruleForm.tel=t.tel,this.addEidt_vrisible=!0}):this.$message.error("请选择")},addEidtClose(){this.addEidt_vrisible=!1,this.editID=null,this.imglist=[];for(let t in this.addEidtForm.ruleForm)this.addEidtForm.ruleForm[t]=null,this.addEidtForm.ruleForm.file=[]},tableCheck(t){this.table_row=t},ImgeSuccess(t,e){this.addEidtForm.ruleForm.fileUrls=[t.url]},beforeAvatarUpload(t){const e=t.size/1024/1024<2,r="image/png"===t.type,n="image/jpeg"===t.type;return r||n||this.$message.error("上传头像图片只能是 JPG/PNG 格式!"),e||this.$message.error("上传头像图片大小不能超过 2MB!"),(r||n)&&e},handleExceed(t,e){this.$message.warning(`当前限制选择 1 个文件,本次选择了 ${t.length} 个文件,共选择了 ${t.length+e.length} 个文件`)}}},l=s,d=r("2877"),u=Object(d["a"])(l,n,i,!1,null,null,null);e["default"]=u.exports},c356:function(t,e,r){"use strict";r.d(e,"g",(function(){return i})),r.d(e,"u",(function(){return a})),r.d(e,"t",(function(){return o})),r.d(e,"v",(function(){return s})),r.d(e,"a",(function(){return l})),r.d(e,"d",(function(){return d})),r.d(e,"c",(function(){return u})),r.d(e,"b",(function(){return c})),r.d(e,"e",(function(){return m})),r.d(e,"x",(function(){return p})),r.d(e,"z",(function(){return h})),r.d(e,"w",(function(){return f})),r.d(e,"f",(function(){return g})),r.d(e,"h",(function(){return b})),r.d(e,"y",(function(){return v})),r.d(e,"m",(function(){return w})),r.d(e,"o",(function(){return E})),r.d(e,"l",(function(){return y})),r.d(e,"q",(function(){return _})),r.d(e,"r",(function(){return F})),r.d(e,"p",(function(){return T})),r.d(e,"n",(function(){return C})),r.d(e,"i",(function(){return q})),r.d(e,"s",(function(){return I})),r.d(e,"k",(function(){return U})),r.d(e,"j",(function(){return M}));var n=r("b775");r("2c37");function i(t){return n["a"].request({method:"POST",url:"/announcementManagement/release",data:t})}function a(t){return n["a"].request({method:"POST",url:"/notificationManagement/insert",data:t})}function o(t){return n["a"].request({method:"GET",url:"/notificationManagement/findById",params:t})}function s(t){return n["a"].request({method:"POST",url:"/notificationManagement/update",data:t})}function l(t){return n["a"].request({method:"GET",url:"/activityManagement/findById",params:t})}function d(t){return n["a"].request({method:"POST",url:"/activityManagement/update",data:t})}function u(t){return n["a"].request({method:"POST",url:"/activityManagement/insert",data:t})}function c(t){return n["a"].request({method:"GET",url:"/activityManagement/findRegistrationById",params:t})}function m(t){return n["a"].request({method:"GET",url:"/announcementManagement/findById",params:t})}function p(t){return n["a"].request({method:"POST",url:"/sponsorManagement/insert",data:t})}function h(t){return n["a"].request({method:"POST",url:"/sponsorManagement/update",data:t})}function f(t){return n["a"].request({method:"GET",url:"/sponsorManagement/findById",params:t})}function g(t){return n["a"].request({method:"POST",url:"/announcementManagement/insert",data:t})}function b(t){return n["a"].request({method:"POST",url:"/announcementManagement/update",data:t})}function v(t){return n["a"].request({method:"GET",url:"/sponsorManagement/list",params:t})}function w(t){return n["a"].request({method:"POST",url:"/newsCategoryManagement/insert",data:t})}function E(t){return n["a"].request({method:"POST",url:"/newsCategoryManagement/update",data:t})}function y(t){return n["a"].request({method:"GET",url:"/newsCategoryManagement/findById",params:t})}function _(t){return n["a"].request({method:"POST",url:"/newsManagement/insert",data:t})}function F(t){return n["a"].request({method:"POST",url:"/newsManagement/update",data:t})}function T(t){return n["a"].request({method:"GET",url:"/newsManagement/findById",params:t})}function C(t){return n["a"].request({method:"GET",url:"/newsCategoryManagement/list",params:t})}function q(t){return n["a"].request({method:"POST",url:"electronicCommerceCategory/insert",data:t})}function I(t){return n["a"].request({method:"GET",url:"newsManagement/updateCrawling",params:t})}function U(t){return n["a"].request({method:"POST",url:"electronicCommerce/insert",data:t})}function M(t){return n["a"].request({method:"GET",url:"/electronicCommerceCategory/list",params:t})}}}]);
//# sourceMappingURL=chunk-08e8c37d.4db09307.js.map