01ae709.js 26 KB

12
  1. (window.webpackJsonp=window.webpackJsonp||[]).push([[100],{595:function(e,t,o){e.exports={}},596:function(e,t,o){e.exports={}},634:function(e,t,o){"use strict";o(595)},635:function(e,t,o){"use strict";o(596)},691:function(e,t,o){e.exports={}},718: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),n=o(557),c={name:"Step1",components:{"image-viewer":r.a},mixins:[n.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 n=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]);n>r&&(r=n),c>r&&(r=c)}}else{var l=e.priceData.additionList[t[0]].filter((function(e){return t[1].includes(e.id)}));l.length&&l.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 n=Object.entries(this.priceData.attributeList).sort((function(a,b){return a[0].localeCompare(b[0])})).filter((function(e,i){return r===i}));return n.length?n[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,n){if(e.form.color.includes(n.id)){var c={img:n.img||"",label:"".concat(n.name,", ").concat(t[0].point),color:n.name,colorId:n.id,value:e.computedMinBuyNumber},l=o.filter((function(e){return e.label===c.label}));l.length&&l[0].value>=e.computedMinBuyNumber&&(c.value=l[0].value),r.push(c)}return r}),[]),this.form.color.includes(0)){var n={img:"",label:"Unspecified, ".concat(t[0].point),color:"Unspecified",colorId:-1,value:this.computedMinBuyNumber},c=o.filter((function(e){return e.label===n.label}));c.length&&c[0].value>=this.computedMinBuyNumber&&(n.value=c[0].value),r.unshift(n)}if(this.form.color.includes(999)){var l={img:"",label:"+ PMS, ".concat(t[0].point),color:"PMS",colorId:-1,value:this.computedMinBuyNumber},d=o.filter((function(e){return e.label===l.label}));d.length&&d[0].value>=this.computedMinBuyNumber&&(l.value=d[0].value),r.push(l)}}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)}}},l=(o(634),o(22)),component=Object(l.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},719:function(e,t,o){"use strict";o.r(t);o(53),o(39),o(77);var r=o(24);o(98),o(41),o(78),o(81),o(40),o(64),o(82),o(65),o(521),o(46),o(62),o(63),o(11),o(17),o(34),o(33),o(32),o(42);function n(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,r)}return o}function c(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?n(Object(o),!0).forEach((function(t){Object(r.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):n(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function l(e,t){var o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=function(e,a){if(e){if("string"==typeof e)return d(e,a);var t={}.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?d(e,a):void 0}}(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var r=0,n=function(){};return{s:n,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var c,a=!0,u=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return a=e.done,e},e:function(e){u=!0,c=e},f:function(){try{a||null==o.return||o.return()}finally{if(u)throw c}}}}function d(e,a){(null==a||a>e.length)&&(a=e.length);for(var t=0,o=Array(a);t<a;t++)o[t]=e[t];return o}var m={name:"Step2",mixins:[o(557).default],props:{cycle:{type:Number,default:function(){return 0}}},data:function(){return{form:{},additionForm:{},rules:{},loaded:!1}},computed:{computedPriceData:function(){var e=this;return this.priceData.priceList.filter((function(t){return t.cycle_id===e.cycle}))},computedPrintPriceData:function(){var e=this.computedPriceData.length?this.computedPriceData[0]:{};return e[2]?e[2].slice():[]},hasAddition:function(){if(!this.loaded)return!1;var e=!1,t=this.priceData.additionList;for(var o in t)Array.isArray(t[o])&&t[o].length&&(e=!0);return e}},watch:{computedPrintPriceData:{deep:!0,handler:function(){var e=this;if(this.loaded){var t,o={},r=l(this.computedPrintPriceData);try{var n=function(){var r=t.value,n=0;e.preData.printService&&e.preData.printService["".concat(r.id)]&&e.preData.printService["".concat(r.id)].id&&(n=e.preData.printService["".concat(r.id)].id),o["".concat(r.id)]=c(c({},r),{},{enable:0!==n,printService:r.decorationList.map((function(i){return i.id})).includes(n)?n:r.decorationList[0].id,colorForm:r.decorationList.map((function(t){return{id:t.id,colorNumber:n===t.id?Number(e.preData.printService["".concat(r.id)].num):1,pmsColorText:""}}))})};for(r.s();!(t=r.n()).done;)n()}catch(e){r.e(e)}finally{r.f()}this.form=Object.assign(o,this.additionForm)}}},additionForm:{deep:!0,handler:function(){this.loaded&&Object.assign(this.form,this.additionForm)}}},mounted:function(){for(var e in this.priceData.additionList)this.$set(this.additionForm,"".concat(e),this.preData["".concat(e)]?this.preData["".concat(e)].slice():[]);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 step2 form error"))}))}))},selectAddition:function(e,t){this.additionForm["".concat(t)].includes(e.id)?this.$set(this.additionForm,"".concat(t),this.additionForm["".concat(t)].filter((function(i){return i!==e.id}))):this.$set(this.additionForm,"".concat(t),this.additionForm["".concat(t)].concat([e.id]))},printServiceClick:function(e,t){this.form["".concat(t.id)].enable&&(this.form["".concat(t.id)].printService=e.id)}}},f=(o(635),o(22)),component=Object(f.a)(m,(function(){var e=this,t=e._self._c;return t("el-card",{staticClass:"step-card"},[t("div",{staticClass:"flex between",attrs:{slot:"header"},slot:"header"},[t("div",{staticClass:"step-card-title"},[e._v("Step2 Choose options")]),e._v(" "),t("div",[e._v(">>")])]),e._v(" "),t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}]},[e.computedPrintPriceData.length?t("div",[t("div",{staticClass:"card-sub-title"},[e._v("Decoration")]),e._v(" "),t("el-form",{ref:"form",attrs:{model:e.form,rules:e.rules,"label-width":"0"}},e._l(e.computedPrintPriceData,(function(o){return t("div",{key:o.id},[t("div",{staticClass:"divider"}),e._v(" "),t("el-form-item",[t("div",{staticClass:"flex"},[t("el-switch",{attrs:{"active-color":"#13ce66","inactive-color":"#ff4949"},model:{value:e.form["".concat(o.id)].enable,callback:function(t){e.$set(e.form["".concat(o.id)],"enable",t)},expression:"form[`${item.id}`].enable"}}),e._v(" "),t("div",{staticClass:"form-item-label",staticStyle:{"margin-left":"12px"}},[e._v("\n "+e._s(o.point)+"\n ")])],1)]),e._v(" "),t("el-form-item",[t("div",{staticClass:"custom-checkbox-wrap"},e._l(o.decorationList,(function(r){return t("div",{key:r.id,staticClass:"custom-checkbox",class:{active:e.form["".concat(o.id)].printService===r.id,disable:!e.form["".concat(o.id)].enable},on:{click:function(t){return e.printServiceClick(r,o)}}},[e._v("\n "+e._s(r.dec_code)+"\n ")])})),0),e._v(" "),t("el-radio-group",{staticStyle:{display:"none"},attrs:{disabled:!e.form["".concat(o.id)].enable},model:{value:e.form["".concat(o.id)].printService,callback:function(t){e.$set(e.form["".concat(o.id)],"printService",t)},expression:"form[`${item.id}`].printService"}},e._l(o.decorationList,(function(o,r){return t("el-radio",{key:r,attrs:{label:o.id}},[e._v(e._s(o.dec_code)+"\n ")])})),1)],1),e._v(" "),e._l(o.decorationList,(function(r,n){return t("div",{directives:[{name:"show",rawName:"v-show",value:r.id===e.form["".concat(o.id)].printService,expression:"decoration.id === form[`${item.id}`].printService"}],key:n,staticClass:"flex start"},[t("div",{directives:[{name:"show",rawName:"v-show",value:r.max_color_count,expression:"decoration.max_color_count"}],staticClass:"flex-auto"},[t("div",{staticClass:"form-item-label"},[e._v("Numbers of colours")]),e._v(" "),t("div",{staticClass:"flex",staticStyle:{height:"35px"}},[t("el-radio-group",{attrs:{disabled:!e.form["".concat(o.id)].enable},model:{value:e.form["".concat(o.id)].colorForm[n].colorNumber,callback:function(t){e.$set(e.form["".concat(o.id)].colorForm[n],"colorNumber",t)},expression:"form[`${item.id}`].colorForm[index].colorNumber"}},e._l(r.max_color_count,(function(e){return t("el-radio",{key:e,attrs:{label:e}})})),1)],1)]),e._v(" "),t("div",{staticClass:"flex-auto",staticStyle:{"max-width":"50%"}},[t("div",{staticClass:"form-item-label"},[e._v("PMS Colours")]),e._v(" "),t("el-form-item",{attrs:{prop:"pmsColor","label-width":"0"}},[t("el-input",{attrs:{disabled:!e.form["".concat(o.id)].enable,size:"small",placeholder:"PMS"},model:{value:e.form["".concat(o.id)].colorForm[n].pmsColorText,callback:function(t){e.$set(e.form["".concat(o.id)].colorForm[n],"pmsColorText",t)},expression:"form[`${item.id}`].colorForm[index].pmsColorText"}})],1)],1)])}))],2)})),0)],1):e._e(),e._v(" "),e.hasAddition?t("div",[t("div",{staticClass:"divider"}),e._v(" "),t("br"),e._v(" "),t("div",{staticClass:"addition-title"},[e._v("Centre Back")]),e._v(" "),e._l(e.priceData.additionList,(function(o,r,n){return t("div",{key:n,staticClass:"flex"},[t("div",{staticClass:"addition-title flex"},[e._v(e._s(r))]),e._v(" "),t("div",{staticClass:"flex-auto flex wrap"},e._l(o,(function(o){return t("div",{key:o.id,staticClass:"addition-item",class:[{selected:e.additionForm["".concat(r)].includes(o.id)}],on:{click:function(t){return e.selectAddition(o,r)}}},[t("div",{staticClass:"background"}),e._v(" "),t("div",{staticClass:"name"},[e._v(e._s(o.name))])])})),0)])}))],2):e._e()])])}),[],!1,null,"165fd52f",null);t.default=component.exports},814:function(e,t,o){"use strict";o(691)},866:function(e,t,o){"use strict";o.r(t);var r=o(12),n=(o(40),o(53),o(217),o(64),o(39),o(46),o(11),o(17),o(77),o(33),o(42),o(61),o(718)),c=o(719),l=o(834),d={name:"PageProductBuilder",components:{step1:n.default,step2:c.default,step3:l.default},layout:"product_builder_layout",asyncData:function(e){return Object(r.a)(regeneratorRuntime.mark((function t(){var o,r,n,c;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return o=e.$axios,r=e.params,t.next=3,o.get("/au/goods/detail/".concat(r.code)).catch((function(e){return console.log(e),{}}));case 3:if(n=t.sent,c={},!n.result||!n.result.id){t.next=9;break}return t.next=8,o.post("/quote/price",{id:n.result.id}).catch((function(e){console.log(e)}));case 8:c=t.sent;case 9:return t.abrupt("return",{detail:n.result||{},priceData:c.result||{}});case 10:case"end":return t.stop()}}),t)})))()},data:function(){return{detail:{},priceData:{},loading:!1,form1:{},form2:{},form3:{},weightInfo:{},preData:{}}},head:function(){var e,t;return{title:this.detail.product_name?"Product Builder: ".concat(this.detail.product_name):"PromoCollection",meta:[{name:"keywords",content:null===(e=this.detail.main)||void 0===e?void 0:e.keywords},{name:"description",content:null===(t=this.detail.main)||void 0===t?void 0:t.seo_title}]}},computed:{},beforeMount:function(){var e=localStorage.getItem("product-user-select-".concat(this.$route.params.code));e&&(this.preData=JSON.parse(e))},mounted:function(){var e=this;this.$axios.post("home/indexConfigWebsite",{site:1}).then((function(t){e.$store.commit("config/setConfigInfo",t.result)})),this.detail.id&&this.$axios.post("/quote/weight",{id:this.detail.id}).then((function(t){e.weightInfo=t.result}))},methods:{checkForm:function(e){var t=this;this.loading=!0,Promise.all([this.$refs.step1.checkForm(),this.$refs.step2.checkForm(),this.$refs.step3.checkForm()]).then((function(o){2===e?t.sendEnquiry(o):t.addToProject(o),t.preData={},localStorage.removeItem("product-user-select-".concat(t.$route.params.code)),t.loading=!1})).catch((function(e){console.log(e),t.$message.closeAll(),t.$message.error("Please make sure to fill in the required fields"),t.loading=!1}))},addToProject:function(e){var t=this,o={cycle_id:e[0].cycle,price_unit_id:e[0].model,label_type:e[2].job,goods_id:this.detail.id,decoration_id:"",addition_ids:"",packaging_addition_ids:"",decoration_methods:[]};Array.isArray(e[1].packaging)&&(o.packaging_addition_ids=e[1].packaging.join(",")),Array.isArray(e[1].addon)&&(o.addition_ids=e[1].addon.join(","));var r=function(t){if(/\d+/.test(t)){var r=e[1][t].colorForm.filter((function(i){return i.id===e[1][t].printService}));o.decoration_methods.push({colours_number:r.length?r[0].colorNumber:1,decoration_id:e[1][t].printService,price_unit_id:e[1][t].id})}};for(var n in e[1])r(n);this.$axios.post("/goods_cart/cartAdd",o).then((function(e){console.log(e),1===e.code&&(t.$notify({title:"success",message:"Submitted successfully",type:"success",duration:3e3}),location.href=location.origin+"/home/projects")})).catch((function(e){console.log(e)}))},sendEnquiry:function(e){var t=this,o={product_code:this.detail.product_code,cycle_id:e[0].cycle,price_unit_id:e[0].model,supply_chain:e[0].supplyChain,decorated_in:e[0].decorated,address_id:e[2].defaultAddr.id,freight_type:e[2].freight_type||1,transit_time:"2 Days",job_name:e[2].job||"default_job",note:e[2].note||"",item:[]},r=this.$refs.step3.computedPriceTableData;if(o.item=e[0].autoForm.map((function(i){var t={qty:i.value,colour:i.color,colour_type:1,model:e[0].model,unit:r[0]["".concat(i.value,"_value")],set_up:r[1]["".concat(i.value,"_value")],print_option:r[2]["".concat(i.value,"_value")],addon:r[3]["".concat(i.value,"_value")],packaging:r[4]["".concat(i.value,"_value")],fright:r[5]["".concat(i.value,"_value")],sub_total:r[6]["".concat(i.value,"_value")]};return"Unspecified"===i.color&&(t.colour_type=3),"PMS"===i.color&&(t.colour_type=2,t.colour=e[0].colorPmsText),i.colorId>=0&&(t.colour_id=i.colorId),t})),this.priceData.additionList){if(this.priceData.additionList.addon){var n=this.priceData.additionList.addon.filter((function(t){return e[1].addon.includes(t.id)})).map((function(e){return{addition_id:e.id,addition_config:e.addition_code,addition_config_id:e.addition_config_id,image:"",name:e.name}}));n.length&&(o.addon=n)}if(this.priceData.additionList.packaging){var c=this.priceData.additionList.packaging.filter((function(t){return e[1].packaging.includes(t.id)})).map((function(e){return{addition_id:e.id,addition_config:e.addition_code,addition_config_id:e.addition_config_id,image:"",name:e.name}}));c.length&&(o.packaging=c)}}var l=[],d=function(){var t=e[1][m];if(/\d+/.test(m)&&t.enable){var o={point:t.point,decoration_id:t.printService},r=t.decorationList.filter((function(i){return i.id===t.printService}));r.length&&(o.price_type_id=r[0].price_type_id,o.price_type_name=r[0].pricetype.name||"");var n=t.colorForm.filter((function(i){return i.id===t.printService}));n.length&&(o.pms=n[0].pmsColorText||"",o.max_color_count=n[0].colorNumber||0),l.push(o)}};for(var m in e[1])d();l.length&&(o.decoration=l),this.$axios.post("/order/add",o).then((function(e){console.log(e),1===e.code&&(t.$notify({title:"success",message:"Submitted successfully",type:"success",duration:3e3}),location.href=location.origin+"/product/"+"".concat(t.detail.product_code))})).catch((function(e){console.log(e)}))},updateForm:function(data,e){switch(e){case 1:this.form1=data;break;case 2:this.form2=data;break;case 3:this.form3=data}}}},m=(o(814),o(22)),component=Object(m.a)(d,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"flex between stretch wrap",attrs:{id:"productBuilder"}},[e.detail.id?[t("step1",{ref:"step1",attrs:{loading:e.loading,detail:e.detail,priceData:e.priceData,form2:e.form2,preData:e.preData},on:{"update-form":function(t){return e.updateForm(t,1)}}}),e._v(" "),t("step2",{ref:"step2",attrs:{loading:e.loading,detail:e.detail,priceData:e.priceData,cycle:e.form1.cycle,preData:e.preData},on:{"update-form":function(t){return e.updateForm(t,2)}}}),e._v(" "),t("step3",{ref:"step3",attrs:{loading:e.loading,detail:e.detail,priceData:e.priceData,weightInfo:e.weightInfo,cycle:e.form1.cycle,model:e.form1.model,buyForm:e.form1.autoForm,form2:e.form2},on:{check:e.checkForm,"update-form":function(t){return e.updateForm(t,3)}}})]:t("div",{staticClass:"flex-auto flex center"},[t("el-empty",{attrs:{description:"No Data"}})],1)],2)}),[],!1,null,"3cd9f1bd",null);t.default=component.exports}}]);
  2. //# sourceMappingURL=01ae709.js.map