1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360 |
- <template>
- <view class="container">
- <form>
- <view class="tui-box">
- <view v-if="deliverymodearray[0]" class="acea-row">
- <radio-group @change="radioChange">
- <label v-if="ptype==2">服务方式: </label>
- <label v-for="(ditem,index) in deliverymodearray" :key="index">
- <radio :value="ditem.val" :checked="deliverymode == ditem.val" /><text>{{ditem.key}}</text>
- </label>
- </radio-group>
- </view>
- <tui-list-cell v-if="deliverymode==1 || deliverymode==3" :arrow="true" unlined :radius="true"
- @click="chooseAddr">
- <view class="tui-bg-img"></view>
- <view class="tui-address">
- <view v-if="curAddressData.address">
- <view class="tui-userinfo">
- <text class="tui-name">{{curAddressData.name}}</text>{{curAddressData.telephone}}
- </view>
- <view class="tui-addr">
- <text>{{curAddressData.address_default}}{{curAddressData.address}}</text>
- </view>
- </view>
- <view class="tui-none-addr" v-else>
- <image src="/static/images/location_fill.png" class="tui-addr-img" mode="widthFix"></image>
- <text>请选择地址</text>
- </view>
- </view>
- </tui-list-cell>
- <tui-list-cell v-if="deliverymode==2" :arrow="!sid" unlined :radius="true" @click="chooseStore">
- <view class="tui-bg-img"></view>
- <view class="tui-address">
- <view v-if="storeaddrData.title">
- <view class="tui-userinfo">
- <text class="tui-name">{{storeaddrData.title}}</text>
- </view>
- <view class="tui-addr">
- <text>{{storeaddrData.province_name}}{{storeaddrData.city_name}}{{storeaddrData.district_name}}{{storeaddrData.region_name}}</text>
- </view>
- </view>
- <view class="tui-none-addr" v-else>
- <image src="/static/images/location_fill.png" class="tui-addr-img" mode="widthFix"></image>
- <text>请选择门店</text>
- </view>
- </view>
- </tui-list-cell>
- <tui-list-cell v-if="deliverymode==5" :arrow="true" unlined :radius="true" @click="chooseTuanzhang">
- <view class="tui-bg-img"></view>
- <view class="tui-address">
- <view v-if="TuanzhangaddrData.title">
- <view class="tui-userinfo">
- <text class="tui-name">{{TuanzhangaddrData.title}}</text>
- </view>
- <view class="tui-addr">
- <text>{{TuanzhangaddrData.province_name}}{{TuanzhangaddrData.city_name}}{{TuanzhangaddrData.district_name}}{{TuanzhangaddrData.address}}</text>
- </view>
- </view>
- <view class="tui-none-addr" v-else>
- <image src="/static/images/location_fill.png" class="tui-addr-img" mode="widthFix"></image>
- <text>请选择社区自提点</text>
- </view>
- </view>
- </tui-list-cell>
- <tui-list-cell v-if="(deliverymode==1 || deliverymode==2 || deliverymode==4) && is_times==0" :arrow="true" unlined
- :radius="true" @click="chooseTime">
- <view class="tui-address">
- <view v-if="servicetime">
- <view class="tui-addr">
- <text>预约时间:{{servicetime}}</text>
- </view>
- </view>
- <view class="tui-none-addr" v-else>
- <text>请选择预约时间</text>
- </view>
- </view>
- </tui-list-cell>
- <view class="tui-top tui-goods-info">
- <block v-for="(item,index) in goodsList" :key="index">
- <tui-list-cell :hover="false" padding="0">
- <view class="tui-goods-item">
- <image :src="item.pic" class="tui-goods-img"></image>
- <view class="tui-goods-center">
- <view class="tui-goods-name">{{item.name}}</view>
- <view class="tui-goods-attr">{{item.label || ''}}</view>
- </view>
- <view class="tui-price-right">
- <view>¥{{item.price}}</view>
- <view>x{{item.skumorequantity || item.number}}</view>
- </view>
- </view>
- </tui-list-cell>
- </block>
- <tui-list-cell :hover="false">
- <view class="tui-padding tui-flex">
- <view>总额</view>
- <view>¥{{allGoodsPrice}}</view>
- </view>
- </tui-list-cell>
- <tui-list-cell v-if="!hasNoCoupons" :arrow="hasCoupon" :hover="hasCoupon" @click="couponShow=true">
- <view class="tui-padding tui-flex">
- <view>优惠券</view>
- <view :class="{'tui-color-red':hasCoupon}">{{curCouponname||"选择优惠券"}}</view>
- </view>
- </tui-list-cell>
- <tui-list-cell v-if="totalPayPoints>0" @tap="PayPoints">
- <view class="tui-item-box">
- <view class="tui-icon-box">
- <tui-icon :name="is_PayPoints==1?'square-fill':'square'" :size="26" color="#999999">
- </tui-icon>
- </view>
- <view class="tui-list-cell_name">可以用{{totalPayPoints}}{{lang.points}}抵扣{{totalPointsPrice}}元
- </view>
- </view>
- </tui-list-cell>
- <!--
- <tui-list-cell :hover="true" :arrow="true" @click="invoice">
- <view class="tui-padding tui-flex">
- <view>发票</view>
- <view class="tui-invoice-text">不开发票</view>
- </view>
- </tui-list-cell>
- -->
- <tui-list-cell v-if="deliverymode==3" :hover="false">
- <view class="tui-padding tui-flex">
- <view>配送费</view>
- <view>¥{{yunPrice}}</view>
- </view>
- </tui-list-cell>
- <tui-list-cell v-if="thefare" :hover="false">
- <view class="tui-padding tui-flex">
- <view>路费(距离:{{distance}}km)</view>
- <view> ¥{{thefare}}</view>
- </view>
- </tui-list-cell>
- <tui-list-cell :hover="false" :lineLeft="false" padding="0">
- <view class="tui-remark-box tui-padding tui-flex">
- <view>订单备注</view>
- <input type="text" @input="remarkInput" name="remark" class="tui-remark"
- placeholder="请输入您的要求" placeholder-class="tui-phcolor"></input>
- </view>
- </tui-list-cell>
- <tui-list-cell :hover="false">
- <view class="tui-img__title">添加图片</view>
- <view>
- <tui-upload :value="imgvalue" :limit="5" @complete="uploadresult" @remove="remove">
- </tui-upload>
- </view>
- </tui-list-cell>
- <tui-list-cell :hover="false" unlined>
- <view class="tui-padding tui-flex tui-total-flex">
- <view class="tui-flex-end tui-color-red">
- <view class="tui-black">合计: </view>
- <view class="tui-size-26">¥</view>
- <view class="tui-price-large">{{setyouhuijine(allGoodsAndYunPrice)}}</view>
- <!--<view class="tui-size-26"></view>-->
- </view>
- </view>
- </tui-list-cell>
- </view>
- <!--<view class="tui-top">
- <tui-list-cell unlined :hover="insufficient" :radius="true" :arrow="insufficient">
- <view class="tui-flex">
- <view class="tui-balance">余额支付<text class="tui-gray">(¥2020.00)</text></view>
- <switch color="#19be6b" class="tui-scale-small" v-show="!insufficient" />
- <view class="tui-pr-30 tui-light-dark" v-show="insufficient">余额不足, 去充值</view>
- </view>
- </tui-list-cell>
- </view>-->
- </view>
- <view class="tui-safe-area"></view>
- <view class="tui-tabbar">
- <view class="totalPrice tui-pr-20">
- <view class="tui-price-large tui-color-red">
- <text class="pricetitle">实付金额:</text>
- <text>¥{{setyouhuijine(setPayPoints(allGoodsAndYunPrice))}}</text>
- </view>
- <view v-if="agreement.status==1" class="agreement">
- <radio style="transform:scale(0.7)" @click="setagreementagree" :checked="agreementagree == 1" />
- <label @click="showagreementAlert">已阅并同意购买协议</label>
- <tui-modal :show="showagreement" custom>
- <view class="tui-modal-custom">
- <scroll-view :style="'height:'+(height-160)+'px'" scroll-y="true">
- <view class="tui-modal-custom-text">
- <text>{{agreement.content}}</text>
- </view>
- </scroll-view>
- <tui-button height="72rpx" :size="28" type="danger" shape="circle"
- @click="hideagreementAlert">同意</tui-button>
- </view>
- </tui-modal>
- </view>
- </view>
- <view class="paybuttbox tui-pr25 tui-flex-end">
- <button class="paybutt" @click="btnPay"
- :style="'background:'+ pagestyleconfig.appstylecolor">确认下单</button>
- </view>
- </view>
- <t-pay-way :show="show" :stylecolor="pagestyleconfig.appstylecolor"
- :amuont="setyouhuijine(setPayPoints(allGoodsAndYunPrice)) || ''" @goPay="goPay" :paymethod="paymethod"
- @close="popupClose"></t-pay-way>
- <t-select-coupons :couponList="coupons" :show="couponShow" @ChangeCoupon="ChangeCoupon"
- @close="couponsClose"></t-select-coupons>
- </form>
- </view>
- </template>
- <script>
- import tPayWay from "@/components/views/t-pay-way/t-pay-way"
- import tSelectCoupons from "@/components/views/t-select-coupons/t-select-coupons"
- import pay from '@/common/pay.js'
- export default {
- components: {
- tPayWay,
- tSelectCoupons
- },
- data() {
- return {
- lang: {},
- technicalId: '',
- sid: '',
- hasCoupon: true,
- insufficient: false,
- pagestyleconfig: [],
- show: false,
- couponShow: false,
- islogin: 1, //是否要需要登录,需要在onLoad加截 app.page.onLoad(this,e);
- totalPayPoints: 0,
- distance: 0,
- thefare: 0,
- totalPointsPrice: 0,
- servicetime: '',
- goodsList: [],
- combination: [],
- curAddressData: [],
- storeaddrData: [],
- TuanzhangaddrData: [],
- allGoodsPrice: 0,
- yunPrice: 0,
- allGoodsAndYunPrice: 0,
- remark: "",
- cartid: "",
- buynowinfoid: '',
- buyNowgoods: [],
- orderType: "", //订单类型,购物车下单或立即支付下单,默认是购物车,
- hasNoCoupons: true,
- coupons: [],
- selIndex: 0,
- coupon_type: 0, //优惠券类型
- discount: 0, //优惠券折扣
- youhuijine: 0, //优惠券金额
- curCoupon: null, // 当前选择使用的优惠券
- curCouponname: null, // 当前选择使用的优惠券
- allowSelfCollection: '0', // 是否允许到店自提
- payment: '0', //是否支持货到付款
- paymentType: "",
- deliverymode: '',
- deliverymodearray: {},
- is_times: 0,
- ptype: 1,
- paymethod: [],
- is_PayPoints: 0,
- memberPoints: 0,
- currency: uni.getStorageSync('currency'),
- tmplIds: [],
- showagreement: false,
- width: 0,
- height: 0,
- agreement: {},
- agreementagree: 0,
- orderimage: [],
- imgvalue: [] //初始化图片
- }
- },
- onLoad: function(e) {
- let _this = this
- if (e.buynowinfoid) {
- _this.buynowinfoid = e.buynowinfoid;
- }
- if (e.orderType) {
- _this.orderType = e.orderType;
- }
- _this.$request.get('Lang.getlang').then(res => {
- if (res.errno == 0) {
- _this.lang = res.data;
- }
- });
- _this.$request.post('config', {
- mo: 'pagestyle'
- }).then(res => {
- if (res.errno == 0) {
- _this.pagestyleconfig = res.data
- }
- });
- _this.$request.get('Paymethod.list').then(res => {
- if (res.errno == 0) {
- _this.paymethod = res.data;
- _this.paymentType = res.data[0].default;
- //console.log(_this.paymentType);
- }
- });
- _this.$request.post('Agreement.index', {
- code: 'userstobuy'
- }).then(res => {
- if (res.errno == 0) {
- _this.agreement = res.data;
- }
- });
- uni.getSystemInfo({
- success: res => {
- this.width = res.windowWidth;
- this.height = res.windowHeight;
- }
- });
- },
- onShow: function() {
- let _this = this
- _this.servicetime = uni.getStorageSync('servicetime');
- _this.orderinit();
- },
- methods: {
- orderinit() {
- const _this = this;
- let shopList = [];
- //立即购买下单
- if ("buyNow" == _this.orderType) {
- if (_this.buynowinfoid) {
- _this.$request.post('goodsbuynowinfo.getbuynowinfo', {
- buynowinfoid: _this.buynowinfoid
- }).then(res => {
- if (res.errno == 0) {
- var buyNowInfoMem = res.data;
- //console.log(buyNowInfoMem);
- _this.kjId = buyNowInfoMem.kjId;
- _this.technicalId = buyNowInfoMem.technicalId;
- _this.sid = buyNowInfoMem.sid;
- if (!_this.deliverymode) {
- _this.deliverymode = buyNowInfoMem.deliverymode;
- }
- _this.deliverymodearray = buyNowInfoMem.deliverymodearray;
- _this.is_times = buyNowInfoMem.is_times;
- _this.ptype = buyNowInfoMem.ptype;
- if (buyNowInfoMem && buyNowInfoMem.shopList) {
- //console.log(buyNowInfoMem.shopList.length);
- //console.log(buyNowInfoMem.shopList.combination);
- if (buyNowInfoMem.shopList.length > 1)
- if (buyNowInfoMem.shopList.combination) {
- shopList = buyNowInfoMem.shopList.combination;
- } else {
- if (buyNowInfoMem.shopList[0]) {
- shopList = buyNowInfoMem.shopList;
- } else {
- shopList[0] = buyNowInfoMem.shopList;
- }
- console.log(buyNowInfoMem.shopList.length);
- }
- else
- shopList[0] = buyNowInfoMem.shopList;
- }
- }
- _this.goodsList = shopList;
- _this.$config.init(function() {
- _this.payment = _this.$config.getConf("payment");
- });
- if (_this.deliverymode == 2) {
- _this.initstoreaddr();
- } else if (_this.deliverymode == 5) {
- } else {
- _this.initShippingAddress();
- }
- _this.initTuanzhangaddr();
- });
- }
- } else {
- //购物车下单
- var shopCarInfoMem = uni.getStorageSync('shopCarInfo');
- _this.kjId = shopCarInfoMem.kjId;
- if (shopCarInfoMem && shopCarInfoMem.shopList) {
- // shopList = shopCarInfoMem.shopList
- shopList = shopCarInfoMem.shopList.filter(entity => {
- return entity.active;
- });
- _this.deliverymode = shopList[0].deliverymode;
- _this.deliverymodearray = shopList[0].deliverymodearray;
- //console.log(shopList);
- }
- _this.goodsList = shopList;
- _this.$config.init(function() {
- _this.payment = _this.$config.getConf("payment");
- });
- if (_this.deliverymode == 2) {
- _this.initstoreaddr();
- } else if (_this.deliverymode == 5) {
- } else {
- _this.initShippingAddress();
- }
- _this.initTuanzhangaddr();
- }
- console.log(shopList);
- },
- getAuthMsg() {
- return new Promise(resolve => {
- if (this.tmplIds.length > 0) {
- uni.requestSubscribeMessage({
- tmplIds: this.tmplIds,
- fail(res) {
- console.log(res);
- },
- complete() {
- resolve();
- }
- });
- } else {
- resolve();
- }
- });
- },
- chooseAddr() {
- uni.navigateTo({
- url: "/pagesA/my/address/address"
- })
- },
- chooseStore() {
- if (!this.sid) {
- uni.navigateTo({
- url: "/pagesA/my/storeaddr/storeaddr"
- })
- }
- },
- chooseTuanzhang() {
- uni.navigateTo({
- url: "/pages/tuanzhang/list"
- })
- },
- chooseTime() {
- uni.navigateTo({
- url: "/pagesA/submitOrder/timelist?technicalId=" + this.technicalId + "&buynowinfoid=" + this.buynowinfoid,
- })
- },
- btnPay() {
- if (this.agreementagree != 1 && this.agreement.status == 1) {
- this.tui.toast("请仔细阅读并勾选购买协议");
- return;
- }
- // #ifdef MP-WEIXIN
- this.getAuthMsg()
- //#endif
- if (this.allGoodsAndYunPrice == 0) {
- this.createOrder();
- } else if (this.setyouhuijine(this.setPayPoints(this.allGoodsAndYunPrice)) == 0) {
- this.createOrder();
- } else {
- this.show = true
- }
- },
- popupClose() {
- this.show = false
- },
- couponsClose() {
- this.couponShow = false
- },
- invoice() {
- this.tui.href('/pagesA/submitOrder/invoice')
- },
- goPay(e) {
- if (e.paymentType) {
- this.paymentType = e.paymentType;
- }
- this.createOrder();
- },
- getOrdertotal: function() {
- var _this = this;
- let postData = {
- ptype: _this.ptype,
- technicalId: _this.technicalId,
- sid: _this.sid,
- cartid: _this.cartid,
- paymentType: _this.paymentType,
- };
- if (_this.deliverymode == 3) {
- postData.shipping = '1';
- }
- if (_this.curAddressData != undefined) {
- postData.address_id = _this.curAddressData.id;
- }
- if (_this.buyNowgoods != undefined) {
- if (_this.buyNowgoods.goods_id) {
- postData.goodsId = _this.buyNowgoods.goods_id;
- }
- if (_this.buyNowgoods.sku) {
- postData.sku = _this.buyNowgoods.sku;
- }
- if (_this.buyNowgoods.msid) {
- postData.msid = _this.buyNowgoods.msid;
- }
- if (_this.buyNowgoods.tuanid) {
- postData.tuanid = _this.buyNowgoods.tuanid;
- }
- if (_this.buyNowgoods.number) {
- postData.number = _this.buyNowgoods.number;
- }
- if (_this.buyNowgoods.is_skumore) {
- postData.is_skumore = _this.buyNowgoods.is_skumore;
- }
- if (_this.buyNowgoods.skumore) {
- postData.skumore = JSON.stringify(_this.buyNowgoods.skumore);
- }
- }
- if (_this.kjId) {
- postData.kjid = _this.kjId
- }
- if (_this.curCoupon) {
- postData.couponId = _this.curCoupon.id;
- }
- postData.calculate = "true";
- _this.$request.post('order.total', postData).then(res => {
- if (res.errno != 0) {
- uni.showModal({
- title: '错误',
- content: res.msg,
- showCancel: false
- })
- return;
- }
- _this.tmplIds = res.data.tmplIds;
- _this.totalPayPoints = res.data.totalPayPoints;
- _this.memberPoints = res.data.memberPoints;
- _this.totalPointsPrice = res.data.totalPointsPrice;
- _this.allGoodsPrice = res.data.amountTotle;
- _this.allGoodsAndYunPrice = (res.data.amountLogistics + res.data.amountTotle + res.data
- .thefare).toFixed(2);
- _this.yunPrice = res.data.amountLogistics;
- _this.distance = res.data.distance;
- _this.thefare = res.data.thefare;
- if (_this.allGoodsAndYunPrice == 0 && _this.totalPointsPrice == 0 && _this.totalPayPoints >
- 0) {
- if (_this.memberPoints >= _this.totalPayPoints) {
- _this.is_PayPoints = 1;
- } else {
- uni.showModal({
- title: '提示',
- content: '您的' + _this.lang.points + '不够!',
- showCancel: false
- })
- _this.is_PayPoints = 0;
- }
- }
- _this.getMyCoupons();
- return;
- })
- },
- createOrder: function() {
- var _this = this;
- if (_this.remark == undefined) {
- _this.remark = '';
- }
- let postData = {
- technicalId: _this.technicalId,
- sid: _this.sid,
- cartid: _this.cartid,
- remark: _this.remark,
- paymentType: _this.paymentType,
- orderimage: _this.orderimage
- };
- if (_this.buyNowgoods != undefined) {
- if (_this.buyNowgoods.goods_id) {
- postData.goodsId = _this.buyNowgoods.goods_id;
- }
- if (_this.buyNowgoods.combination_ids) {
- postData.combination_ids = _this.buyNowgoods.combination_ids;
- }
- if (_this.buyNowgoods.msid) {
- postData.msid = _this.buyNowgoods.msid;
- }
- if (_this.buyNowgoods.tuanid) {
- postData.tuanid = _this.buyNowgoods.tuanid;
- }
- if (_this.buyNowgoods.jointuanid) {
- postData.jointuanid = _this.buyNowgoods.jointuanid;
- }
- if (_this.buyNowgoods.sku) {
- postData.sku = _this.buyNowgoods.sku;
- }
- if (_this.buyNowgoods.number) {
- postData.number = _this.buyNowgoods.number;
- }
- if (_this.buyNowgoods.is_skumore) {
- postData.is_skumore = _this.buyNowgoods.is_skumore;
- }
- if (_this.buyNowgoods.skumore) {
- postData.skumore = JSON.stringify(_this.buyNowgoods.skumore);
- }
- }
- if (_this.kjId) {
- postData.kjid = _this.kjId
- }
- if (_this.paymentType == 0) {
- uni.hideLoading();
- uni.showModal({
- title: '错误',
- content: '请选择支付方式!',
- showCancel: false
- })
- return;
- }
- postData.payment = postData.paymentType;
- postData.is_times = _this.is_times;
- if (_this.deliverymode == 1) {
- if (_this.is_times == 0) {
- if (!_this.servicetime) {
- uni.hideLoading();
- uni.showModal({
- title: '错误',
- content: '请选择预约时间!',
- showCancel: false
- })
- return;
- }
- postData.servicetime = _this.servicetime;
- }
- postData.address_id = _this.curAddressData.id;
- _this.ptype = 2;
- }
- if (_this.deliverymode == 2) {
- if (_this.is_times == 0) {
- if (!_this.servicetime) {
- uni.hideLoading();
- uni.showModal({
- title: '错误',
- content: '请选择预约时间!',
- showCancel: false
- })
- return;
- }
- postData.servicetime = _this.servicetime;
- }
- if (!_this.storeaddrData.id) {
- uni.hideLoading();
- uni.showModal({
- title: '错误',
- content: '请选择门店!',
- showCancel: false
- })
- return;
- }
- if (!_this.sid) {
- postData.sid = _this.storeaddrData.id;
- }
- }
- if (_this.deliverymode == 3) {
- if (!_this.curAddressData.address_default) {
- uni.hideLoading();
- uni.showModal({
- title: '错误',
- content: '请先设置您的地址!',
- showCancel: false
- })
- return;
- }
- postData.shipping = '1';
- postData.address_id = _this.curAddressData.id;
- }
- if (_this.deliverymode == 5) {
- if (!_this.TuanzhangaddrData.id) {
- uni.hideLoading();
- uni.showModal({
- title: '错误',
- content: '请选择自提点!',
- showCancel: false
- })
- return;
- }
- }
- postData.tz_uuid = _this.TuanzhangaddrData.uuid;
- postData.tz_id = _this.TuanzhangaddrData.id;
- if (_this.curCoupon) {
- postData.couponId = _this.curCoupon.id;
- }
- postData.is_PayPoints = _this.is_PayPoints;
- postData.deliverymode = _this.deliverymode;
- //console.log(postData);
- _this.$request.post('order.create', postData).then(res => {
- if (res.errno != 0) {
- uni.showModal({
- title: '错误',
- content: res.msg,
- showCancel: false
- })
- return;
- }
- if ("buyNow" != _this.orderType) {
- // 清空购物车数据
- uni.removeStorageSync('shopCarInfo');
- }
- const orderid = res.data.id;
- const redirectUrl = "/pagesA/submitOrder/success?ptype=" + _this.ptype;
- if (res.data.payment_code == 'wx_pay') {
- console.log(res.data);
- pay.wxpay('order', res.data.pay_total, res.data.id, redirectUrl);
- } else if (res.data.payment_code == 'balance_pay') {
- _this.$request.post('order.pay', {
- orderid: orderid
- }).then(res => {
- if (res.errno == 0) {
- wx.showModal({
- title: '成功',
- content: '使用余额支付成功',
- showCancel: false,
- success: function(res) {
- wx.redirectTo({
- url: redirectUrl
- });
- }
- })
- _this.$request.post('message.payorder', {
- orderid: orderid
- }).then(res => {
- })
- } else {
- wx.showModal({
- title: '失败',
- content: res.msg,
- showCancel: false
- })
- }
- })
- } else if (res.data.payment_code == 'offline_pay') {
- _this.sam.navigateTo('/pagesA/submitOrder/offlinepayment?id=' + res.data.id);
- } else if (res.data.payment_code == 'delivery_pay') {
- _this.sam.navigateTo(redirectUrl);
- } else {
- _this.sam.navigateTo(redirectUrl);
- }
- })
- },
- initstoreaddr: function() {
- var _this = this;
- var sid = _this.sid;
- if (!sid && uni.getStorageSync('order_sid')) {
- sid = uni.getStorageSync('order_sid');
- }
- if (sid) {
- _this.$request.get('store.detail', {
- id: sid,
- samkey: (new Date()).valueOf()
- }).then(res => {
- if (res.errno == 0) {
- _this.storeaddrData = res.data;
- } else {
- _this.storeaddrData = null;
- }
- })
- }
- _this.processYunfei();
- },
- initTuanzhangaddr: function() {
- var _this = this;
- _this.sam.getCityPosition().then(res => {
- if (res.tz_id) {
- _this.$request.get('tuanzhang.detail', {
- id: res.tz_id,
- samkey: (new Date()).valueOf()
- }).then(res => {
- if (res.errno == 0) {
- _this.TuanzhangaddrData = res.data;
- } else {
- _this.TuanzhangaddrData = null;
- }
- })
- }
- _this.processYunfei();
- });
- },
- initShippingAddress: function() {
- var _this = this;
- _this.$request.get('address.default', {
- samkey: (new Date()).valueOf()
- }).then(res => {
- if (res.errno == 0) {
- _this.curAddressData = res.data;
- } else {
- _this.curAddressData = null;
- }
- _this.processYunfei();
- })
- },
- processYunfei: function() {
- var _this = this;
- var goodsList = this.goodsList;
- var cartid = "";
- var allGoodsPrice = 0;
- //推荐人id
- let reid = 0;
- let referrer_storge = uni.getStorageSync('reid');
- if (referrer_storge) {
- reid = referrer_storge;
- }
- if ("buyNow" == _this.orderType) {
- var buyNowgoods = goodsList[0];
- _this.buyNowgoods = buyNowgoods;
- } else {
- for (let i = 0; i < goodsList.length; i++) {
- let carShopBean = goodsList[i];
- allGoodsPrice += carShopBean.price * carShopBean.number;
- var cartidTmp = '';
- if (i > 0) {
- cartidTmp = ",";
- }
- cartidTmp += carShopBean.cart_id;
- cartid += cartidTmp;
- }
- }
- _this.cartid = cartid;
- _this.getOrdertotal();
- },
- getMyCoupons: function() {
- var _this = this;
- _this.$request.get('Couponreceive.submitorder', {
- price: _this.allGoodsAndYunPrice,
- samkey: (new Date()).valueOf()
- }).then(res => {
- if (res.errno == 0) {
- var coupons = res.data;
- if (coupons.length > 0) {
- _this.hasNoCoupons = false;
- _this.coupons = coupons;
- }
- }
- })
- },
- setyouhuijine: function(amount) {
- if (this.coupon_type == 10) {
- return (amount - this.youhuijine).toFixed(2);
- } else {
- if (this.coupon_type == 20 && this.discount) {
- return ((amount * this.discount) / 10).toFixed(2);
- }
- }
- return amount;
- },
- setPayPoints: function(amount) {
- if (this.is_PayPoints == 1) {
- return (amount - this.totalPointsPrice).toFixed(2);
- } else {
- return amount;
- }
- },
- PayPoints: function() {
- var _this = this;
- if (_this.is_PayPoints == 1) {
- _this.is_PayPoints = 0;
- } else {
- if (_this.memberPoints >= _this.totalPayPoints) {
- _this.is_PayPoints = 1;
- } else {
- uni.showModal({
- title: '提示',
- content: '您的' + _this.lang.points + '不够!',
- showCancel: false
- })
- _this.is_PayPoints = 0;
- }
- }
- },
- radioChange: function(e) {
- this.deliverymode = e.detail.value;
- console.log(this.deliverymode);
- this.orderinit();
- },
- ChangeCoupon: function(e) {
- this.couponShow = false
- const selIndex = e.selIndex;
- if (selIndex == -1) {
- this.youhuijine = 0;
- this.discount = 0;
- this.curCoupon = null;
- this.curCouponname = null;
- return;
- }
- this.selIndex = selIndex;
- this.coupon_type = this.coupons[selIndex].coupon_type;
- this.discount = this.coupons[selIndex].discount;
- this.youhuijine = this.coupons[selIndex].reduce_price;
- //console.log(this.coupons[selIndex]);
- this.curCoupon = this.coupons[selIndex];
- this.curCouponname = this.coupons[selIndex].name;
- },
- remarkInput: function(e) {
- this.remark = e.target.value;
- },
- paymentradioChange(e) {
- this.paymentType = e;
- },
- showagreementAlert() {
- this.showagreement = true;
- },
- hideagreementAlert() {
- this.showagreement = false;
- this.setagreementagree();
- },
- setagreementagree() {
- this.agreementagree = 1;
- },
- uploadresult: function(e) {
- console.log(e)
- this.orderimage = e.imgArr;
- },
- remove: function(e) {
- //移除图片
- //console.log(e)
- let index = e.index
- }
- },
- /**
- * 页面相关事件处理函数--监听用户下拉动作
- */
- onPullDownRefresh: function() {
- setTimeout(() => {
- uni.stopPullDownRefresh()
- }, 200);
- },
- }
- </script>
- <style>
- .container {
- padding-bottom: 98rpx;
- }
- .tui-box {
- padding: 20rpx 0 118rpx;
- box-sizing: border-box;
- }
- .tui-address {
- min-height: 80rpx;
- padding: 10rpx 0;
- box-sizing: border-box;
- position: relative;
- }
- .tui-userinfo {
- font-size: 30rpx;
- font-weight: 500;
- line-height: 30rpx;
- padding-bottom: 12rpx;
- }
- .tui-name {
- padding-right: 40rpx;
- }
- .tui-addr {
- font-size: 24rpx;
- word-break: break-all;
- padding-right: 25rpx;
- }
- .tui-addr-tag {
- padding: 5rpx 8rpx;
- flex-shrink: 0;
- background: #EB0909;
- color: #fff;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- font-size: 25rpx;
- line-height: 25rpx;
- transform: scale(0.8);
- transform-origin: 0 center;
- border-radius: 6rpx;
- }
- .tui-bg-img {
- position: absolute;
- width: 100%;
- height: 8rpx;
- left: 0;
- top: 0;
- background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL0AAAAECAMAAADszM6/AAAAOVBMVEUAAAAVqfH/fp//vWH/vWEVqfH/fp8VqfH/fp//vWEVqfH/fp8VqfH/fp//vWH/vWEVqfH/fp//vWHpE7b6AAAAEHRSTlMA6urqqlVVFRUVq6upqVZUDT4vVAAAAEZJREFUKM/t0CcOACAQRFF6r3v/w6IQJGwyDsPT882IQzQE0E3chToByjG5LwMgLZN3TQATmdypCciBya0cgOT3/h//9PgF49kd+6lTSIIAAAAASUVORK5CYII=") repeat;
- }
- .tui-top {
- margin-top: 20rpx;
- overflow: hidden;
- }
- .tui-goods-title {
- font-size: 28rpx;
- display: flex;
- align-items: center;
- }
- .tui-padding {
- box-sizing: border-box;
- }
- .tui-goods-item {
- width: 100%;
- padding: 20rpx 30rpx;
- box-sizing: border-box;
- display: flex;
- justify-content: space-between;
- }
- .tui-goods-img {
- width: 180rpx;
- height: 180rpx;
- display: block;
- flex-shrink: 0;
- }
- .tui-goods-center {
- flex: 1;
- padding: 20rpx 8rpx;
- box-sizing: border-box;
- }
- .tui-goods-name {
- max-width: 310rpx;
- word-break: break-all;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- font-size: 32rpx;
- line-height: 32rpx;
- }
- .tui-goods-attr {
- font-size: 22rpx;
- color: #888888;
- line-height: 32rpx;
- padding-top: 20rpx;
- word-break: break-all;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .tui-price-right {
- text-align: right;
- font-size: 24rpx;
- color: #888888;
- line-height: 30rpx;
- padding-top: 20rpx;
- }
- .tui-flex {
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 26rpx;
- }
- .tui-total-flex {
- justify-content: flex-end;
- }
- .tui-color-red,
- .tui-invoice-text {
- color: #E41F19;
- padding-right: 30rpx;
- }
- .tui-balance {
- font-size: 28rpx;
- font-weight: 500;
- }
- .tui-black {
- color: #222;
- line-height: 30rpx;
- }
- .tui-gray {
- color: #888888;
- font-weight: 400;
- }
- .tui-light-dark {
- color: #666;
- }
- .tui-goods-price {
- display: flex;
- align-items: center;
- padding-top: 20rpx;
- }
- .tui-size-26 {
- font-size: 26rpx;
- line-height: 26rpx;
- }
- .tui-price-large {
- font-size: 34rpx;
- line-height: 34rpx;
- font-weight: 600;
- padding-left: 12rpx;
- }
- .tui-flex-end {
- display: flex;
- align-items: flex-end;
- padding-right: 0;
- }
- .tui-phcolor {
- color: #B3B3B3;
- font-size: 26rpx;
- }
- /* #ifndef H5 */
- .tui-remark-box {
- padding: 22rpx 30rpx;
- }
- /* #endif */
- /* #ifdef H5 */
- .tui-remark-box {
- padding: 26rpx 30rpx;
- }
- /* #endif */
- .tui-remark {
- flex: 1;
- font-size: 26rpx;
- padding-left: 64rpx;
- }
- .tui-scale-small {
- transform: scale(0.8);
- transform-origin: 100% center;
- }
- .tui-scale-small .wx-switch-input {
- margin: 0 !important;
- }
- /* #ifdef H5 */
- >>>uni-switch .uni-switch-input {
- margin-right: 0 !important;
- }
- /* #endif */
- .tui-tabbar {
- width: 100%;
- height: 118rpx;
- background: #fff;
- position: fixed;
- left: 0;
- bottom: 0;
- display: flex;
- align-items: center;
- font-size: 26rpx;
- box-shadow: 0 0 1px rgba(0, 0, 0, .3);
- padding-bottom: env(safe-area-inset-bottom);
- z-index: 996;
- }
- .totalPrice {
- padding-top: 10rpx;
- width: 70%;
- }
- .pricetitle {
- font-size: 30rpx;
- color: #333333;
- }
- .paybuttbox {
- width: 30%;
- }
- .paybutt {
- width: 100%;
- height: 70rpx;
- line-height: 70rpx;
- font-size: 28rpx;
- border-radius: 50rpx;
- color: #ffffff;
- align-items: center;
- }
- .agreement {
- color: #666666;
- padding-top: 6rpx;
- }
- .modal-scroll {
- height: 600rpx;
- }
- .tui-pr-30 {
- padding-right: 30rpx;
- }
- .tui-pr-20 {
- padding-left: 20rpx;
- }
- .tui-none-addr {
- height: 80rpx;
- padding-left: 5rpx;
- display: flex;
- align-items: center;
- }
- .tui-addr-img {
- width: 36rpx;
- height: 46rpx;
- display: block;
- margin-right: 15rpx;
- }
- .tui-pr25 {
- padding-right: 25rpx;
- }
- .tui-safe-area {
- height: 1rpx;
- padding-bottom: env(safe-area-inset-bottom);
- }
- .tui-pay-item__title {
- width: 100%;
- height: 90rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 20rpx;
- box-sizing: border-box;
- font-size: 28rpx;
- }
- .tui-pay-amuont {
- color: #eb0909;
- font-weight: 500;
- font-size: 34rpx;
- }
- .tui-pay-item {
- width: 100%;
- height: 80rpx;
- display: flex;
- align-items: center;
- padding: 0 20rpx;
- box-sizing: border-box;
- font-size: 28rpx;
- }
- .tui-pay-logo {
- width: 48rpx;
- height: 48rpx;
- margin-right: 15rpx;
- }
- .tui-radio {
- margin-left: auto;
- transform: scale(0.8);
- transform-origin: 100% center;
- }
- .tui-btn-pay {
- width: 100%;
- padding: 68rpx 60rpx 50rpx;
- box-sizing: border-box;
- }
- .tui-recharge {
- color: #fc872d;
- margin-left: auto;
- padding: 12rpx 0;
- }
- .acea-row {
- font-size: 28rpx;
- padding-top: 30rpx;
- padding-left: 20rpx;
- height: 60rpx;
- background-color: #fff;
- }
- .acea-row label {
- padding: 10rpx;
- }
- .tui-item-box {
- width: 100%;
- display: flex;
- align-items: center;
- }
- .tui-list-cell_name {
- padding-left: 10rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .tui-img__title {
- padding-bottom: 24rpx;
- }
- </style>
|