12 |
- (window.webpackJsonp=window.webpackJsonp||[]).push([[14,43],{521:function(e,t,r){"use strict";var n=r(2),o=r(26),d=r(10),l=r(6),path=r(317),c=r(4),m=r(117),f=r(13),h=r(215),y=r(60),v=r(116),_=r(316),N=r(3),S=r(97).f,A=r(61).f,$=r(27).f,x=r(522),k=r(318).trim,I="Number",V=l[I],w=path[I],P=V.prototype,E=l.TypeError,F=c("".slice),T=c("".charCodeAt),C=function(e){var t,r,n,o,d,l,c,code,m=_(e,"number");if(v(m))throw new E("Cannot convert a Symbol value to a number");if("string"==typeof m&&m.length>2)if(m=k(m),43===(t=T(m,0))||45===t){if(88===(r=T(m,2))||120===r)return NaN}else if(48===t){switch(T(m,1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+m}for(l=(d=F(m,2)).length,c=0;c<l;c++)if((code=T(d,c))<48||code>o)return NaN;return parseInt(d,n)}return+m},M=m(I,!V(" 0o1")||!V("0b1")||V("+0x1")),O=function(e){var t,r=arguments.length<1?0:V(function(e){var t=_(e,"number");return"bigint"==typeof t?t:C(t)}(e));return y(P,t=this)&&N((function(){x(t)}))?h(Object(r),this,O):r};O.prototype=P,M&&!o&&(P.constructor=O),n({global:!0,constructor:!0,wrap:!0,forced:M},{Number:O});var L=function(e,source){for(var t,r=d?S(source):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),n=0;r.length>n;n++)f(source,t=r[n])&&!f(e,t)&&$(e,t,A(source,t))};o&&w&&L(path[I],w),(M||o)&&L(path[I],V)},522:function(e,t,r){"use strict";var n=r(4);e.exports=n(1..valueOf)},549:function(e,t,r){e.exports={}},569:function(e,t,r){"use strict";r.r(t);r(39),r(54),r(521),r(77);var n={props:{dialogVisible:{type:Boolean,default:!1},componentVisible:{type:Number,default:2},data:{type:Object,default:function(){return{country:"Australia",name:"",phone:"",address:"",post_code:"",city:"",state:"",is_default:null}}}},data:function(){return{value:[],options:[],rules:{country:[{required:!0,message:"Please enter your country",trigger:"blur"}],name:[{required:!0,message:"Please enter your name",trigger:"blur"}],phone:[{required:!0,message:"Please enter your phone number",trigger:"blur"}],address:[{required:!0,message:"Please enter your address",trigger:"blur"}],post_code:[{required:!0,message:"Please enter post_code",trigger:"blur"}],city:[{required:!0,message:"Please enter city",trigger:"blur"}],state:[{required:!0,message:"Please enter state",trigger:"blur"}]},cityList:[{id:1,name:"Sydney"},{id:2,name:"Adelaide Mail Centre"},{id:3,name:"Melbourne"},{id:4,name:"Eastern Suburbs Mc"},{id:5,name:"Hobart"},{id:6,name:"Perth"},{id:7,name:"Launceston"},{id:8,name:"Brisbane"},{id:9,name:"Northern Suburbs Mc"},{id:10,name:"Strawberry Hills"},{id:11,name:"Springfield"},{id:12,name:"Waterloo"},{id:13,name:"Richmond"},{id:14,name:"Haymarket"},{id:15,name:"Red Hill"},{id:16,name:"Brisbane GPO Boxes"},{id:17,name:"Mayfield"},{id:18,name:"Australia Square"},{id:19,name:"Woodstock"},{id:20,name:"Sydney South"},{id:21,name:"The Gap"},{id:22,name:"Kingston"},{id:23,name:"Kensington"},{id:24,name:"Darlington"}],stateList:[{id:1,name:"Australian Capital Territory"},{id:2,name:"New South Wales"},{id:3,name:"Northern Territory"},{id:4,name:"Queensland"},{id:5,name:"South Australia"},{id:6,name:"Tasmania"},{id:7,name:"Victoria"},{id:8,name:"Western Australia"}]}},computed:{dialogFormVisible:{get:function(){return this.dialogVisible},set:function(e){this.$emit("update:dialogVisible",e)}}},methods:{submit:function(e){var t=this;this.$refs[e].validate((function(e){if(!e)return console.log("error submit!!"),!1;if(2==t.componentVisible){if(t.addAddress(),t.$route.fullPath.includes("product-builder"))return;t.$router.push({path:"/home/myDetail",query:{type:"third"}})}else 3==t.componentVisible&&(t.editAddress(),t.$router.push({path:"/home/myDetail",query:{type:"third"}}))}))},addAddress:function(){var e=this;this.$axios.post("/address/add",this.data).then((function(t){1===t.code&&(e.$notify({title:"success",message:"Submitted successfully",type:"success",duration:3e3}),e.dialogFormVisible=!1,e.update())})).catch((function(t){e.$message.error(t.response.data.msg)}))},editAddress:function(){var e=this;this.$axios.post("/address/edit",this.data).then((function(t){1===t.code&&(e.$notify({title:"success",message:"Submitted successfully",type:"success",duration:3e3}),e.dialogFormVisible=!1,e.update())})).catch((function(t){e.$message.error(t.response.data.msg)}))},update:function(){this.$emit("update",!0)}}},o=(r(583),r(22)),component=Object(o.a)(n,(function(){var e=this,t=e._self._c;return t("div",[t("el-dialog",{attrs:{"lock-scroll":!1,title:"Add address",visible:e.dialogFormVisible,width:"700px"},on:{"update:visible":function(t){e.dialogFormVisible=t}}},[t("el-form",{ref:"ruleForm",attrs:{model:e.data,rules:e.rules}},[t("el-form-item",{attrs:{prop:"country"}},[t("label",[e._v("Country/Region")]),e._v(" "),t("el-input",{model:{value:e.data.country,callback:function(t){e.$set(e.data,"country",t)},expression:"data.country"}})],1),e._v(" "),t("el-form-item",{attrs:{prop:"name"}},[t("label",[e._v("Full name")]),e._v(" "),t("el-input",{model:{value:e.data.name,callback:function(t){e.$set(e.data,"name",t)},expression:"data.name"}})],1),e._v(" "),t("el-form-item",{attrs:{prop:"phone"}},[t("label",[e._v("Phone number")]),e._v(" "),t("el-input",{model:{value:e.data.phone,callback:function(t){e.$set(e.data,"phone",t)},expression:"data.phone"}})],1),e._v(" "),t("el-form-item",{attrs:{prop:"address"}},[t("label",[e._v("Address")]),e._v(" "),t("el-input",{attrs:{placeholder:"Street address,P.O.box,company name,c/o"},model:{value:e.data.address,callback:function(t){e.$set(e.data,"address",t)},expression:"data.address"}})],1),e._v(" "),t("el-form-item",{attrs:{prop:"post_code"}},[t("label",[e._v("Postcode")]),e._v(" "),t("el-input",{model:{value:e.data.post_code,callback:function(t){e.$set(e.data,"post_code",t)},expression:"data.post_code"}})],1),e._v(" "),t("el-form-item",{attrs:{prop:"city"}},[t("label",[e._v("City/Suburb")]),e._v(" "),t("el-input",{attrs:{placeholder:"Choose city by suburb"},model:{value:e.data.city,callback:function(t){e.$set(e.data,"city",t)},expression:"data.city"}})],1),e._v(" "),t("el-form-item",{attrs:{prop:"state"}},[t("label",[e._v("State/Territory")]),e._v(" "),t("el-input",{attrs:{placeholder:"Choose state by territory"},model:{value:e.data.state,callback:function(t){e.$set(e.data,"state",t)},expression:"data.state"}})],1),e._v(" "),t("el-form-item",{attrs:{prop:"is_default"}},[t("el-checkbox",{model:{value:e.data.is_default,callback:function(t){e.$set(e.data,"is_default",t)},expression:"data.is_default"}},[e._v("\n Make this my default address\n ")])],1),e._v(" "),t("el-form-item",[t("label",[e._v("Delivery instruction(optional)")]),e._v(" "),t("div",{staticStyle:{color:"#86d4e9","line-height":"14px"}},[t("i",{staticClass:"el-icon-arrow-down",staticStyle:{color:"#a2a2a2"}}),e._v("\n And preferences,notes,access codes and more\n ")])])],1),e._v(" "),t("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:function(t){return e.submit("ruleForm")}}},[e._v("Add address")])],1)],1)],1)}),[],!1,null,"443741dd",null);t.default=component.exports},583:function(e,t,r){"use strict";r(549)}}]);
- //# sourceMappingURL=0d37fc9.js.map
|