beehole-store-server
Version:
www.bee-hole.com
1 lines • 4.92 kB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-19c55395","chunk-e65593bc"],{"0b97":function(t,e,o){"use strict";o("dcef")},"50d4":function(t,e,o){"use strict";o.r(e);var n=function(){var t=this,e=t._self._c;return e("ant-modal",{ref:"antModalRef",attrs:{visible:t.open,"modal-title":t.formTitle,adjustSize:!1,footer:null,dialogClass:"designer-wrapper"},on:{cancel:t.cancel}},[e("div",{attrs:{slot:"content"},slot:"content"},[e("div",{staticClass:"top-box"},[e("h2",{staticClass:"title-h2"},[t._v(t._s(t.form.title)+"("+t._s("1"===t.form.type?"通知":"公告")+")")]),e("h3",{staticClass:"time-h3"},[t._v("发布时间:"+t._s(t.form.created_at))])]),e("div",{staticClass:"weui_article"},[e("div",{staticClass:"vditor-preview",staticStyle:{display:"block"}},[e("div",{staticClass:"vditor-reset",staticStyle:{"max-width":"100%"},domProps:{innerHTML:t._s(t.form.content)}})])])])])},i=[],r=o("5530"),s=o("92a2"),c=Object(r["a"])({},s["default"]),a=c,d=(o("0b97"),o("2877")),u=Object(d["a"])(a,n,i,!1,null,"044f56a8",null);e["default"]=u.exports},"8b29":function(t,e,o){"use strict";o.d(e,"c",(function(){return i})),o.d(e,"b",(function(){return r})),o.d(e,"e",(function(){return s})),o.d(e,"a",(function(){return c})),o.d(e,"d",(function(){return a})),o.d(e,"f",(function(){return d}));var n=o("b775");function i(t){return Object(n["b"])({url:"/notice/list",method:"get",params:t})}function r(t){return Object(n["b"])({url:"/notice/view",method:"get",params:{id:t}})}function s(t){return Object(n["b"])({url:"/notice/edit",method:"post",data:t})}function c(t){return Object(n["b"])({url:"/notice/delete",method:"post",params:{id:t}})}function a(t){return Object(n["b"])({url:"/notice/list",method:"get",params:t})}function d(t){return Object(n["b"])({url:"/system/notice/updateNoticeToRead/"+t,method:"put"})}},"92a2":function(t,e,o){"use strict";o.r(e);var n=o("2dd7"),i=o("8b29"),r=o("ff41"),s=o.n(r);o("2f2f");e["default"]={name:"CreateForm",props:{typeOptions:{type:Array,required:!0},statusOptions:{type:Array,required:!0}},components:{AntModal:n["a"],Vditor:s.a},data:function(){return{open:!1,attachmentRefName:"addUploaderFile",editAttachmentRefName:"editUploaderFile",attachmentUploadStatus:!0,uploaderButtonStatus:!1,formId:"",labelCol:{span:4},wrapperCol:{span:14},loading:!1,total:0,id:void 0,formTitle:"",contentEditorEdit:"",form:{id:void 0,title:void 0,type:void 0,content:"",status:"0"},rules:{title:[{required:!0,message:"公告标题不能为空",trigger:"blur"}],type:[{required:!0,message:"公告类型不能为空",trigger:"change"}]},vditorToolbar:["emoji","headings","bold","italic","strike","link","|","list","ordered-list","check","outdent","indent","|","quote","line","code","inline-code","insert-before","insert-after","|","table","|","undo","redo","|","fullscreen","edit-mode",{name:"more",toolbar:["both","code-theme","content-theme","export","outline","preview","devtools"]}]}},filters:{},created:function(){},computed:{},watch:{},mounted:function(){},methods:{cancel:function(){this.open=!1,this.reset(),this.$emit("close")},reset:function(){this.form={id:void 0,title:void 0,type:void 0,content:"",status:"0"},this.formId&&(this.formId="")},handleAdd:function(){var t=this;this.reset(),this.open=!0,this.formTitle="添加公告",this.$nextTick((function(){""===t.contentEditorEdit?t.contentEditorEdit=new s.a("vditor",{height:180,toolbarConfig:{pin:!0},toolbar:t.vditorToolbar,cache:{enable:!1},after:function(){t.contentEditorEdit.setValue(t.form.content)}}):t.contentEditorEdit.setValue(t.form.content)}))},handleUpdate:function(t){var e=this;this.reset();var o=t.id;Object(i["b"])(o).then((function(t){e.open=!0,e.form=t,e.formId=t.id,e.formTitle="修改公告",e.$nextTick((function(){""===e.contentEditorEdit?e.contentEditorEdit=new s.a("vditorEdit",{height:360,toolbarConfig:{pin:!0},toolbar:e.vditorToolbar,cache:{enable:!1},after:function(){e.contentEditorEdit.setValue(t.content)}}):e.contentEditorEdit.setValue(t.content)}))}))},handleView:function(t){var e=this;this.reset();var o=t.id;Object(i["b"])(o).then((function(o){e.open=!0,e.$nextTick((function(){return e.$refs.antModalRef.setMaxDiolog()})),e.form=o,e.formId=o.id,e.formTitle="公告详情",e.$emit("ok"),0!==t.shop_id&&(t.status=0,Object(i["e"])(t).then((function(t){e.$message.success("通知已阅",3),e.$emit("ok")})))}))},submitForm:function(){var t=this,e=this;this.form.content=this.contentEditorEdit.getValue(),this.form.contentHtml=this.contentEditorEdit.getHTML(),this.$refs.form.validate((function(o){if(!o)return!1;t.uploaderButtonStatus=!0,void 0!==t.form.id?Object(i["e"])(t.form).then((function(e){t.$message.success("修改成功",3),t.open=!1,t.$emit("ok"),t.$emit("close")})):Object(i["e"])(t.form).then((function(o){e.$message.success("新增成功",3),e.open=!1,e.$emit("ok"),t.$emit("close")}))}))},back:function(){this.$router.push("/system/notice")}}}},dcef:function(t,e,o){}}]);