4c1ad66.js 12 KB

12
  1. (window.webpackJsonp=window.webpackJsonp||[]).push([[41,40],{546:function(e,t,o){"use strict";o(2)({target:"Number",stat:!0},{isNaN:function(e){return e!=e}})},557:function(e,t,o){"use strict";o.r(t);o(46);var r={name:"StepMixin",components:{},props:{loading:{type:Boolean,default:!1},priceData:{type:Object,default:function(){return{priceList:[],attributeList:{},additionList:{}}}},detail:{type:Object,default:function(){return{info:{images:[]}}}},preData:{type:Object,default:function(){return{}}}},data:function(){return{}},computed:{},watch:{form:{deep:!0,handler:function(){this.loaded&&this.$_emitFormData()}}},mounted:function(){},methods:{$_emitFormData:function(){this.$emit("update-form",JSON.parse(JSON.stringify(this.form)))}}},l=o(22),component=Object(l.a)(r,(function(){return(0,this._self._c)("div",{})}),[],!1,null,"bbcc9c86",null);t.default=component.exports},595:function(e,t,o){e.exports={}},634:function(e,t,o){"use strict";o(595)},720:function(e,t,o){"use strict";o.r(t);o(53),o(39),o(77),o(98),o(40),o(320),o(64),o(65),o(323),o(216),o(521),o(546),o(321),o(46),o(11),o(17),o(150),o(32);var r=o(556),l=o(557),c={name:"Step1",components:{"image-viewer":r.a},mixins:[l.default],props:{form2:{type:Object,default:function(){return{}}}},data:function(){return{isBigImageShow:!1,rules:{decorated:[{required:!0,message:"请选择",trigger:"change"}],supplyChain:[{required:!0,message:"请选择",trigger:"change"}],model:[{required:!0,trigger:"change",type:"number",min:1,message:"Please select model"}],color:[{required:!0,validator:function(e,t,o){t.length>0?o():o(new Error("Please select at least one color"))},trigger:"change"}],colorPmsText:[{trigger:"blur",validator:this.checkColorPmsText}],cycle:[{required:!0,message:"Please select time frame",trigger:"change"}]},form:{color:[],model:0,colorPmsText:""},loaded:!1}},computed:{computedPriceData:function(){var e=this;return this.priceData.priceList.filter((function(t){return t.cycle_id===e.form.cycle}))},computedBasePriceData:function(){var e=this.computedPriceData.length?this.computedPriceData[0]:{};return e[1]?e[1].slice():[]},computedBasePriceIndex:function(){var e=this;return this.computedBasePriceData.findIndex((function(t){return t.id===e.form.model}))},computedMinBuyNumber:function(){var e=this,t=this.computedBasePriceData.length?this.computedBasePriceData[this.computedBasePriceIndex>0?this.computedBasePriceIndex:0]:{},o=[t.website_qty1,t.website_qty2,t.website_qty3,t.website_qty4,t.website_qty5,t.website_qty6,t.website_qty7,t.website_qty8];if(!o.some((function(e){return void 0!==e})))return 1;var r=this.findEffectIndex(o);Object.entries(this.form2).forEach((function(t){if(/\d+/.test(t[0])){var o=t[1].decorationList.filter((function(i){return i.id===t[1].printService}));if(o.length&&t[1].enable){var l=e.findEffectIndex([o[0].website_qty1,o[0].website_qty2,o[0].website_qty3,o[0].website_qty4,o[0].website_qty5,o[0].website_qty6,o[0].website_qty7,o[0].website_qty8]),c=e.findEffectIndex([o[0].supplier_qty1,o[0].supplier_qty2,o[0].supplier_qty3,o[0].supplier_qty4,o[0].supplier_qty5,o[0].supplier_qty6,o[0].supplier_qty7,o[0].supplier_qty8]);l>r&&(r=l),c>r&&(r=c)}}else{var n=e.priceData.additionList[t[0]].filter((function(e){return t[1].includes(e.id)}));n.length&&n.forEach((function(t){var o=e.findEffectIndex([t.website_qty1,t.website_qty2,t.website_qty3,t.website_qty4,t.website_qty5,t.website_qty6,t.website_qty7,t.website_qty8]);o>r&&(r=o)}))}}));var l=Object.entries(this.priceData.attributeList).sort((function(a,b){return a[0].localeCompare(b[0])})).filter((function(e,i){return r===i}));return l.length?l[0][1]:1}},watch:{computedBasePriceData:function(){var e=this;this.loaded&&this.computedBasePriceData.length&&(this.computedBasePriceData.filter((function(i){return i.id===e.preData.model})).length?this.form.model=this.preData.model:this.form.model=this.computedBasePriceData[0].id)},"form.model":{immediate:!0,handler:function(){this.loaded&&this.generateColorForm()}},"form.color":{immediate:!0,handler:function(){this.loaded&&(this.generateColorForm(),this.$refs.form.clearValidate("colorPmsText"))}},form2:{immediate:!0,handler:function(){this.loaded&&this.generateColorForm()}}},mounted:function(){this.form={supplyChain:"AU Stock",decorated:"Local",model:0,cycle:this.preData.cycle?this.preData.cycle:this.priceData.priceList[0].cycle_id,color:[],colorPmsText:"",autoForm:[]},this.loaded=!0},methods:{checkForm:function(){var e=this;return new Promise((function(t,o){e.$refs.form.validate((function(r){r?t(JSON.parse(JSON.stringify(e.form))):o(new Error("validate step1 form error"))}))}))},checkColorPmsText:function(e,t,o){this.form.color.includes(999)||o(),this.form.colorPmsText.trim().length<1?o(new Error('You must type color comment here if "+ PMS" is checked')):o()},findEffectIndex:function(e){return e.map((function(e){return""===e?Number.NaN:Number(e)})).findIndex((function(e){return!Number.isNaN(e)&&111!==e}))},openBigImage:function(){this.isBigImageShow=!0},closeBigImage:function(){this.isBigImageShow=!1},generateColorForm:function(){var e=this;if(!this.loaded||this.form.color.length<1)this.form.autoForm=[];else{var t=this.computedBasePriceData.filter((function(t){return t.id===e.form.model})),o=JSON.parse(JSON.stringify(this.form.autoForm)),r=[];if(t.length){if(r=this.detail.color.reduce((function(r,l){if(e.form.color.includes(l.id)){var c={img:l.img||"",label:"".concat(l.name,", ").concat(t[0].point),color:l.name,colorId:l.id,value:e.computedMinBuyNumber},n=o.filter((function(e){return e.label===c.label}));n.length&&n[0].value>=e.computedMinBuyNumber&&(c.value=n[0].value),r.push(c)}return r}),[]),this.form.color.includes(0)){var l={img:"",label:"Unspecified, ".concat(t[0].point),color:"Unspecified",colorId:-1,value:this.computedMinBuyNumber},c=o.filter((function(e){return e.label===l.label}));c.length&&c[0].value>=this.computedMinBuyNumber&&(l.value=c[0].value),r.unshift(l)}if(this.form.color.includes(999)){var n={img:"",label:"+ PMS, ".concat(t[0].point),color:"PMS",colorId:-1,value:this.computedMinBuyNumber},m=o.filter((function(e){return e.label===n.label}));m.length&&m[0].value>=this.computedMinBuyNumber&&(n.value=m[0].value),r.push(n)}}this.$set(this.form,"autoForm",r)}},modelClick:function(e){this.form.model===e.id?this.form.model=0:this.form.model=e.id},colorClick:function(e){var t=this.form.color.indexOf(e.id);-1!==t?this.form.color.splice(t,1):this.form.color.push(e.id)}}},n=(o(634),o(22)),component=Object(n.a)(c,(function(){var e,t,o=this,r=o._self._c;return r("el-card",{staticClass:"step-card"},[r("div",{staticClass:"flex between",attrs:{slot:"header"},slot:"header"},[r("div",{staticClass:"step-card-title"},[o._v("Step1 Choose model")]),o._v(" "),r("div",[o._v(">>")])]),o._v(" "),r("div",{directives:[{name:"loading",rawName:"v-loading",value:o.loading,expression:"loading"}]},[r("div",{staticClass:"card-sub-title"},[o._v(o._s(o.detail.product_name))]),o._v(" "),o.isBigImageShow?r("image-viewer",{attrs:{"on-close":o.closeBigImage,"initial-index":0,"url-list":null===(e=o.detail.main)||void 0===e?void 0:e.images}}):o._e(),o._v(" "),r("div",{staticClass:"img-wrap flex center",on:{click:o.openBigImage}},[r("img",{attrs:{src:null===(t=o.detail.main)||void 0===t?void 0:t.image}})]),o._v(" "),r("div",{staticClass:"divider"}),o._v(" "),r("el-form",{ref:"form",attrs:{model:o.form,rules:o.rules,"label-width":"90px"}},[r("el-form-item",{attrs:{label:"Time frame",prop:"cycle"}},[r("el-radio-group",{model:{value:o.form.cycle,callback:function(e){o.$set(o.form,"cycle",e)},expression:"form.cycle"}},o._l(o.priceData.priceList,(function(e){return r("el-radio",{key:e.cycle_id,attrs:{label:e.cycle_id}},[o._v(o._s(e.name)+"\n ")])})),1)],1),o._v(" "),r("div",{staticClass:"flex"},[r("el-form-item",{attrs:{"label-width":"120px",label:"Decorated in",prop:"decorated"}},[r("el-select",{attrs:{size:"small"},model:{value:o.form.decorated,callback:function(e){o.$set(o.form,"decorated",e)},expression:"form.decorated"}},[r("el-option",{attrs:{label:"Local",value:"Local"}}),o._v(" "),r("el-option",{attrs:{label:"China",value:"China"}})],1)],1),o._v(" "),r("el-form-item",{attrs:{"label-width":"120px",prop:"supplyChain",label:"Supply chain",size:"small"}},[r("el-select",{model:{value:o.form.supplyChain,callback:function(e){o.$set(o.form,"supplyChain",e)},expression:"form.supplyChain"}},[r("el-option",{attrs:{label:"AU Stock",value:"AU Stock"}}),o._v(" "),r("el-option",{attrs:{label:"Air Freight",value:"Air Freight"}}),o._v(" "),r("el-option",{attrs:{label:"Sea Freight",value:"Sea Freight"}})],1)],1)],1),o._v(" "),r("el-form-item",{attrs:{label:"Model",prop:"model"}},[r("div",{staticClass:"custom-checkbox-wrap"},o._l(o.computedBasePriceData,(function(e){return r("div",{key:e.id,staticClass:"custom-checkbox",class:{active:o.form.model===e.id,disable:o.form.model&&o.form.model!==e.id},on:{click:function(t){return o.modelClick(e)}}},[o._v("\n "+o._s(e.point)+"\n ")])})),0),o._v(" "),r("el-radio-group",{staticStyle:{display:"none"},attrs:{size:"small"},model:{value:o.form.model,callback:function(e){o.$set(o.form,"model",e)},expression:"form.model"}},o._l(o.computedBasePriceData,(function(e){return r("el-radio-button",{key:e.id,attrs:{label:e.id}},[o._v(o._s(e.point))])})),1)],1),o._v(" "),r("el-form-item",{attrs:{label:"Colour",prop:"color"}},[r("div",{staticClass:"custom-checkbox-wrap"},[r("div",{staticClass:"custom-checkbox",class:{active:o.form.color.includes(0)},on:{click:function(e){return o.colorClick({id:0})}}},[o._v("\n Unspecified\n ")]),o._v(" "),o._l(o.detail.color,(function(e){return r("div",{key:e.id,staticClass:"custom-checkbox flex",class:{active:o.form.color.includes(e.id)},on:{click:function(t){return o.colorClick(e)}}},[r("div",{staticClass:"color-selector-label flex center"},[r("img",{attrs:{src:e.img}})]),o._v(" "),r("div",[o._v("\n "+o._s(e.name)+"\n ")])])})),o._v(" "),r("div",{staticClass:"custom-checkbox",class:{active:o.form.color.includes(999)},on:{click:function(e){return o.colorClick({id:999})}}},[o._v("\n + PMS\n ")])],2),o._v(" "),r("el-checkbox-group",{staticStyle:{display:"none"},attrs:{size:"small"},model:{value:o.form.color,callback:function(e){o.$set(o.form,"color",e)},expression:"form.color"}},[r("el-checkbox-button",{attrs:{label:0}},[o._v("Unspecified")]),o._v(" "),o._l(o.detail.color,(function(e){return r("el-checkbox-button",{key:e.id,attrs:{label:e.id}},[o._v("\n "+o._s(e.name)+"\n ")])})),o._v(" "),r("el-checkbox-button",{attrs:{label:999}},[o._v("+ PMS")])],2)],1),o._v(" "),r("el-form-item",{attrs:{prop:"colorPmsText"}},[r("el-input",{directives:[{name:"show",rawName:"v-show",value:o.form.color.includes(999),expression:"form.color.includes(999)"}],attrs:{type:"textarea",rows:5,placeholder:"Product color comments. Multi color instructions, specific color matchong (CMYK, RGB, PMS) etc.."},model:{value:o.form.colorPmsText,callback:function(e){o.$set(o.form,"colorPmsText",e)},expression:"form.colorPmsText"}})],1),o._v(" "),r("div",{staticClass:"qty-title"},[o._v("\n QTY ( MOQ:"+o._s(o.computedMinBuyNumber)+" )\n ")]),o._v(" "),r("div",{directives:[{name:"show",rawName:"v-show",value:o.form.color.length>0,expression:"form.color.length > 0"}],staticClass:"divider"}),o._v(" "),r("div",{staticClass:"flex wrap"},o._l(o.form.autoForm,(function(e,t){return r("el-form-item",{key:t,staticClass:"flex-auto color-form-item",attrs:{"label-width":"140",prop:"autoForm.".concat(t,".value"),rules:{required:!0,trigger:"change",type:"number",message:"the number should not less then MOQ",min:o.computedMinBuyNumber}}},[r("div",{staticClass:"flex end"},[r("div",{staticClass:"flex-auto flex end"},[e.img?r("img",{staticClass:"auto-form-color-image",attrs:{src:e.img,alt:""}}):o._e(),o._v(" "),r("div",{staticClass:"auto-form-label form-item-label"},[o._v("\n "+o._s(e.label)+"\n ")])]),o._v(" "),r("el-input",{staticStyle:{width:"80px"},attrs:{min:o.computedMinBuyNumber,type:"number"},on:{change:function(e){e>=o.computedMinBuyNumber&&o.$refs.form.clearValidate("autoForm.".concat(t,".value"))}},model:{value:e.value,callback:function(t){o.$set(e,"value",o._n(t))},expression:"formItem.value"}})],1)])})),1)],1)],1)])}),[],!1,null,"7f99eb3e",null);t.default=component.exports}}]);
  2. //# sourceMappingURL=4c1ad66.js.map