1 line
5.1 KiB
JavaScript
1 line
5.1 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4868ec91"],{"0d60":function(t,e,i){var s=i("4574d");s.__esModule&&(s=s.default),"string"===typeof s&&(s=[[t.i,s,""]]),s.locals&&(t.exports=s.locals);var a=i("499e").default;a("1a2f8c8e",s,!0,{sourceMap:!1,shadowMode:!1})},"4574d":function(t,e,i){var s=i("24fb");e=s(!1),e.push([t.i,".installShop[data-v-2a814d00]{background-color:#fff;padding:.78rem .88rem .94rem .94rem;-webkit-box-sizing:border-box;box-sizing:border-box}.installShop .shopTitle[data-v-2a814d00]{font-size:.69rem;padding-bottom:.75rem;border-bottom:1px solid #f2f2f2;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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#999}.installShop .shopList[data-v-2a814d00]{padding-bottom:.5rem}.installShop .shopList .shoplis[data-v-2a814d00]{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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.66rem 0 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.installShop .shopList .shoplis .imgbox[data-v-2a814d00]{width:2.5rem;height:2.5rem;background-color:#c3c3c3;margin-right:.47rem}.installShop .shopList .shoplis .imgbox img[data-v-2a814d00]{width:2.5rem;height:2.5rem}.installShop .shopList .shoplis .shoptxt[data-v-2a814d00]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-size:.88rem;text-align:left}.installShop .shopList .shoplis .total[data-v-2a814d00]{color:#202020;font-size:.69rem}.installShop .shopList .shopBtns[data-v-2a814d00]{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}.installShop .shopList .shopBtns .shopBtn[data-v-2a814d00]{width:4.06rem;height:1.88rem;background-color:#f15354;border-radius:.31rem;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;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;margin-left:.63rem}.posBtn[data-v-2a814d00]{width:100%;height:2.75rem;position:fixed;bottom:.91rem}.posBtn .btn[data-v-2a814d00]{width:21.56rem;height:2.75rem;background-color:#f15354;border-radius:.31rem;color:#fff;margin:0 auto}.posBtn .btn[data-v-2a814d00],.success[data-v-2a814d00]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.success[data-v-2a814d00]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-top:20px;color:#f15354;font-size:13px;font-weight:700;text-align:center}.success .icon-wancheng[data-v-2a814d00]{color:#f15354;font-size:40px}.success p[data-v-2a814d00]{margin-top:5px}",""]),t.exports=e},"7dd9":function(t,e,i){"use strict";i.r(e);var s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{attrs:{id:"installationSeverWrite"}},[1==t.status?[i("div",{staticClass:"installShop"},[i("div",{staticClass:"shopTitle"},[i("div",[t._v("订单号:"+t._s(t.detailInfo.order_sn))]),i("div",{staticStyle:{color:"#f15354"}},[t._v(t._s(t.detailInfo.state_name))])]),t._l(t.detailInfo.goods_list,(function(e,s){return i("div",{key:s,staticClass:"shopList"},[i("div",{staticClass:"shoplis"},[i("div",{staticClass:"imgbox"},[i("img",{attrs:{src:e.thumb}})]),i("div",{staticClass:"shoptxt"},[t._v(t._s(e.title))]),i("div",{staticClass:"total"},[t._v("数量:x"+t._s(e.total))])])])}))],2),i("div",{staticStyle:{width:"100%",height:"6rem"}}),i("div",{staticClass:"posBtn set-pc-styleLeft"},[i("div",{staticClass:"btn",on:{click:t.sendBtn}},[t._v("确定取货")])])]:t._e(),2==t.status?i("div",{staticClass:"success"},[i("i",{staticClass:"iconfont icon-wancheng"}),i("p",[t._v("核销成功")])]):t._e()],2)},a=[],o=(i("e7e5"),i("d399")),n={data:function(){return{detailInfo:{},status:1}},activated:function(){this.getData()},components:{},computed:{},methods:{getData:function(){var t=this;$http.get("plugin.live-install.frontend.store-order.orderDetail",{take_sn:this.$route.params.take_sn},"加载中...").then((function(e){1==e.result?t.detailInfo=e.data:(Object(o["a"])(e.msg),window.history.length<=1?t.$router.push(t.fun.getUrl("home",{})):t.$router.go(-1))})).catch((function(t){}))},sendBtn:function(){var t=this;$http.get("plugin.live-install.frontend.store-order.takeOrder",{order_id:this.detailInfo.order_id},"加载中...").then((function(e){1==e.result?t.status=2:Object(o["a"])(e.msg)})).catch((function(t){}))}}},l=n,d=(i("8697"),i("2877")),r=Object(d["a"])(l,s,a,!1,null,"2a814d00",null);e["default"]=r.exports},8697:function(t,e,i){"use strict";i("0d60")}}]); |