(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-75bd9886"],{"5cf7":function(e,t,s){"use strict";var i=s("9ab4"),r=s("0463"),a=s("1b40");let n=class extends a.e{constructor(){super(...arguments),this.options=r.a}get areaValue(){return[this.province,this.city,this.district]}set areaValue(e){this.$emit("update:province",e[0]),this.$emit("update:city",e[1]),this.$emit("update:district",e[2])}};Object(i.a)([Object(a.c)()],n.prototype,"province",void 0),Object(i.a)([Object(a.c)()],n.prototype,"city",void 0),Object(i.a)([Object(a.c)()],n.prototype,"district",void 0),Object(i.a)([Object(a.c)({default:"380px"})],n.prototype,"width",void 0),n=Object(i.a)([a.a],n);var o=n,c=s("2877"),d=Object(c.a)(o,(function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"area-select"},[t("el-cascader",{style:{width:e.width},attrs:{options:e.options},model:{value:e.areaValue,callback:function(t){e.areaValue=t},expression:"areaValue"}})],1)}),[],!1,null,null,null);t.a=d.exports},9240:function(e,t,s){"use strict";s.d(t,"a",(function(){return r})),s.d(t,"n",(function(){return a})),s.d(t,"b",(function(){return n})),s.d(t,"o",(function(){return o})),s.d(t,"i",(function(){return c})),s.d(t,"k",(function(){return d})),s.d(t,"l",(function(){return l})),s.d(t,"j",(function(){return u})),s.d(t,"m",(function(){return p})),s.d(t,"d",(function(){return f})),s.d(t,"f",(function(){return m})),s.d(t,"g",(function(){return h})),s.d(t,"e",(function(){return _})),s.d(t,"h",(function(){return b})),s.d(t,"c",(function(){return g}));var i=s("f175");const r=e=>i.a.get("/express_assistant.face_sheet_setting/getFaceSheetType",{params:e}),a=e=>i.a.get("/express_assistant.face_sheet_setting/getConfig",{params:e}),n=e=>i.a.post("/express_assistant.face_sheet_setting/setConfig",e),o=e=>i.a.get("/express_assistant.face_sheet_template/getFaceSheetPayment",{params:e}),c=e=>i.a.post("/express_assistant.face_sheet_template/add",e),d=e=>i.a.get("/express_assistant.face_sheet_template/detail",{params:e}),l=e=>i.a.post("/express_assistant.face_sheet_template/edit",e),u=e=>i.a.post("/express_assistant.face_sheet_template/delete",e),p=e=>i.a.get("/express_assistant.face_sheet_template/lists",{params:e}),f=e=>i.a.post("/express_assistant.face_sheet_sender/add",e),m=e=>i.a.get("/express_assistant.face_sheet_sender/detail",{params:e}),h=e=>i.a.post("/express_assistant.face_sheet_sender/edit",e),_=e=>i.a.post("/express_assistant.face_sheet_sender/delete",e),b=e=>i.a.get("/express_assistant.face_sheet_sender/lists",{params:e}),g=e=>i.a.post("/express_assistant.face_sheet_order/print",e)},b913:function(e,t,s){"use strict";s.r(t);var i=s("9ab4"),r=s("1b40"),a=s("9240"),n=s("5cf7");let o=class extends r.e{constructor(){super(...arguments),this.identity=1,this.status="",this.form={name:"",province_id:"",city_id:"",district_id:"",address:""},this.rules={name:[{required:!0,message:"请输入发件人名称",trigger:"blur"}],mobile:[{required:!0,message:"请输入发件人手机",trigger:"blur"}],province_id:[{required:!0,message:"请选择地区",trigger:"change"}],address:[{required:!0,message:"请输入发件人详细地址",trigger:"blur"}]}}async getSenderDetail(){const e=await Object(a.f)({id:this.identity});this.form=e}onSubmit(e){this.$refs[e].validate(e=>{e&&(this.identity?this.handleSenderEdit():this.handleSenderAdd())})}handleSenderAdd(){const e=this.form;Object(a.d)({...e}).then(()=>{setTimeout(()=>this.$router.go(-1),500)})}handleSenderEdit(){const e=this.form,t=this.identity;Object(a.g)({...e,id:t}).then(()=>{setTimeout(()=>this.$router.go(-1),500)})}created(){const e=this.$route.query;this.identity=e.id,this.identity&&this.getSenderDetail()}};o=Object(i.a)([Object(r.a)({components:{AreaSelect:n.a}})],o);var c=o,d=(s("df16"),s("2877")),l=Object(d.a)(c,(function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",[t("div",{staticClass:"ls-card"},[t("el-page-header",{attrs:{content:e.identity?"编辑发件人":"新增发件人"},on:{back:function(t){return e.$router.go(-1)}}})],1),t("div",{staticClass:"ls-card m-t-24 m-b-60"},[t("el-form",{ref:"form",staticClass:"m-l-24",attrs:{"hide-required-asterisk":!1,rules:e.rules,model:e.form,"label-width":"120px"}},[t("el-form-item",{attrs:{label:"发件人",prop:"name","label-position":"right"}},[t("el-input",{staticClass:"ls-input",attrs:{placeholder:"请输入发件人名称"},model:{value:e.form.name,callback:function(t){e.$set(e.form,"name",t)},expression:"form.name"}})],1),t("el-form-item",{attrs:{label:"发件人手机",prop:"mobile","label-position":"right"}},[t("el-input",{staticClass:"ls-input",attrs:{placeholder:"请输入发件人手机"},model:{value:e.form.mobile,callback:function(t){e.$set(e.form,"mobile",t)},expression:"form.mobile"}})],1),t("el-form-item",{attrs:{label:"发件地区",prop:"province_id","label-position":"right"}},[t("area-select",{attrs:{width:"280px",province:e.form.province_id,city:e.form.city_id,district:e.form.district_id},on:{"update:province":function(t){return e.$set(e.form,"province_id",t)},"update:city":function(t){return e.$set(e.form,"city_id",t)},"update:district":function(t){return e.$set(e.form,"district_id",t)}}})],1),t("el-form-item",{attrs:{prop:"address",label:"详细地址","label-position":"right"}},[t("el-input",{staticClass:"ls-input",attrs:{placeholder:"请输入详细地址"},model:{value:e.form.address,callback:function(t){e.$set(e.form,"address",t)},expression:"form.address"}})],1)],1)],1),t("div",{staticClass:"bg-white ls-fixed-footer"},[t("div",{staticClass:"row-center flex m-t-15"},[t("el-button",{attrs:{size:"small"},on:{click:function(t){return e.$router.go(-1)}}},[e._v("取消")]),t("el-button",{attrs:{size:"small",type:"primary"},on:{click:function(t){return e.onSubmit("form")}}},[e._v("保存")])],1)])])}),[],!1,null,"431e4634",null);t.default=l.exports},dccc:function(e,t,s){},df16:function(e,t,s){"use strict";s("dccc")}}]);