(window.webpackJsonp=window.webpackJsonp||[]).push([[72,27],{537:function(e,t,r){"use strict";var o=r(2),n=r(4),l=r(80),c=r(536),d=r(322),f=r(3),m=RangeError,h=String,v=Math.floor,y=n(d),_=n("".slice),w=n(1..toFixed),x=function(e,t,r){return 0===t?r:t%2==1?x(e,t-1,r*e):x(e*e,t/2,r)},k=function(data,e,t){for(var r=-1,o=t;++r<6;)o+=e*data[r],data[r]=o%1e7,o=v(o/1e7)},L=function(data,e){for(var t=6,r=0;--t>=0;)r+=data[t],data[t]=v(r/e),r=r%e*1e7},C=function(data){for(var e=6,s="";--e>=0;)if(""!==s||0===e||0!==data[e]){var t=h(data[e]);s=""===s?t:s+y("0",7-t.length)+t}return s};o({target:"Number",proto:!0,forced:f((function(){return"0.000"!==w(8e-5,3)||"1"!==w(.9,0)||"1.25"!==w(1.255,2)||"1000000000000000128"!==w(0xde0b6b3a7640080,0)}))||!f((function(){w({})}))},{toFixed:function(e){var t,r,o,n,d=c(this),f=l(e),data=[0,0,0,0,0,0],v="",w="0";if(f<0||f>20)throw new m("Incorrect fraction digits");if(d!=d)return"NaN";if(d<=-1e21||d>=1e21)return h(d);if(d<0&&(v="-",d=-d),d>1e-21)if(r=(t=function(e){for(var t=0,r=e;r>=4096;)t+=12,r/=4096;for(;r>=2;)t+=1,r/=2;return t}(d*x(2,69,1))-69)<0?d*x(2,-t,1):d/x(2,t,1),r*=4503599627370496,(t=52-t)>0){for(k(data,0,r),o=f;o>=7;)k(data,1e7,0),o-=7;for(k(data,x(10,o,1),0),o=t-1;o>=23;)L(data,1<<23),o-=23;L(data,1<0?v+((n=w.length)<=f?"0."+y("0",f-n)+w:_(w,0,n-f)+"."+_(w,n-f)):v+w}})},544:function(e,t,r){e.exports={}},545:function(e,t,r){"use strict";function o(e,t){return void 0===t&&(t=15),+parseFloat(Number(e).toPrecision(t))}function n(e){var t=e.toString().split(/[eE]/),r=(t[0].split(".")[1]||"").length-+(t[1]||0);return r>0?r:0}function l(e){if(-1===e.toString().indexOf("e"))return Number(e.toString().replace(".",""));var t=n(e);return t>0?o(Number(e)*Math.pow(10,t)):Number(e)}function c(e){y&&(e>Number.MAX_SAFE_INTEGER||e1&&void 0!==arguments[1]?arguments[1]:100;return Math.round(function(e){return parseFloat((e*(arguments.length>1&&void 0!==arguments[1]?arguments[1]:100)).toPrecision(12))}(e,t))/t}},582:function(e,t,r){"use strict";r(2)({target:"Math",stat:!0},{trunc:r(324)})},583:function(e,t,r){"use strict";r(2)({target:"Number",stat:!0},{isNaN:function(e){return e!=e}})},613:function(e,t,r){"use strict";r(580)},638:function(e,t,r){"use strict";r.r(t);r(64),r(535),r(327),r(48),r(11),r(36),r(63);var o=r(654),n={name:"ImageUpload",components:{draggable:r.n(o).a},props:{list:{type:Array,default:function(){return[]}},max:{type:Number,default:16},disablePreview:{type:Boolean,default:!1},width:{type:String,default:"150px"},height:{type:String,default:"150px"}},data:function(){return{imageList:[],loading:!1,uploadPercent:0,imageDialogVisible:!1,imageUrl:""}},computed:{fulled:function(){return 0}},watch:{list:function(){this.imageList=JSON.parse(JSON.stringify(this.list))}},mounted:function(){this.updateList()},methods:{handleUpload:function(e,t){var r=this;if(this.fileList=[],"ready"===e.status){this.loading=!0;var o=setInterval((function(){r.uploadPercent>=99?clearInterval(o):r.uploadPercent+=1}),100)}var n=new FormData;t.forEach((function(e){n.append("file",e.raw)})),n.append("type",1),this.$axios.post("/uk-api/user_base/imagesUpload",n).then((function(t){if(200===t.result.code)return r.imageList.push({url:t.result.data,uid:e.uid}),void r.updateList();r.$message({message:t.result.message,type:"warning"})})).catch((function(e){console.log(e,"component upload image error"),r.$message.error(e.response.data.msg)})).finally((function(){r.loading=!1,r.uploadPercent=0}))},handleRemove:function(e){this.imageList.splice(e,1),this.updateList()},handlePictureCardPreview:function(e){this.imageUrl=e.url,this.imageDialogVisible=!0},updateList:function(){this.$emit("update:list",JSON.parse(JSON.stringify(this.imageList)))},end:function(){this.updateList()}}},l=(r(613),r(21)),component=Object(l.a)(n,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"com-image-upload"},[t("draggable",{staticClass:"flex start wrap",attrs:{draggable:".image-item"},on:{end:e.end},model:{value:e.imageList,callback:function(t){e.imageList=t},expression:"imageList"}},[e._l(e.imageList,(function(r,o){return t("div",{key:r.uid||o,staticClass:"image-item flex",style:{width:e.width,height:e.height}},[t("img",{attrs:{src:r.url,alt:""}}),e._v(" "),t("div",{staticClass:"action-area flex center"},[e.disablePreview?e._e():t("span",{staticClass:"action-icon",on:{click:function(t){return e.handlePictureCardPreview(r)}}},[t("i",{staticClass:"el-icon-zoom-in"})]),e._v(" "),t("span",{staticClass:"action-icon",on:{click:function(t){return e.handleRemove(o)}}},[t("i",{staticClass:"el-icon-delete"})])])])})),e._v(" "),t("el-progress",{directives:[{name:"show",rawName:"v-show",value:e.loading,expression:"loading"}],staticStyle:{margin:"8px"},attrs:{type:"circle",percentage:e.uploadPercent,width:Number(e.width.slice(0,e.width.length-2))}}),e._v(" "),t("div",{staticClass:"upload-wrap",class:{hide:e.loading||e.imageList.length>=e.max},style:{width:e.width,height:e.height}},[t("el-upload",{ref:"pictureUpload",staticClass:"custom-upload-item",attrs:{multiple:!0,limit:e.max,action:"",drag:"",accept:".jpg,.png,.jpeg","list-type":"picture-card","file-list":e.imageList,"show-file-list":!1,"auto-upload":!1,"on-remove":e.handleRemove,"on-preview":e.handlePictureCardPreview,"on-change":function(t,r){e.handleUpload(t,r)}}},[t("i",{staticClass:"el-icon-plus avatar-uploader-icon"})])],1)],2),e._v(" "),t("el-dialog",{attrs:{visible:e.imageDialogVisible},on:{"update:visible":function(t){e.imageDialogVisible=t}}},[t("img",{attrs:{width:"100%",src:e.imageUrl,alt:""}})])],1)}),[],!1,null,"596f82bc",null);t.default=component.exports},655:function(e,t,r){e.exports={}},656:function(e,t,r){e.exports={}},758:function(e,t,r){"use strict";r(655)},759:function(e,t,r){"use strict";r(656)},810:function(e,t,r){"use strict";r.r(t);r(61),r(42),r(98);var o=r(24),n=(r(219),r(60),r(535),r(537),r(22),r(43),r(44),r(65),r(66),r(48),r(11),r(49),r(36),r(153),r(63),r(45)),l=r(220),c=r(638),d=r(581);function f(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,o)}return r}var m={components:{"dialog-XX-success":l.default,imageUpload:c.default},data:function(){return{xxContentVisible:!1,xxContent:"success",componentVisible:1,tabName:"",tableLoading:!0,profileform:{},rules:{email:[{required:!0,message:"Please enter the email",trigger:"blur"}],company:[{required:!0,message:"Please enter the company",trigger:"blur"}],contacts:[{required:!0,message:"Please enter first name",trigger:"blur"}],last_name:[{required:!0,message:"Please enter last name",trigger:"blur"}],phone:[{required:!0,message:"Please enter the phone",trigger:"blur"}],password:[{required:!0,message:"Please enter the password",trigger:"blur"}],confirm_password:[{required:!0,message:"Please enter the confirm_password",trigger:"blur"}]},accountPasswordForm:{password:"",confirm_password:""},orderKeyword:"",selword:"",accounts_id:"",orderTotal:0,orderListQuery:{page:1,limit:20},tableData:[],dialogVisible:!1,addressTotal:0,addressListQuery:{page:1,limit:8},addressList:[],addressDetail:{},enquiryKeyword:"",enquiryList:[],enquiryListQuery:{page:1,limit:20},enquiryTotal:0,orderSelList:[],Tracking_URL:"",urlDialogShow:!1}},computed:{activeMenu:function(){var e;return null!==(e=this.$route.query.type)&&void 0!==e?e:"profile"},selShow:function(){return"all-orders"===this.activeMenu||"open-orders"===this.activeMenu}},watch:{$route:{handler:function(e){this.$utils.checkLogin()&&this.updateType()}},orderKeyword:function(){this.orderListQuery.page=1},enquiryKeyword:function(){this.enquiryListQuery.page=1}},mounted:function(){this.$utils.checkLogin()?this.updateType():this.$router.replace("/")},methods:function(e){for(var t=1;t0,expression:"enquiryTotal > 0"}],attrs:{total:r.enquiryTotal,page:r.enquiryListQuery.page,limit:r.enquiryListQuery.limit},on:{"update:page":function(e){return r.$set(r.enquiryListQuery,"page",e)},"update:limit":function(e){return r.$set(r.enquiryListQuery,"limit",e)},pagination:r.getEnquiryList}})],1),r._v(" "),o("div",{directives:[{name:"show",rawName:"v-show",value:r.activeMenu.includes("orders"),expression:"activeMenu.includes('orders')"}],staticClass:"content-form"},[o("p",{staticClass:"content-title"},[r._v(r._s(r.tabName))]),r._v(" "),o("div",{staticClass:"searchInput"},[o("el-input",{attrs:{placeholder:"Search your job name",clearable:""},on:{clear:r.getOrdersList},nativeOn:{keyup:function(e){return!e.type.indexOf("key")&&r._k(e.keyCode,"enter",13,e.key,"Enter")?null:r.getOrdersList.apply(null,arguments)}},model:{value:r.orderKeyword,callback:function(e){r.orderKeyword=e},expression:"orderKeyword"}},[o("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"suffix"},on:{click:r.getOrdersList},slot:"suffix"})]),r._v(" "),r.selShow?o("el-select",{attrs:{filterable:"",clearable:"","default-first-option":"",placeholder:"Select the status"},model:{value:r.selword,callback:function(e){r.selword=e},expression:"selword"}},r._l(r.orderSelList,(function(option){return o("el-option",{key:option,attrs:{label:option,value:option}})})),1):r._e(),r._v(" "),(null===(e=r.$store.state.userInfo)||void 0===e||null===(e=e.memberCrmcomList)||void 0===e?void 0:e.length)>1?o("el-select",{attrs:{filterable:"",clearable:"","default-first-option":"",placeholder:"Select the CRM"},model:{value:r.accounts_id,callback:function(e){r.accounts_id=e},expression:"accounts_id"}},r._l(null===(t=r.$store.state.userInfo)||void 0===t?void 0:t.memberCrmcomList,(function(option){return o("el-option",{key:option.id,attrs:{label:option.name,value:option.id}})})),1):r._e(),r._v(" "),o("el-button",{staticStyle:{"background-color":"rgb(0, 33, 59)","border-color":"rgb(0, 33, 59)"},attrs:{type:"primary"},on:{click:r.getOrdersList}},[r._v("Submit")])],1),r._v(" "),o("el-table",{directives:[{name:"loading",rawName:"v-loading",value:r.tableLoading,expression:"tableLoading"}],staticStyle:{width:"100%"},attrs:{data:r.tableData,stripe:"","header-cell-style":{background:"#00213b",color:"#ffffff"}}},[o("el-table-column",{attrs:{prop:"Sales_Order_Title_Job_Name",label:"Job Name"}}),r._v(" "),o("el-table-column",{attrs:{width:"100",prop:"Reference",label:"Order No"}}),r._v(" "),o("el-table-column",{attrs:{width:"120",prop:"Sales_Order_Created",label:"Order Date"},scopedSlots:r._u([{key:"default",fn:function(e){return[o("div",[r._v("\n "+r._s(r.$utils.formatTime(e.row.Sales_Order_Created,"DD/MM/YYYY"))+"\n ")])]}}])}),r._v(" "),o("el-table-column",{attrs:{width:"140",prop:"Order_Stage_new",label:"Order Status"}}),r._v(" "),o("el-table-column",{attrs:{width:"160",prop:"Tracking_No_arr",label:"Tracking No#"},scopedSlots:r._u([{key:"default",fn:function(e){return[o("ul",{staticClass:"location"},r._l(e.row.Tracking_No_arr,(function(e){return o("li",{key:e.Tracking_No,on:{click:function(t){return r.openTracking_URL(e.Tracking_URL)}}},[o("i",{staticClass:"el-icon-location"}),r._v(r._s(e.Tracking_No)+"\n ")])})),0)]}}])}),r._v(" "),o("el-table-column",{attrs:{width:"110",prop:"Grand_Total",label:"Amount"},scopedSlots:r._u([{key:"default",fn:function(e){return[r._v("\n $"+r._s(r.transformNumber(e.row.Grand_Total))+"\n ")]}}])}),r._v(" "),o("el-table-column",{attrs:{label:"Action",width:"80",align:"center"},scopedSlots:r._u([{key:"default",fn:function(e){return[o("el-button",{staticStyle:{"background-color":"rgb(0, 33, 59)",color:"#fff"},attrs:{size:"small",plain:""},on:{click:function(t){return r.goOrderDetail(e.row)}}},[r._v("View")])]}}])})],1),r._v(" "),o("pagination",{directives:[{name:"show",rawName:"v-show",value:r.orderTotal>0,expression:"orderTotal > 0"}],attrs:{total:r.orderTotal,page:r.orderListQuery.page,limit:r.orderListQuery.limit},on:{"update:page":function(e){return r.$set(r.orderListQuery,"page",e)},"update:limit":function(e){return r.$set(r.orderListQuery,"limit",e)},pagination:r.getOrdersList}})],1)])],1),r._v(" "),o("dialog-XX-success",{attrs:{visible:r.xxContentVisible,content:r.xxContent},on:{"update:visible":function(e){r.xxContentVisible=e},"notify-parent":r.handleNotification}}),r._v(" "),o("el-dialog",{attrs:{"lock-scroll":!1,visible:r.urlDialogShow,center:"",width:"850px",top:"20vh"},on:{"update:visible":function(e){r.urlDialogShow=e}}},[o("iframe",{staticStyle:{width:"100%",height:"500px"},attrs:{src:r.Tracking_URL,frameborder:"0"}})])],1)}),[],!1,null,"799f5a64",null);t.default=component.exports;installComponents(component,{ImageUpload:r(638).default,Pagination:r(557).default})}}]); //# sourceMappingURL=29df190.js.map