(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-46dd8300","chunk-ae7cb8dc","chunk-ae7cb8dc"],{"067c":function(t,e,r){},"22c1":function(t,e,r){"use strict";r("8d8d")},"2e8a":function(t,e,r){"use strict";r.r(e);var a=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"setting-content"},[r("custom-bread",{attrs:{breadList:t.breadList}}),r("div",{staticClass:"customContent"},[r("a-layout",[r("a-layout-content",{staticClass:"multipleLayout-margin-bottom"},[r("a-card",{attrs:{loading:t.loading,bordered:!1}},[r("a-form",{staticClass:"custom-form",attrs:{form:t.form},on:{submit:t.handleSubmit}},[r("a-form-item",{attrs:{required:"",labelCol:t.labelCol,wrapperCol:t.wrapperCol}},[r("span",{attrs:{slot:"label"},slot:"label"},[t._v("前台售后入口\n "),r("a-tooltip",{attrs:{title:"开启前台售后入口,客户可在商城前台主动发起售后、并查看售后信息;关闭前台售后入口,客户则无法在商城前台主动发起售后、查看售后信息,需要联系商家客服,由客服在后台创建售后。"}},[r("a-icon",{attrs:{type:"exclamation-circle"}})],1)],1),r("a-radio-group",{directives:[{name:"decorator",rawName:"v-decorator",value:["is_open_entry",{initialValue:2}],expression:"['is_open_entry',{initialValue: 2}]"}],on:{change:t.receptionChange}},[r("a-radio",{attrs:{value:1}},[t._v("\n 开启\n ")]),r("a-radio",{attrs:{value:2}},[t._v("\n 关闭\n ")])],1)],1),r(t.settingModule,{ref:"child",tag:"component",attrs:{isError:t.isError,dataSource:t.dataSource}}),r("a-row",{style:{marginBottom:"24px"}},[r("a-col",{style:{width:"70px"},attrs:{offset:6,span:5}},[r("a-button",{directives:[{name:"permission",rawName:"v-permission",value:"system:/rma_setting/update",expression:"'system:/rma_setting/update'"}],style:{height:"40px"},attrs:{type:"primary","html-type":"submit"}},[t._v("保存")])],1)],1)],1)],1)],1)],1)],1)],1)},n=[],i=(r("6b54"),r("ac6a"),r("5df3"),r("c5f6"),r("5633")),s=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",[r("a-form",{attrs:{form:t.form},on:{submit:t.handleSubmit}},[r("a-form-item",{style:{marginBottom:"12px"},attrs:{required:"",labelCol:t.labelCol,wrapperCol:t.wrapperCol}},[r("span",{attrs:{slot:"label"},slot:"label"},[t._v("\n 后台支持售后方式\n "),r("a-tooltip",{attrs:{title:"该设置为设置后台支持的售后方式;前台仅支持仅退款、退货退款两种售后方式"}},[r("a-icon",{attrs:{type:"exclamation-circle"}})],1)],1),r("a-checkbox-group",{directives:[{name:"decorator",rawName:"v-decorator",value:["support_rma_style",{rules:[{required:!0,message:"请至少选择一项售后方式"}],initialValue:["1","2","3","4","5","6","7","9"]}],expression:"['support_rma_style',\n {rules: [{required: true, message: '请至少选择一项售后方式'}],\n initialValue: ['1','2','3','4','5','6', '7','9']}]"}]},[r("a-checkbox",{attrs:{value:"1"}},[t._v("仅退款")]),r("a-checkbox",{attrs:{value:"2"}},[t._v("退货退款")]),r("a-checkbox",{attrs:{value:"4"}},[t._v("拒收退款")]),r("a-checkbox",{attrs:{value:"3"}},[t._v("商品补发")]),r("a-checkbox",{attrs:{value:"9"}},[t._v("整单取消")]),r("a-checkbox",{attrs:{value:"5"}},[t._v("部分取消")]),r("a-checkbox",{attrs:{value:"6"}},[t._v("仅补偿")]),r("a-checkbox",{attrs:{value:"7"}},[t._v("附加退款")])],1)],1),r("a-form-item",{attrs:{required:"",labelCol:t.labelCol,wrapperCol:t.wrapperCol}},[r("span",{attrs:{slot:"label"},slot:"label"},[t._v("\n 支持线下退款方式\n "),r("a-tooltip",{attrs:{title:"超出支付机构退款时效,或者订单退款总额超出订单实付金额时,无法通过支付机构原路退款,需要线下退款给客户。"}},[r("a-icon",{attrs:{type:"exclamation-circle"}})],1)],1),r("a-checkbox-group",{directives:[{name:"decorator",rawName:"v-decorator",value:["offline_payment_method",{rules:[{required:!0,message:"请至少选择一项线下退款方式"}],initialValue:["1"]}],expression:"['offline_payment_method',\n {rules: [{required: true, message: '请至少选择一项线下退款方式'}],\n initialValue: ['1']}]"}]},[r("a-checkbox",{attrs:{value:"1"}},[t._v("支付宝")]),r("a-checkbox",{attrs:{value:"2"}},[t._v("银行卡")]),r("a-checkbox",{attrs:{value:"3"}},[t._v("微信支付")])],1)],1)],1)],1)},o=[],l=(r("28a5"),{data:function(){return{form:this.$form.createForm(this),labelCol:{span:6},wrapperCol:{span:14}}},props:{dataSource:{type:Object,default:function(){}}},watch:{dataSource:{handler:function(t,e){2===t.is_open_entry&&this.editSetting()},deep:!0,immediate:!0}},methods:{editSetting:function(){var t=this;if(this.dataSource.support_rma_style){var e=this.dataSource.support_rma_style,r=e.length>0?e.split(","):e.toString().split("");this.$nextTick((function(){t.form.setFieldsValue({support_rma_style:r})}))}if(this.dataSource.offline_payment_method){var a=this.dataSource.offline_payment_method,n=a.length>0?a.split(","):a.toString().split("");this.$nextTick((function(){t.form.setFieldsValue({offline_payment_method:n})}))}},handleSubmit:function(){var t=this;return new Promise((function(e){var r=t.form.validateFields;r((function(t,r){t?(t=!0,e({errs:t,fields:r})):(t=null,e({errs:t,fields:r}))}))}))}}}),u=l,c=r("2877"),d=Object(c["a"])(u,s,o,!1,null,null,null),m=d.exports,b=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",[r("a-form",{attrs:{form:t.form},on:{submit:t.handleSubmit}},[r("a-form-item",{attrs:{required:"",labelCol:t.labelCol,wrapperCol:t.wrapperCol}},[r("span",{attrs:{slot:"label"},slot:"label"},[t._v("\n 前台显示售后入口起始时间\n "),r("a-tooltip",{attrs:{title:"开启前台售后入口的站点,设置前台订单显示售后入口的开始时间。选择“订单付款”,则表示订单从订单支付时间开始,显示售后入口;选择“订单发货”,则表示订单从发货时间开始,显示售后入口。"}},[r("a-icon",{attrs:{type:"exclamation-circle"}})],1)],1),r("a-radio-group",{directives:[{name:"decorator",rawName:"v-decorator",value:["support_limit_start",{rules:[{required:!0}],initialValue:1}],expression:"['support_limit_start',{rules: [{required: true}],initialValue: 1}]"}]},[r("a-radio",{attrs:{value:1}},[t._v("\n 订单付款\n ")]),r("a-radio",{attrs:{value:2}},[t._v("\n 订单发货\n ")])],1)],1),r("a-form-item",{style:{marginBottom:0},attrs:{required:"",labelCol:t.labelCol,wrapperCol:t.wrapperCol}},[r("span",{attrs:{slot:"label"},slot:"label"},[t._v("\n 前台显示售后入口截止时间\n "),r("a-tooltip",{attrs:{title:"开启前台售后入口的站点,设置前台订单显示售后入口的的截止时间,超过截止时间,前台售后入口隐藏。"}},[r("a-icon",{attrs:{type:"exclamation-circle"}})],1)],1),r("a-radio-group",{on:{change:t.changeReceiveLimit},model:{value:t.timeEnd,callback:function(e){t.timeEnd=e},expression:"timeEnd"}},[r("a-radio",{attrs:{value:"false"}},[t._v("\n 不限制\n ")]),r("a-radio",{style:{lineHeight:"32px"},attrs:{value:"true"}},[t._v("\n 订单完成后\n "),r("a-form-item",{staticClass:"time-item",style:{display:"inline-block"},attrs:{"validate-status":t.validateConsumeStatus,help:t.validateConsumeErrorInfo}},[r("a-input-number",{directives:[{name:"decorator",rawName:"v-decorator",value:["support_limit_end",{initialValue:""}],expression:"['support_limit_end',{initialValue: ''}]"}],staticStyle:{width:"94px"},attrs:{placeholder:"请输入",min:1,max:9999999999,precision:0,disabled:t.receiveDisable},on:{change:t.enterOrderTimeValue}}),r("span",{staticClass:"perferentianRule-customRadio-style"},[t._v("小时")])],1)],1)],1)],1),r("a-form-item",{style:{marginBottom:0},attrs:{required:"",labelCol:t.labelCol,wrapperCol:t.wrapperCol}},[r("span",{attrs:{slot:"label"},slot:"label"},[t._v("\n 设置客户处理时效\n "),r("a-tooltip",{attrs:{title:"设置限制客户处理时效的站点,客户需要在设置时效内对售后单进行处理,否则售后单就会自动关闭。举例:若客户在设置时效内没有操作退货,售后单就会自动关闭。"}},[r("a-icon",{attrs:{type:"exclamation-circle"}})],1)],1),r("a-radio-group",{on:{change:t.changeClientLimit},model:{value:t.timeEnd2,callback:function(e){t.timeEnd2=e},expression:"timeEnd2"}},[r("a-radio",{attrs:{value:"false"}},[t._v("\n 不限制\n ")]),r("a-radio",{style:{lineHeight:"32px"},attrs:{value:"true"}},[t._v("\n 限制\n "),r("a-form-item",{staticClass:"time-item",style:{display:"inline-block"},attrs:{"validate-status":t.validateClientStatus,help:t.validateClientErrorInfo}},[r("a-input-number",{directives:[{name:"decorator",rawName:"v-decorator",value:["customer_limit",{initialValue:""}],expression:"['customer_limit',{initialValue: ''}]"}],staticStyle:{width:"94px"},attrs:{placeholder:"请输入",min:1,max:9999999999,precision:0,disabled:t.receiveDisable2},on:{change:t.enterClientTimeValue}}),r("span",{staticClass:"perferentianRule-customRadio-style"},[t._v("小时")])],1)],1)],1)],1),r("a-form-item",{style:{marginBottom:"12px"},attrs:{required:"",labelCol:t.labelCol,wrapperCol:t.wrapperCol}},[r("span",{attrs:{slot:"label"},slot:"label"},[t._v("\n 后台支持售后方式\n "),r("a-tooltip",{attrs:{title:"该设置为设置后台支持的售后方式;前台仅支持仅退款、退货退款两种售后方式"}},[r("a-icon",{attrs:{type:"exclamation-circle"}})],1)],1),r("a-checkbox-group",{directives:[{name:"decorator",rawName:"v-decorator",value:["support_rma_style",{rules:[{required:!0,message:"请至少选择一项线下售后方式"}],initialValue:["1","2","3","4","5","6","7","9"]}],expression:"['support_rma_style',{rules: [{required: true, message: '请至少选择一项线下售后方式'}],initialValue: ['1','2','3','4','5','6', '7','9']}]"}]},[r("a-checkbox",{attrs:{value:"1"}},[t._v("仅退款")]),r("a-checkbox",{attrs:{value:"2"}},[t._v("退货退款")]),r("a-checkbox",{attrs:{value:"4"}},[t._v("拒收退款")]),r("a-checkbox",{attrs:{value:"3"}},[t._v("商品补发")]),r("a-checkbox",{attrs:{value:"9"}},[t._v("整单取消")]),r("a-checkbox",{attrs:{value:"5"}},[t._v("部分取消")]),r("a-checkbox",{attrs:{value:"6"}},[t._v("仅补偿")]),r("a-checkbox",{attrs:{value:"7"}},[t._v("附加退款")])],1)],1),r("a-form-item",{attrs:{required:"",labelCol:t.labelCol,wrapperCol:t.wrapperCol}},[r("span",{attrs:{slot:"label"},slot:"label"},[t._v("\n 支持线下退款方式\n "),r("a-tooltip",{attrs:{title:"超出支付机构退款时效,或者订单退款总额超出订单实付金额时,无法通过支付机构原路退款,需要线下退款给客户"}},[r("a-icon",{attrs:{type:"exclamation-circle"}})],1)],1),r("a-checkbox-group",{directives:[{name:"decorator",rawName:"v-decorator",value:["offline_payment_method",{rules:[{required:!0,message:"请至少选择一项线下退款方式"}],initialValue:["1"]}],expression:"['offline_payment_method',{rules: [{required: true, message: '请至少选择一项线下退款方式'}],initialValue: ['1']}]"}]},[r("a-checkbox",{attrs:{value:"1"}},[t._v("支付宝")]),r("a-checkbox",{attrs:{value:"2"}},[t._v("银行卡")]),r("a-checkbox",{attrs:{value:"3"}},[t._v("微信支付")])],1)],1)],1)],1)},p=[],f={data:function(){return{form:this.$form.createForm(this),labelCol:{span:6},wrapperCol:{span:14},receiveDisable:!0,receiveDisable2:!0,timeEnd:"false",timeEnd2:"false",validateConsumeStatus:"success",validateConsumeErrorInfo:"",validateClientStatus:"success",validateClientErrorInfo:""}},props:{dataSource:{type:Object,default:function(){}}},watch:{dataSource:{handler:function(t,e){1===t.is_open_entry&&this.editSetting()},deep:!0,immediate:!0}},methods:{editSetting:function(){var t=this;if(0!==Number(this.dataSource.support_limit_end)&&(this.timeEnd="true",this.receiveDisable=!1),0!==Number(this.dataSource.customer_limit)&&(this.timeEnd2="true",this.receiveDisable2=!1),this.dataSource.support_rma_style){var e=this.dataSource.support_rma_style,r=e.length>0?e.split(","):e.toString().split("");this.$nextTick((function(){t.form.setFieldsValue({support_rma_style:r})}))}if(this.dataSource.offline_payment_method){var a=this.dataSource.offline_payment_method,n=a.length>0?a.split(","):a.toString().split("");this.$nextTick((function(){t.form.setFieldsValue({offline_payment_method:n})}))}this.$nextTick((function(){t.form.setFieldsValue({support_limit_start:t.dataSource.support_limit_start,support_limit_end:t.dataSource.support_limit_end>0?t.dataSource.support_limit_end:"",customer_limit:t.dataSource.customer_limit>0?t.dataSource.customer_limit:""})}))},changeReceiveLimit:function(t){var e=this;"false"===t.target.value?(this.resetReceiveError(),this.receiveDisable=!0,this.$nextTick((function(){e.form.setFieldsValue({support_limit_end:""})}))):this.receiveDisable=!1},changeClientLimit:function(t){var e=this;"false"===t.target.value?(this.resetClientError(),this.receiveDisable2=!0,this.$nextTick((function(){e.form.setFieldsValue({customer_limit:""})}))):this.receiveDisable2=!1},resetReceiveError:function(){this.validateConsumeStatus="success",this.validateConsumeErrorInfo=""},setReceiveError:function(){this.validateConsumeStatus="error",this.validateConsumeErrorInfo="请输入前台显示售后入口截止时间"},resetClientError:function(){this.validateClientStatus="success",this.validateClientErrorInfo=""},setClientError:function(){this.validateClientStatus="error",this.validateClientErrorInfo="请输入客户处理时效"},enterOrderTimeValue:function(t){this.receiveDisable||(""===t||null===t?this.setReceiveError():this.resetReceiveError())},enterClientTimeValue:function(t){this.receiveDisable2||(""===t||null===t?this.setClientError():this.resetClientError())},handleSubmit:function(){var t=this,e=this;return new Promise((function(r){var a=e.form.validateFields;a((function(e,a){if(e)e=!0,r({errs:e,fields:a});else{if("true"===t.timeEnd&&""===a.support_limit_end||"true"===t.timeEnd&&null===a.support_limit_end)return void t.setReceiveError();if(e=null,"true"===t.timeEnd2&&""===a.customer_limit||"true"===t.timeEnd2&&null===a.customer_limit)return void t.setClientError();e=null,r({errs:e,fields:a})}}))}))}}},h=f,v=Object(c["a"])(h,b,p,!1,null,null,null),_=v.exports,g=r("41aa"),y=r("ac0d"),C={data:function(){return{form:this.$form.createForm(this),breadList:{current:"售后设置",loopBread:[{name:"1",title:"工作台",href:"/dashboard"},{name:"2",title:"设置"},{name:"3",title:"售后设置"}]},query:{website_id:Number},loading:!1,dataSource:{},labelCol:{span:6},wrapperCol:{span:12},settingModule:m,isError:!0}},components:{customBread:i["a"],hideSale:m,showSale:_},mixins:[y["e"]],computed:{websiteId:function(){return this.$store.getters.websiteId}},watch:{websiteId:function(t){this.query.website_id=t,this.featchData(this.query)}},methods:{featchData:function(t){var e=this;this.loading=!0,this.form.resetFields(),this.settingModule=m,Object(g["Q"])(t).then((function(t){var r=t.data;if(r){e.loading=!1;var a=r.list&&r.list.id>0?r.list:"";a?(e.dataSource=a,1===r.list.is_open_entry&&(e.settingModule=_),e.$nextTick((function(){e.form.setFieldsValue({is_open_entry:a.is_open_entry})}))):e.dataSource={}}}))},receptionChange:function(t){2===t.target.value?this.settingModule=m:this.settingModule=_,this.form.resetFields()},handleSubmit:function(t){var e=this;t.preventDefault();var r=this,a="",n="",i={is_open_entry:this.form.getFieldValue("is_open_entry")},s={};Promise.all([this.$refs.child.handleSubmit()]).then((function(t){var o=t[0].fields;null===t[0].errs&&(a=o.support_rma_style.toString(),n=o.offline_payment_method.toString(),s={support_rma_style:a,offline_payment_method:n},r.$delete(o,"support_rma_style"),r.$delete(o,"offline_payment_method"),i=Object.assign(i,o),i=Object.assign(i,s),""===i.support_limit_end?i.support_limit_end="0":i.support_limit_end=i.support_limit_end+"",""===i.customer_limit?i.customer_limit="0":i.customer_limit=i.customer_limit+"",e.editSaleSetting(i))}))},editSaleSetting:function(t){var e=this,r={id:this.dataSource.id,website_id:this.$store.getters.websiteId},a=Object.assign(t,r);Object(g["l"])(a).then((function(t){0===t.status&&e.$message.success("保存成功")}))}},created:function(){this.query.website_id=this.websiteId,this.featchData(this.query)}},x=C,S=(r("4a7f"),Object(c["a"])(x,a,n,!1,null,"4f38dcd9",null));e["default"]=S.exports},"41aa":function(t,e,r){"use strict";r.d(e,"H",(function(){return o})),r.d(e,"K",(function(){return l})),r.d(e,"g",(function(){return u})),r.d(e,"d",(function(){return c})),r.d(e,"c",(function(){return d})),r.d(e,"b",(function(){return m})),r.d(e,"o",(function(){return b})),r.d(e,"i",(function(){return p})),r.d(e,"v",(function(){return f})),r.d(e,"p",(function(){return h})),r.d(e,"j",(function(){return v})),r.d(e,"u",(function(){return _})),r.d(e,"t",(function(){return g})),r.d(e,"Q",(function(){return y})),r.d(e,"l",(function(){return C})),r.d(e,"n",(function(){return x})),r.d(e,"R",(function(){return S})),r.d(e,"f",(function(){return w})),r.d(e,"S",(function(){return O})),r.d(e,"m",(function(){return j})),r.d(e,"J",(function(){return k})),r.d(e,"s",(function(){return E})),r.d(e,"a",(function(){return L})),r.d(e,"k",(function(){return R})),r.d(e,"C",(function(){return D})),r.d(e,"h",(function(){return V})),r.d(e,"w",(function(){return q})),r.d(e,"x",(function(){return I})),r.d(e,"B",(function(){return $})),r.d(e,"L",(function(){return B})),r.d(e,"A",(function(){return F})),r.d(e,"O",(function(){return T})),r.d(e,"P",(function(){return N})),r.d(e,"D",(function(){return A})),r.d(e,"M",(function(){return M})),r.d(e,"N",(function(){return P})),r.d(e,"y",(function(){return U})),r.d(e,"z",(function(){return H})),r.d(e,"F",(function(){return Q})),r.d(e,"E",(function(){return z})),r.d(e,"G",(function(){return J})),r.d(e,"I",(function(){return G})),r.d(e,"e",(function(){return K})),r.d(e,"q",(function(){return W})),r.d(e,"r",(function(){return X}));r("8e6e"),r("ac6a"),r("456d"),r("ade3");var a=r("b775");var n="/api-base",i="/api-r",s={rmaHistory:i+"/rma_history/list",rmaLog:i+"/rma_log/list",countryList:n+"/country/list",addressList:i+"/rma_return_address/list",addressDetail:i+"/rma_return_address/detail",addressDelete:i+"/rma_return_address/delete",newAddress:i+"/rma_return_address/create",editAddress:i+"/rma_return_address/update",reasonList:i+"/rma_reason/list",newReason:i+"/rma_reason/create",editReason:i+"/rma_reason/update",reasonDetail:i+"/rma_reason/detail",reasonDelete:i+"/rma_reason/delete",saleSetting:i+"/rma_setting/detail",editSaleSetting:i+"/rma_setting/update",merchantsList:i+"/rma/website_merchants",shippingList:i+"/rma/shipping_type",channelList:i+"/rma/channels",storageList:i+"/stock/list",goodsInfo:i+"/common_order/detail",rmaList:i+"/rma/list",rmaDel:i+"/rma/delete",payList:i+"/rma/payment_method",addRmaStep:i+"/rma/create",editRmaStep:i+"/rma/update",rmaDetail:i+"/rma/detail",rmaDetailDel:i+"/rma/detail",rmaRefusal:i+"/rma/refusal",rmaApproved:i+"/rma/approved",rmaConfirmReturn:i+"/rma/confirm_return_ship",rmaLogistics:i+"/rma/logistics_company",rmaConfirmRefund:i+"/rma/confirm_return",rmaUpdateRefundAmount:i+"/rma/update_refund_amount",rmaUpdateRefundMethods:i+"/rma/update_refund_style",rmaSettingPayment:i+"/rma_setting/payment",rmaLogisticsTrack:i+"/rma/logistics_track",rmaSendCoupon:i+"/rma/again_send_coupon",rmaBatchAudit:i+"/rma/batch_audit",rmaBatchImport:i+"/export_import/create",rmaImgImport:i+"/rma/picture",rmaExportDetail:i+"/export_condition/detail",rmaExportCreate:i+"/export_condition/create",rmaExportUpdate:i+"/export_condition/update",rmaIntegral:i+"/rma/points_detail",autoConfirmReturn:i+"/rma/auto_confirm_return",orderQueryDetail:i+"/search_condition/detail",orderQueryUpdate:i+"/search_condition/update"};function o(t){return Object(a["b"])({url:s.rmaHistory,method:"get",params:t})}function l(t){return Object(a["b"])({url:s.rmaLog,method:"get",params:t})}function u(){return Object(a["b"])({url:s.countryList,method:"get",timeout:6e3})}function c(t){return Object(a["b"])({url:s.addressList,method:"get",params:t})}function d(t){return Object(a["b"])({url:s.addressDetail,method:"get",params:t})}function m(t){return Object(a["b"])({url:s.addressDelete,method:"post",params:t})}function b(t){return Object(a["b"])({url:s.newAddress,method:"post",params:t})}function p(t){return Object(a["b"])({url:s.editAddress,method:"post",params:t})}function f(t){return Object(a["b"])({url:s.reasonList,method:"get",params:t})}function h(t){return Object(a["b"])({url:s.newReason,method:"post",params:t})}function v(t){return Object(a["b"])({url:s.editReason,method:"post",data:t})}function _(t){return Object(a["b"])({url:s.reasonDetail,method:"get",params:t})}function g(t){return Object(a["b"])({url:s.reasonDelete,method:"post",data:t})}function y(t){return Object(a["b"])({url:s.saleSetting,method:"get",params:t})}function C(t){return Object(a["b"])({url:s.editSaleSetting,method:"post",data:t})}function x(t){return Object(a["b"])({url:s.merchantsList,method:"get",params:t})}function S(t){return Object(a["b"])({url:s.shippingList,method:"get",params:t})}function w(t){return Object(a["b"])({url:s.channelList,method:"get",params:t})}function O(t){return Object(a["b"])({url:s.storageList,method:"get",params:t})}function j(t){return Object(a["b"])({url:s.goodsInfo,method:"get",params:t})}function k(t){return Object(a["b"])({url:s.rmaList,method:"get",params:t})}function E(t){return Object(a["b"])({url:s.payList,method:"get",params:t})}function L(t){return Object(a["b"])({url:s.addRmaStep,method:"post",data:t})}function R(t){return Object(a["b"])({url:s.editRmaStep,method:"post",data:t})}function D(t){return Object(a["b"])({url:s.rmaDetail,method:"get",params:t})}function V(t){return Object(a["b"])({url:s.rmaDel,method:"post",data:t})}function q(t){return Object(a["b"])({url:s.rmaRefusal,method:"post",data:t})}function I(t){return Object(a["b"])({url:s.rmaApproved,method:"post",data:t})}function $(t){return Object(a["b"])({url:s.rmaConfirmReturn,method:"post",data:t})}function B(t){return Object(a["b"])({url:s.rmaLogistics,method:"get",params:t})}function F(t){return Object(a["b"])({url:s.rmaConfirmRefund,method:"post",data:t})}function T(t){return Object(a["b"])({url:s.rmaUpdateRefundAmount,method:"post",data:t})}function N(t){return Object(a["b"])({url:s.rmaUpdateRefundMethods,method:"post",data:t})}function A(t){return Object(a["b"])({url:s.rmaSettingPayment,method:"get",params:t})}function M(t){return Object(a["b"])({url:s.rmaLogisticsTrack,method:"post",data:t})}function P(t){return Object(a["b"])({url:s.rmaSendCoupon,method:"get",params:t})}function U(t){return Object(a["b"])({url:s.rmaBatchAudit,method:"get",params:t})}function H(t){return Object(a["b"])({url:s.rmaBatchImport,method:"post",data:t})}function Q(t){return Object(a["b"])({url:s.rmaExportDetail,method:"get",params:t})}function z(t){return Object(a["b"])({url:s.rmaExportCreate,method:"post",data:t})}function J(t){return Object(a["b"])({url:s.rmaExportUpdate,method:"post",data:t})}function G(t){return Object(a["b"])({url:s.rmaIntegral,method:"post",data:t})}function K(t){return Object(a["b"])({url:s.autoConfirmReturn,method:"post",data:t})}function W(t){return Object(a["b"])({url:s.orderQueryDetail,method:"get",params:t})}function X(t){return Object(a["b"])({url:s.orderQueryUpdate,method:"post",data:t})}},"4a7f":function(t,e,r){"use strict";r("067c")},5633:function(t,e,r){"use strict";var a=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"customBread"},[r("div",{staticClass:"page-header clearfix"},[r("div",{staticClass:"page-header-index-wide",staticStyle:{float:"left"}},[r("a-breadcrumb",{staticClass:"breadcrumb"},t._l(t.breadList.loopBread,(function(e){return r("a-breadcrumb-item",{key:e.name},[e.href?r("router-link",{attrs:{to:{path:e.href}}},[t._v("\n "+t._s(e.title)+"\n ")]):r("span",[t._v(t._s(e.title))])],1)})),1),r("div",{staticClass:"detail"},[r("div",{staticClass:"customBreadcrumb-current"},[r("h1",{staticClass:"title"},[t._v(t._s(t.breadList.current))]),t.breadList.showNote&&t.breadList.isText?r("a-tooltip",{attrs:{placement:"bottomLeft"}},[r("template",{slot:"title"},[r("div",{domProps:{innerHTML:t._s(t.noteRender())}})]),r("a-icon",{staticClass:"customBreadcrumb-icon",attrs:{type:"exclamation-circle"}})],2):t.breadList.showNote?r("a-popover",{attrs:{placement:"bottomLeft",overlayClassName:"custom-crumbcrumb-tips"}},[r("template",{slot:"content"},[r("div",{domProps:{innerHTML:t._s(t.noteRender())}})]),r("a-icon",{staticClass:"customBreadcrumb-icon",attrs:{type:"exclamation-circle"}})],2):t._e()],1)])],1),r("div",{staticClass:"customBreadRight"},[t._t("default")],2)])])},n=[],i={props:{breadList:{type:Object,required:!0}},methods:{noteRender:function(){var t=this.breadList.current;switch(t){case"热搜词":return'\n
商品综合排序规则说明:
\n