bztang-admin/addons/yun_shop/static/app/js/chunk-680faee6.5d3e2fd9.js

1 line
30 KiB
JavaScript

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-680faee6"],{"589c":function(e,o,t){"use strict";t.r(o);var i=function(){var e=this,o=e.$createElement,t=e._self._c||o;return t("div",{attrs:{id:"goods_order"}},[t("c-title",{attrs:{hide:!1,text:"商品下单页"}}),t("div",{attrs:{id:"content"}},[t("ul",{staticClass:"detail_a"},[t("li",[e._v(e._s(e.title))]),t("li",[e._v(e._s(e.start_time)+"-"+e._s(e.end_time)+"  共"+e._s(e.night_day)+"晚")])]),t("ul",{staticClass:"detail_b"},[t("li",{staticClass:"b_room"},[t("span",[e._v("房间数")]),t("van-stepper",{on:{change:e.addTotal},model:{value:e.total,callback:function(o){e.total=o},expression:"total"}})],1),t("li",[t("span",[e._v("入住人")]),t("input",{directives:[{name:"model",rawName:"v-model",value:e.name,expression:"name"}],attrs:{type:"text",placeholder:"请填写入住姓名"},domProps:{value:e.name},on:{input:function(o){o.target.composing||(e.name=o.target.value)}}})]),t("li",[t("span",[e._v("联系手机")]),t("input",{directives:[{name:"model",rawName:"v-model",value:e.mobil,expression:"mobil"}],attrs:{type:"text",placeholder:"请填写入住人电话"},domProps:{value:e.mobil},on:{input:function(o){o.target.composing||(e.mobil=o.target.value)}}})])]),t("ul",{staticClass:"detail_c"},[t("li",{staticClass:"c_invoice"},[t("span",[e._v("是否需要发票")]),t("van-checkbox",{attrs:{"checked-color":"#f15353",shape:"square"},on:{change:e.invoiceChange},model:{value:e.isInvoice,callback:function(o){e.isInvoice=o},expression:"isInvoice"}})],1),e.isInvoice?t("li",{staticClass:"c_type"},[t("van-radio-group",{on:{change:e.eInvoiceChange},model:{value:e.el_invoice,callback:function(o){e.el_invoice=o},expression:"el_invoice"}},[t("van-radio",{staticStyle:{float:"left"},attrs:{name:"1","checked-color":"#f15353"}},[e._v("电子发票")]),t("van-radio",{staticStyle:{float:"left","margin-left":"10px"},attrs:{name:"2","checked-color":"#f15353"}},[e._v("纸质发票")])],1)],1):e._e(),e.isInvoice?t("li",{staticClass:"c_type"},[t("van-radio-group",{on:{change:e.typeChange},model:{value:e.invoice_type,callback:function(o){e.invoice_type=o},expression:"invoice_type"}},[t("van-radio",{staticStyle:{float:"left"},attrs:{name:"1","checked-color":"#f15353"}},[e._v("个人")]),t("van-radio",{staticStyle:{float:"left","margin-left":"10px"},attrs:{name:"2","checked-color":"#f15353"}},[e._v("公司")])],1)],1):e._e(),e.isInvoice&&"1"==e.invoice_type?t("li",[t("input",{directives:[{name:"model",rawName:"v-model",value:e.fp_tt,expression:"fp_tt"}],attrs:{type:"text",placeholder:"输入发票抬头"},domProps:{value:e.fp_tt},on:{input:function(o){o.target.composing||(e.fp_tt=o.target.value)}}})]):e._e(),e.isInvoice&&"2"==e.invoice_type?t("li",[t("input",{directives:[{name:"model",rawName:"v-model",value:e.company_name,expression:"company_name"}],attrs:{type:"text",placeholder:"请填写单位名称"},domProps:{value:e.company_name},on:{input:function(o){o.target.composing||(e.company_name=o.target.value)}}})]):e._e(),e.isInvoice&&"2"==e.invoice_type?t("li",[t("input",{directives:[{name:"model",rawName:"v-model",value:e.sbxd,expression:"sbxd"}],attrs:{type:"text",placeholder:"请填写纳税识别号"},domProps:{value:e.sbxd},on:{input:function(o){o.target.composing||(e.sbxd=o.target.value)}}})]):e._e(),e.hasGoodOpenDF?t("li",{staticStyle:{color:"#ff2424"},on:{click:e.getGoodDFData}},[e._v("点击填写表单")]):e._e(),e.hasGoodOpenDF?t("li",{staticStyle:{color:"#ff2424"},on:{click:e.getGoodDFData}},[e._v("点击修改表单")]):e._e()]),e.isShowCoupon?t("div",{staticClass:"tbs coupon-list",on:{click:e.showCoupon}},[t("div",{staticClass:"list"},[t("div",{staticClass:"left "},[e._v(" 优惠券 "),t("font",[e._v(e._s(e.coupon_size)+"张可用")])],1),t("div",{staticClass:"right"},[t("font",{attrs:{color:"#E84E40"}},[t("span",[e._v(e._s(0==e.use_coupon_size?"未使用":"已使用"+e.use_coupon_size+"张"))])])],1)])]):e._e(),e._l(e.order_info.orders,(function(o,i){return t("div",{key:i,class:o.order_deductions&&o.order_deductions.length>0||o.order_coin_exchanges&&o.order_coin_exchanges.length>0?"tbs":""},[o.order_deductions&&o.order_deductions.length>0?t("div",{staticClass:"score list"},e._l(o.order_deductions,(function(i,n){return t("div",{key:n,staticClass:"list-child-style"},[t("div",{staticClass:"left "},[e._v(" 可用"+e._s(parseFloat(i.coin).toFixed(2))+e._s(i.name||e.integral)+" "),t("span",[e._v("抵扣"+e._s(i.amount)+e._s(e.$i18n.t("元")))])]),t("div",{directives:[{name:"show",rawName:"v-show",value:0==e.good_clicktag,expression:"good_clicktag == 0"}],staticClass:"right"},[t("van-switch",{attrs:{"active-color":"#f15353","inactive-color":"#fff",size:"23"},on:{change:function(t){return e.discountHandle(o,i,"discount")}},model:{value:i.checked,callback:function(o){e.$set(i,"checked",o)},expression:"d.checked"}})],1),t("div",{directives:[{name:"show",rawName:"v-show",value:0!=e.good_clicktag,expression:"good_clicktag != 0"}],staticClass:"right"},[t("van-loading")],1)])})),0):e._e(),o.order_coin_exchanges&&o.order_coin_exchanges.length>0?t("div",{staticClass:"score list"},e._l(o.order_coin_exchanges,(function(o,i){return t("div",{key:i,staticStyle:{width:"100%",display:"block",clear:"both","margin-bottom":"2.1875rem"}},[t("div",{staticClass:"left "},[e._v(" "+e._s(parseFloat(o.coin).toFixed(2))+e._s(o.name||e.integral)+" "),t("span",[e._v("抵扣"+e._s(o.amount)+e._s(e.$i18n.t("元")))])]),t("div",{staticClass:"right"})])})),0):e._e()])})),t("ul",{staticClass:"detail_d"},e._l(e.order_info.amount_items,(function(o,i){return t("li",{key:i},[t("span",[e._v(e._s(o.name))]),t("span",[e._v(e._s(e.$i18n.t("money"))),"total_deduction_price"==o.code?t("span",[e._v("-")]):e._e(),e._v(e._s(o.amount))])])})),0),e.order_info.discount_amount_items&&e.order_info.discount_amount_items.length>0?t("ul",{staticClass:"detail_d"},e._l(e.order_info.discount_amount_items,(function(o,i){return t("li",{key:i},[t("span",[e._v(e._s(o.name))]),t("span",[e._v("-"+e._s(e.$i18n.t("money"))+e._s(o.amount))])])})),0):e._e(),e._e(),t("div",{staticClass:"foot",style:{width:3==this.fun.getPhoneEnv()?"375px":""}},[t("ul",{staticClass:"foot_a"},[t("li",[e._v(" 合计:"),t("span",[e._v(e._s(e.$i18n.t("money"))),t("font",[e._v(e._s(e.order_info.total_price))])],1)])]),t("button",{attrs:{type:"button"},on:{click:e.submit}},[e._v("提交订单")])])],2),t("van-popup",{staticClass:"mint-popup-4",style:{overflow:"visible"},attrs:{position:"bottom",closeOnClickModal:"true"},model:{value:e.popupCouponSpecs,callback:function(o){e.popupCouponSpecs=o},expression:"popupCouponSpecs"}},[t("div",{staticClass:"add-info"},e._l(e.coupons,(function(o,i){return t("div",{key:i,staticClass:"coupon-list-info"},[e.cup_notice?t("div",{staticClass:"checkList",staticStyle:{float:"left"},on:{click:function(o){return o.stopPropagation(),e.chooseCoupon(i)}}},[t("van-checkbox",{attrs:{shape:"square",disabled:!o.valid,"checked-color":"#f15353",name:o},on:{change:function(t){return e.selectCoupon(t,o)}},model:{value:o.checked,callback:function(t){e.$set(o,"checked",t)},expression:"coupon.checked"}})],1):e._e(),t("div",{class:{coupon_voucher_main:o.valid,coupon_voucher_gray:!o.valid}},[t("div",{staticClass:"coupon_voucher_left"},[1==o.belongs_to_coupon.coupon_method?t("div",[t("p",{staticClass:"coupon_voucher_amount type_large"},[e._v(" "+e._s(o.belongs_to_coupon.deduct)+" ")]),t("p",{staticClass:"coupon_voucher_limit"},[e._v("满"+e._s(o.belongs_to_coupon.enough)+"立减")])]):t("div",[t("p",{staticClass:"coupon_voucher_amount type_large"},[e._v(e._s(o.belongs_to_coupon.discount)+"折")]),t("p",{staticClass:"coupon_voucher_limit"},[e._v("满"+e._s(o.belongs_to_coupon.enough)+"立享")])])]),t("div",{staticClass:"coupon_voucher_hr"}),t("div",{staticClass:"coupon_voucher_right"},[t("p",{staticClass:"coupon_voucher_range"},[e._v(" "+e._s(o.belongs_to_coupon.name)+" ")]),t("p",{staticClass:"coupon_voucher_period"},[e._v(e._s(o.time_start)+"-"+e._s(o.time_end))])])])])})),0),t("button",{staticClass:" sure",attrs:{type:"button"},on:{click:function(o){e.popupCouponSpecs=!1}}},[e._v(" 确认 ")]),t("button",{staticClass:"close",attrs:{type:"button"},on:{click:function(o){e.popupCouponSpecs=!1}}},[e._v(" 取消 ")])]),t("van-popup",{staticClass:"mint-popup-4",style:{width:"100%",height:"100%",overflow:"auto",display:e.dyFormPopup?"flex":"none"},attrs:{position:"bottom"},model:{value:e.dyFormPopup,callback:function(o){e.dyFormPopup=o},expression:"dyFormPopup"}},[t("div",{staticClass:"DYFpopHeader"},[t("i",{staticClass:"iconfont icon-member-left",on:{click:function(o){e.dyFormPopup=!1}}}),t("p",[e._v(e._s(e.dyTiitle))])]),e.dyFormPopup?t("diyfrom",{staticStyle:{height:"100%",overflow:"auto"},attrs:{form_id:e.goodDYDormID,form_data_id:e.activeFormDataID,modeType:"Single",singleStatus:!0},on:{submitsave:e.diyFormSave}}):e._e()],1)],1)},n=[],s=(t("e7e5"),t("d399")),a=(t("a4d3"),t("e01a"),t("d3b7"),t("159b"),t("a434"),t("e9c4"),t("ac1f"),t("1276"),t("99af"),t("b0c0"),t("ef32")),r=t("bede"),d="plugin.hotel.frontend.hotel.create",c={data:function(){return{start:"",end:"",total:1,order_info:{},start_time:"",end_time:"",night_day:"",name:"",mobil:"",isInvoice:!1,invoice_type:"1",el_invoice:"1",fp_tt:"",company_name:"",sbxd:"",title:"",popupCouponSpecs:!1,coupon_size:0,checkCouponList:[],use_coupon_size:0,cup_notice:!0,isShowCoupon:!0,good_clicktag:0,checkDeductionList:[],hasGoodOpenDF:!1,dyFormPopup:!1,dfData:{},goodDYDormID:null,activeDYGoodID:null,activeFormDataID:null,dyDescription:null,dyTiitle:"",dyThumb:null,oldOrder_data:[]}},activated:function(){this.initData(),this.fun.isTextEmpty(this.$route.query.id)&&this.$router.push(this.fun.getUrl("home",{})),this.end=this.$route.query.end||"",this.start=this.$route.query.start||"",this.fun.isTextEmpty(this.$route.params.exchangeData)?this.getOrerData():this.getExchangeData(),this.getCustomizeHotelHead()},methods:{findGoodOpen:function(){for(var e=0;e<this.order_info.orders.length;e++)for(var o=0;o<this.order_info.orders[e].order_goods.length;o++)this.order_info.orders[e].order_goods[o].diy_form&&(this.goodDYDormID=this.order_info.orders[e].order_goods[o].diy_form.form_id,this.hasGoodOpenDF=!0)},isAllDFOk:function(){var e=this;if(this.order_info.orders)for(var o=0;o<this.order_info.orders.length;o++)for(var t=0;t<e.order_info.orders[o].order_goods.length;t++)if(e.order_info.orders[o].order_goods[t].diy_form&&0==e.order_info.orders[o].order_goods[t].diy_form.diyform_data_id)return!0},diyFormSave:function(e){for(var o=this,t=0;t<this.order_info.orders.length;t++)for(var i=0;i<o.order_info.orders[t].order_goods.length;i++)if(o.order_info.orders[t].order_goods[i].goods_id==o.activeDYGoodID)return o.order_info.orders[t].order_goods[i].diy_form.diyform_data_id=e,o.activeFormDataID=e,o.oldOrder_data=o.order_info,void(o.dyFormPopup=!1)},getGoodDFData:function(){this.activeDYGoodID=this.$route.query.goods_id;var e=this,o={form_id:this.goodDYDormID};this.activeFormDataID&&(o.form_data_id=this.activeFormDataID),$http.get("plugin.diyform.api.diy-form.getSingleFormData",o).then((function(o){1===o.result?(e.dfData=o.data,e.dyThumb=o.data.thumb?o.data.thumb:null,e.dyDescription=o.data.description?o.data.description:null,e.dyTiitle=o.data.title?o.data.title:"表单信息",e.dyFormPopup=!0):e.$dialog.alert({message:o.msg})}),(function(e){}))},assembleGoodsDFData:function(){for(var e=[],o=0;o<this.order_info.orders.length;o++)for(var t=0;t<this.order_info.orders[o].order_goods.length;t++)if(this.order_info.orders[o].order_goods[t].diy_form){var i={};i.pre_id=this.order_info.orders[o].order_goods[t].pre_id,i.diyform_data_id=this.order_info.orders[o].order_goods[t].diy_form.diyform_data_id,e.push(i)}return e},assembleCoupons:function(){for(var e=[],o=0;o<this.checkCouponList.length;o++)e.push(this.checkCouponList[o].id);return e},initCoupon:function(e){this.isShowCoupon="1"==e.whether_show_coupon,this.coupon_size=e.member_coupons.length,this.coupons=e.member_coupons},defaultSelectCoupon:function(e){var o=this;this.coupon_size=e.length,this.coupons=e,this.checkCouponList=[],e.forEach((function(e,t){1==e.checked&&o.checkCouponList.push(e)})),this.use_coupon_size=this.checkCouponList.length},selectCoupon:function(e,o){this.screenCoupon(e,o),this.use_coupon_size=this.checkCouponList.length,this.getOrerData()},screenCoupon:function(e,o){var t=o;if(e)if(this.cup_notice=!1,this.checkCouponList.length>0){for(var i=0;i<this.checkCouponList.length;i++)this.checkCouponList[i].id==t.id&&this.checkCouponList.splice(i,1);this.checkCouponList.push(t)}else this.checkCouponList.push(t);else if(this.cup_notice=!0,this.checkCouponList.length>0)for(var n=0;n<this.checkCouponList.length;n++)this.checkCouponList[n].id==t.id&&this.checkCouponList.splice(n,1)},chooseCoupon:function(e){this.coupons[e].checked=!0},showCoupon:function(){0!=this.coupon_size?this.popupCouponSpecs=!0:Object(s["a"])("暂无优惠券使用")},getCustomizeHotelHead:function(){var e=this,o=localStorage.getItem("customizeHotelHead");this.fun.isTextEmpty(o)?$http.get("plugin.hotel.frontend.hotel.get-hotel-info.get-custom-name",{},"加载中...").then((function(o){1===o.result?(e.fun.setWXTitle(o.data.hotels),localStorage.setItem("customizeHotelHead",JSON.stringify(o.data))):Object(s["a"])(o.msg)})).catch((function(e){})):this.fun.setWXTitle(JSON.parse(localStorage.getItem("customizeHotelHead")).hotels)},getOrerData:function(){var e=this;if(1!=this.good_clicktag){this.good_clicktag=1;var o="plugin.hotel.frontend.hotel.goods-buy",t={enter_at:this.start,leave_at:this.end,hotel_id:this.$route.query.id,goods_id:this.$route.query.goods_id,goods_option_id:"",total:this.total,dispatch_type_id:4,orders:JSON.stringify(this.assembleDeduction()),member_coupon_ids:this.assembleCoupons()};$http.post(o,t,"加载中").then((function(o){1===o.result?(e.order_info=o.data,e.title=o.data.orders[0].order_goods[0].title,e.findGoodOpen(),e.getTime(o.data.orders[0].hotel_order),e.initCoupon(o.data.discount),e.cup_notice=!0,e.good_clicktag=0):(e.cup_notice=!0,Object(s["a"])(o.msg),e.good_clicktag=0)})).catch((function(e){}))}},getExchangeData:function(){var e=this;this.total=this.$route.query.total;var o="plugin.hotel.frontend.hotel.exchange-center",t={enter_at:this.start,leave_at:this.end,hotel_id:this.$route.query.id,goods_id:this.$route.query.goodsId,goods_option_id:"",total:this.total,dispatch_type_id:4,member_coupon_ids:this.assembleCoupons(),data:this.$route.params.exchangeData};$http.post(o,t,"加载中").then((function(o){1===o.result?(e.order_info=o.data,e.title=o.data.orders[0].order_goods[0].title,e.findGoodOpen(),e.getTime(o.data.orders[0].hotel_order),e.defaultSelectCoupon(o.data.discount.member_coupons),e.cup_notice=!0):(e.cup_notice=!0,Object(s["a"])(o.msg))})).catch((function(e){}))},getTime:function(e){var o=e.enter_at.split(" "),t=e.leave_at.split(" "),i=o[0].split("-"),n=t[0].split("-");this.start_time="".concat(i[1],"月").concat(i[2],"日"),this.end_time="".concat(n[1],"月").concat(n[2],"日"),this.getDays(o[0],t[0])},getDays:function(e,o){var t,i,n,s="-";t=e.split(s),i=o.split(s);var a=new Date(t[0],t[1]-1,t[2]),r=new Date(i[0],i[1]-1,i[2]);n=parseInt(Math.abs(a-r)/1e3/60/60/24),this.night_day=n},addTotal:function(){this.total<1&&(this.total=1),this.getOrerData()},invoiceChange:function(e){this.isInvoice=e},eInvoiceChange:function(e){this.el_invoice=e},typeChange:function(e){this.invoice_type=e},submit:function(){var e=this;if(this.fun.isTextEmpty(this.name))Object(s["a"])("请填写入住人");else if(this.fun.isTextEmpty(this.mobil))Object(s["a"])("请填写电话号码");else{if(this.isInvoice){if("1"==this.invoice_type&&this.fun.isTextEmpty(this.fp_tt))return void Object(s["a"])("请输入发票抬头");if("2"==this.invoice_type){if(this.fun.isTextEmpty(this.company_name))return void Object(s["a"])("请填写单位名称");if(this.fun.isTextEmpty(this.sbxd))return void Object(s["a"])("请填写纳税人识别向导")}}if(this.isAllDFOk())Object(s["a"])("请填写表单!");else{var o={enter_at:this.start,leave_at:this.end,hotel_id:this.$route.query.id,dispatch_type_id:4,member_coupon_ids:JSON.stringify(this.assembleCoupons()),goods:JSON.stringify([{goods_id:this.$route.query.goods_id,goods_option_id:"",total:this.total}]),address:JSON.stringify({}),orders:JSON.stringify(this.assembleDeduction()),mobile:this.mobil,realname:this.name,invoice_type:1==this.el_invoice?"0":"1",rise_type:1==this.invoice_type?"1":"0",call:"1"==this.invoice_type?this.fp_tt:this.company_name,company_number:this.sbxd};this.$route.params.exchangeData&&(o.hotel_id=this.$route.query.hotel_id),this.hasGoodOpenDF&&(o.order_goods=JSON.stringify(this.assembleGoodsDFData())),$http.get(d,o,"提交中...").then((function(o){1==o.result?e.$router.push(e.fun.getUrl("orderpay",{status:"2",order_ids:o.data.order_ids})):e.$dialog.alert({message:o.msg})})).catch((function(e){}))}}},initData:function(){this.start="",this.end="",this.total=1,this.order_info={},this.start_time="",this.end_time="",this.night_day="",this.name="",this.mobil="",this.isInvoice=!1,this.invoice_type="1",this.el_invoice="1",this.fp_tt="",this.company_name="",this.sbxd="",this.title="",this.popupCouponSpecs=!1,this.coupon_size=0,this.use_coupon_size=0,this.checkCouponList=[],this.coupons=[],this.isShowCoupon=!0,this.good_clicktag=0,this.checkDeductionList=[]},discountHandle:function(e,o,t){0===this.good_clicktag&&("discount"==t&&this.screenDiscount(e,o),this.getOrerData())},screenDiscount:function(e,o){this.deductionListHandle(e,o)},deductionListHandle:function(e,o){var t=!1;this.checkDeductionList.length>0&&this.checkDeductionList.forEach((function(i,n){i&&i.pre_id==e.pre_id&&(t=!0,o&&o.checked?i.deduction_ids&&-1==i.deduction_ids.indexOf(o.code)&&i.deduction_ids.push(o.code):o&&!o.checked&&i.deduction_ids&&i.deduction_ids.indexOf(o.code)>-1&&i.deduction_ids.splice(i.deduction_ids.indexOf(o.code),1))})),t||this.checkDeductionList.push({deduction_ids:o&&o.code?[o.code]:[],pre_id:e.pre_id}),this.checkDeductionList.reverse()},assembleDeduction:function(){for(var e=[],o=0;o<this.checkDeductionList.length;o++)e.push(this.checkDeductionList[o]);return e}},components:{cDyPopup:a["a"],diyfrom:r["a"]}},l=c,p=l,u=(t("d27b"),t("2877")),_=Object(u["a"])(p,i,n,!1,null,"45b05b9e",null);o["default"]=_.exports},"8cd5":function(e,o,t){var i=t("ac49");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);var n=t("499e").default;n("f9150cc2",i,!0,{sourceMap:!1,shadowMode:!1})},ac49:function(e,o,t){var i=t("24fb");o=i(!1),o.push([e.i,'#goods_order[data-v-45b05b9e]{padding-bottom:60px}#goods_order #content .detail_a[data-v-45b05b9e]{background:#fff;padding:.625rem .875rem}#goods_order #content .detail_a li[data-v-45b05b9e]{line-height:1.875rem;text-align:left}#goods_order #content .detail_a li[data-v-45b05b9e]:first-child{font-size:16px;font-weight:700}#goods_order #content .detail_a li[data-v-45b05b9e]:last-child{font-size:14px}#goods_order #content .detail_b[data-v-45b05b9e]{background:#fff;margin-top:.625rem;padding-left:.875rem}#goods_order #content .detail_b li[data-v-45b05b9e]{padding-right:.875rem;height:2.8125rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:.0625rem solid #ebebeb;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#goods_order #content .detail_b li span[data-v-45b05b9e]{line-height:2.8125rem;width:6.25rem;text-align:left;font-size:15px}#goods_order #content .detail_b li[data-v-45b05b9e]:last-child,#goods_order #content .detail_b li input[data-v-45b05b9e]{border:none}#goods_order #content .detail_b .b_room[data-v-45b05b9e]{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}#goods_order #content .detail_c[data-v-45b05b9e]{background:#fff;margin-top:.625rem;padding-left:.875rem}#goods_order #content .detail_c li[data-v-45b05b9e]{padding-right:.875rem;height:2.8125rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:.0625rem solid #ebebeb;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#goods_order #content .detail_c li span[data-v-45b05b9e]{font-size:15px}#goods_order #content .detail_c li[data-v-45b05b9e]:last-child,#goods_order #content .detail_c li input[data-v-45b05b9e]{border:none}#goods_order #content .detail_c .c_invoice[data-v-45b05b9e]{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}#goods_order #content .detail_c .c_type .van-checkbox[data-v-45b05b9e]{width:30%;text-align:left}#goods_order #content .tbs .list[data-v-45b05b9e]{padding-bottom:.625rem}#goods_order #content .tbs .list[data-v-45b05b9e]:last-child{padding-bottom:0}#goods_order #content .tbs .left[data-v-45b05b9e]{float:left;color:#333}#goods_order #content .tbs .left span[data-v-45b05b9e]{font-size:15px}#goods_order #content .tbs .right[data-v-45b05b9e]{float:right}#goods_order #content .tbs.coupon-list[data-v-45b05b9e]{margin-top:.625rem;margin-bottom:.625rem}#goods_order #content .detail_d[data-v-45b05b9e]{background:#fff;margin-top:.625rem;padding:.625rem .875rem}#goods_order #content .detail_d li[data-v-45b05b9e]{line-height:1.875rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:14px}#goods_order #content .explain[data-v-45b05b9e]{padding:0 .875rem}#goods_order #content .explain h1[data-v-45b05b9e]{font-size:12px;color:#8c8c8c;line-height:1.875rem;text-align:left;padding:0;font-weight:700}#goods_order #content .explain p[data-v-45b05b9e]{font-size:12px;color:#8c8c8c;padding:0 .625rem;text-align:left}#goods_order #content .foot[data-v-45b05b9e]{background:#fff;position:fixed;bottom:0;width:100%;height:3.0625rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;border-top:.0625rem solid #ebebeb}#goods_order #content .foot .foot_a li[data-v-45b05b9e]{font-size:14px;line-height:3.0625rem;padding-right:.625rem}#goods_order #content .foot .foot_a li span[data-v-45b05b9e]{color:#f15353}#goods_order #content .foot .foot_a li span font[data-v-45b05b9e]{font-size:20px}#goods_order #content .foot button[data-v-45b05b9e]{background:#f15353;color:#fff;font-size:16px;border:none;width:6.875rem}#goods_order .add-info[data-v-45b05b9e]{overflow-y:scroll;width:100%;background:#fff;max-height:50vh;padding-top:.625rem}#goods_order .coupon-list-info[data-v-45b05b9e]{width:99.5vw}#goods_order .checkList[data-v-45b05b9e]{position:relative;top:1.875rem;left:.1875rem;-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1}#goods_order .coupon_voucher_main[data-v-45b05b9e]{position:relative;padding-left:6.375rem;height:5rem;margin-left:2.25rem;margin-right:.625rem;margin-bottom:.625rem}#goods_order .coupon_voucher_main .coupon_voucher_left[data-v-45b05b9e]{position:absolute;top:0;left:0;width:6.375rem;height:100%;color:#fff;border-radius:.25rem 0 0 .25rem;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:#47c1c4}#goods_order .coupon_voucher_main .coupon_voucher_left .coupon_voucher_amount.type_large[data-v-45b05b9e]{margin:0;font-size:22px}#goods_order .coupon_voucher_main .coupon_voucher_left .coupon_voucher_amount[data-v-45b05b9e]{position:relative;font-size:36px;line-height:1}#goods_order .coupon_voucher_main .coupon_voucher_left .coupon_voucher_amount[data-v-45b05b9e]:before{content:"¥";font-size:16px;display:inline-block;vertical-align:text-top;margin-right:.1875rem;line-height:1}#goods_order .coupon_voucher_main .coupon_voucher_left .coupon_voucher_limit[data-v-45b05b9e]{font-size:12px;line-height:1;margin-top:.9375rem;margin-bottom:0}#goods_order .coupon_voucher_main .coupon_voucher_hr[data-v-45b05b9e]{position:absolute;top:0;left:6.0625rem;width:.375rem;overflow:hidden;height:100%}#goods_order .coupon_voucher_main .coupon_voucher_hr[data-v-45b05b9e]:after{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:-.1875rem;right:-.1875rem;bottom:0;content:"• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • •";line-height:.625rem;width:.4375rem;color:#f8fbfb;font-size:18px;overflow:hidden;z-index:1}#goods_order .coupon_voucher_main .coupon_voucher_right[data-v-45b05b9e]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:.9375rem .9375rem .9375rem .625rem;height:100%;border-radius:0 .25rem .25rem 0;background-color:#e5f3f3;color:#666}#goods_order .coupon_voucher_main .coupon_voucher_right .coupon_voucher_range[data-v-45b05b9e]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;text-align:left;margin:0;padding:0;vertical-align:baseline}#goods_order .coupon_voucher_main .coupon_voucher_right .coupon_voucher_period[data-v-45b05b9e]{color:#999;font-size:12px;position:absolute;bottom:0}#goods_order .coupon_voucher_gray[data-v-45b05b9e]{position:relative;padding-left:6.375rem;height:5rem;margin-left:2.25rem;margin-right:.625rem;margin-bottom:.625rem}#goods_order .coupon_voucher_gray .coupon_voucher_left[data-v-45b05b9e]{position:absolute;top:0;left:0;width:6.375rem;height:100%;color:#fff;border-radius:.25rem 0 0 .25rem;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:#ccc}#goods_order .coupon_voucher_gray .coupon_voucher_left .coupon_voucher_amount.type_large[data-v-45b05b9e]{margin:0;font-size:22px}#goods_order .coupon_voucher_gray .coupon_voucher_left .coupon_voucher_amount[data-v-45b05b9e]{position:relative;font-size:36px;line-height:1}#goods_order .coupon_voucher_gray .coupon_voucher_left .coupon_voucher_amount[data-v-45b05b9e]:before{content:"¥";font-size:16px;display:inline-block;vertical-align:text-top;margin-right:.1875rem;line-height:1}#goods_order .coupon_voucher_gray .coupon_voucher_left .coupon_voucher_limit[data-v-45b05b9e]{font-size:12px;line-height:1;margin-top:.9375rem;margin-bottom:0}#goods_order .coupon_voucher_gray .coupon_voucher_hr[data-v-45b05b9e]{position:absolute;top:0;left:6.0625rem;width:.375rem;overflow:hidden;height:100%}#goods_order .coupon_voucher_gray .coupon_voucher_hr[data-v-45b05b9e]:after{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:-.1875rem;right:-.1875rem;bottom:0;content:"• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • •";line-height:.625rem;width:.4375rem;color:#f8fbfb;font-size:18px;overflow:hidden;z-index:1}#goods_order .coupon_voucher_gray .coupon_voucher_right[data-v-45b05b9e]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:.9375rem .9375rem .9375rem .625rem;height:100%;border-radius:0 .25rem .25rem 0;background-color:#eee;color:#666}#goods_order .coupon_voucher_gray .coupon_voucher_right .coupon_voucher_range[data-v-45b05b9e]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;text-align:left;margin:0;padding:0;vertical-align:baseline}#goods_order .coupon_voucher_gray .coupon_voucher_right .coupon_voucher_period[data-v-45b05b9e]{color:#999;font-size:12px;position:absolute;bottom:0}#goods_order .mint-popup-4[data-v-45b05b9e]{width:100%}#goods_order .mint-popup-4 .sure[data-v-45b05b9e]{background:#f15353;height:2.5rem;line-height:2.5rem;color:#fff;width:50%;border:0;float:left}#goods_order .mint-popup-4 .close[data-v-45b05b9e]{background:#eee;height:2.5rem;line-height:2.5rem;color:#333;width:50%;border:0;float:left}.tbs[data-v-45b05b9e]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#fff;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:.625rem .875rem;line-height:1.5rem;border-bottom:.0625rem solid #e8e8e8;font-size:14px}.tbs .list[data-v-45b05b9e]{width:100%}.tbs .list .list-child-style[data-v-45b05b9e]{width:100%;clear:both;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tbs .list .left[data-v-45b05b9e]{text-align:left;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;color:#333}.tbs .list .right[data-v-45b05b9e]{text-align:right}.DYFpopHeader[data-v-45b05b9e]{position:absolute;width:100%;height:2.5rem;background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;text-align:center}.DYFpopHeader p[data-v-45b05b9e]{font-weight:700;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.DYFpopHeader i[data-v-45b05b9e],.DYFpopHeader p[data-v-45b05b9e]{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.DYFpopHeader i[data-v-45b05b9e]{padding:.5rem;-webkit-box-flex:0;-webkit-flex:0 0 1.5rem;-ms-flex:0 0 1.5rem;flex:0 0 1.5rem}.DYFpopHeader[data-v-45b05b9e]{position:fixed;top:0;z-index:9}',""]),e.exports=o},d27b:function(e,o,t){"use strict";t("8cd5")}}]);