12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415 |
- <template>
- <view class="pages">
- <!-- head -->
- <view class="scrollPage-header">
- <view :style="{height:statusBarHeight+'px'}"></view>
- <view class="header-title">
- <view class="header-left" @click="goBack">
- <uni-icons type="arrowleft" size="20"></uni-icons>
- <text>{{isShare?'首页':'返回'}}</text>
- </view>
- <view class="header-right"></view>
- </view>
- </view>
- <!-- 内容 -->
- <view class="scrollPage-content">
- <view class="product-info" v-if="detail">
- <view :style="{height:statusBarHeight+'px'}"></view>
- <u-swiper mode="number" :border-radius="0" img-mode="aspectFit" :interval="3000" :height="450" :list="imgList" @click="viewImg"></u-swiper>
- <view class="product-info-text">
- <view class="product-info-text-title">
- {{detail.productName}}
- <!-- <view class="copyText" @click="copy(detail.productName)">复制</view> -->
- <uni-tag style="margin-left: 10px;" size="mini" :circle="true" v-if="detail.status==0 || detail.dealerScopeFlag==0" :text="detail.status==0?'已下架':'已售罄'"></uni-tag>
- </view>
- <view class="product-info-text-attr">
- <view class="product-info-price flex align_center" v-if="!hasLogin">
- ¥***
- </view>
- <view class="flex align_center" v-else>
- <view class="product-info-price">
- ¥<text>{{detail.priceStr[0]}}</text>.{{detail.priceStr[1]}}
- </view>
- <view class="flex align_center rebate-tag" v-if="detail.promoType=='BUY_PROD_GIVE_VALID'">
- 返<text>{{detail.resultValue}}</text>元
- </view>
- <view class="flex align_center rebate-tag" v-if="detail.promoType=='BUY_PROD_GIVE_PROD'">
- 买{{detail.conditionValue}}赠{{detail.resultValue}}
- </view>
- <view class="flex align_center tejia-tag" v-if="detail.promoType=='PROMO_PROD'">
- 特价<text>¥{{detail.orginPrice}}</text>
- </view>
- <view class="flex align_center rebate-tag" v-if="detail.shopProductSubsidy&&detail.shopProductSubsidy.subsidyAmount<detail.price&&!detail.shopPromoProduct&&showBalanceAuth">
- 可抵扣<text>¥{{detail.shopProductSubsidy.subsidyAmount}}</text>
- </view>
- </view>
- <view class="product-info-nums">
- <view class="share">
- <button open-type="share"><u-icon :size='24' name="zhuanfa"></u-icon> 分享</button>
- </view>
- </view>
- </view>
- </view>
- </view>
- <u-divider bg-color="">商品详情</u-divider>
- <view class="product-info-guige" v-if="detail&&detail.product">
- <view class="row">品牌:<text>{{detail.product.productBrandName||'--'}}</text></view>
- <view class="row">原厂编码:<text>{{detail.product.origCode||'--'}} </text> <view class="copyText" v-if="detail.product.origCode" @click="copy(detail.product.origCode)">复制</view></view>
- <view class="row">产品编码:<text>{{detail.product.code||'--'}}</text> <view class="copyText" v-if="detail.product.code" @click="copy(detail.product.code)">复制</view></view>
- <view class="row">条形码:<text>{{detail.product.qrCode||'--'}}</text> <view class="copyText" v-if="detail.product.qrCode" @click="copy(detail.product.qrCode)">复制</view></view>
- <view class="row">商品尺寸:<text>{{detail.product.size||'--'}}</text></view>
- <view class="row-ban">计量单位:<text>{{detail.product.unit||'--'}}</text></view>
- <view class="row-ban">重量:<text>{{detail.product.weight||'--'}}</text></view>
- <view class="row-ban">包装数:<text>{{ (detail.product.packQty) || '--' }}{{ detail.product.packQty ? detail.product.unit : '' }}/{{ detail.product.packQtyUnit||'--' }}</text></view>
- </view>
- <view class="flex align_center row-info">
- <view class="flex"><u-icon :size='24' name="checkbox-mark"></u-icon> <view class="txt">由汽配商发货</view></view>
- <view class="flex"><u-icon :size='24' name="checkbox-mark"></u-icon> <view class="txt">退换货及售后请联系汽配商</view></view>
- </view>
- <view class="product-info-content">
- <rich-text v-if="detail && detail.product && detail.product.description" :nodes="detail.product.description"></rich-text>
- <view v-else style="font-size: 12px;color: #999;text-align: center;">暂无产品介绍</view>
- </view>
- </view>
- <!-- 底部栏 -->
- <view class="scrollPage-footer">
- <view class="scrollPage-footer-box">
- <view class="footer-left">
- <view v-if="isShare" class="footer-left-item" @click="goBack">
- <u-icon :size='50' color="#666" name="home"></u-icon>
- <text class="footer-left-item-text">首页</text>
- </view>
- <view class="footer-left-item" @click="toCart">
- <u-icon :size='50' color="#666" name="shopping-cart"></u-icon>
- <text class="footer-left-item-text">购物车</text>
- <text class="badge" v-if="totalNum">{{totalNum>99?'99+':totalNum}}</text>
- </view>
- </view>
- <view class="footer-right">
- <view class="footer-right-item" @click="toAddCart">
- <text>加入购物车</text>
- </view>
- <view class="footer-right-item" @click="toBuy">
- <text>立即购买</text>
- </view>
- </view>
- </view>
- <view :style="{height:safeAreaBottom+'px'}"></view>
- </view>
- <!-- 购物车动画 -->
- <uni-cart-animation ref="cartAnimation" @animationfinish="loading = false"></uni-cart-animation>
- <!-- 立即购买和付款 -->
- <page-container
- :show="showPopu"
- :round="true"
- :z-index="100"
- position="bottom"
- customStyle="border-radius:15px 15px 0 0;"
- @beforeleave="beforeClosePopu"
- @afterleave="closePopu">
- <!-- 确认订单 -->
- <view class="popu-content" v-if="detail&&!showPay">
- <view class="popu-close" @click="cancelBuy">
- <uni-icons size="26" type="closeempty"></uni-icons>
- </view>
- <view class="pupu-box">
- <view class="popu-content-img">
- <image style="width: 80px; height: 80px;" mode="aspectFit" :src="detail.productMsg||'/static/def_imgs.png'"></image>
- </view>
- <view class="popu-content-info">
- <view class="popu-content-info-title">
- <text class="ellipsis-two">{{detail.productName}}</text>
- </view>
- <view class="popu-content-info-code">
- <text class="ellipsis-two">{{detail.product.code}}</text>
- </view>
- <view class="popu-content-box">
- <view class="popu-content-price" v-if="hasLogin">
- ¥<text>{{detail.priceStr[0]}}</text>.{{detail.priceStr[1]}}
- </view>
- <view class="popu-content-price" v-else>¥***</view>
- <view class="flex align_center rebate-tag" v-if="hasLogin&&detail.promoType=='BUY_PROD_GIVE_VALID'">
- 返<text>{{detail.resultValue}}</text>元
- </view>
- <view class="flex align_center rebate-tag" v-if="hasLogin&&detail.promoType=='BUY_PROD_GIVE_PROD'">
- 买{{detail.conditionValue}}赠{{detail.resultValue}}
- </view>
- <view class="flex align_center tejia-tag" v-if="hasLogin&&detail.promoType=='PROMO_PROD'">
- 特价<text>¥{{detail.orginPrice}}</text>
- </view>
- <view class="flex align_center rebate-tag"
- v-if="hasLogin&&detail.shopProductSubsidy&&detail.shopProductSubsidy.subsidyAmount<detail.price&&!detail.shopPromoProduct&&showBalanceAuth">
- 可抵扣<text>¥{{detail.shopProductSubsidy.subsidyAmount}}</text>
- </view>
- </view>
- <view style="margin-top: 10px;" class="popu-content-num flex align_center justify_end">
- <text>数量</text>
- <view class="flex align_center qty-box">
- <view class="qty-btn" @click="changeQty(qty-1)" :class="(qty <= 1)?'qty-disabled':''">-</view>
- <view class="qty-num" @click="$refs.showPopu.open()" :style="{width:Number(qty).toString().length*8+10+'px'}">
- {{qty}}
- </view>
- <view class="qty-btn" @click="changeQty(qty+1)" :class="(qty >= 999)?'qty-disabled':''">+</view>
- </view>
- </view>
- </view>
- </view>
- <view class="pupu-box gift-box" v-if="giftNum">
- <view class="popu-content-img">
- <image style="width: 58px; height: 58px;" mode="aspectFit" :src="detail.productMsg||'/static/def_imgs.png'"></image>
- </view>
- <view class="popu-content-info">
- <view class="popu-content-info-title flex align_center">
- <view class="flex align_center rebate-tag">
- 赠品
- </view>
- <view class="ellipsis-two">{{detail.productName}}</view>
- </view>
- <view class="popu-content-box">
- <view class="popu-content-num flex align_center">
- <text>X</text> {{giftNum}}
- </view>
- </view>
- </view>
- </view>
- <view class="pupu-box-item">
- <view class="flex align_center justify_between" v-if="shelfInfo">
- <text>配送商:{{shelfInfo.dealerName}}</text>
- <view @click="callPhone()"><uni-icons size="18" type="phone" color="dodgerblue"></uni-icons><text style="font-size:12px;">拨打</text></view>
- </view>
- <view v-if="!isAddCart">
- <view class="totalBar-box" v-if="hasBalancePay">
- <view class="flex align_center justify_between">
- <view>总金额</view>
- <view><text class="pf">¥</text>{{totalAmount}}</view>
- </view>
- <view class="flex align_center justify_between">
- <view v-if="storeAccount">抵扣(余额:<text class="pf">¥</text>{{storeAccount.giveBalance}})</view>
- <view class="flex align_center" v-if="!disKdk" @click="hasKdk=!hasKdk">
- <uni-icons size="18" :type="hasKdk?'checkbox-filled':'checkbox'" color="#2196f3"></uni-icons>
- <text class="pf">¥</text>{{subsidyAmount}}
- </view>
- <view class="flex align_center" v-else>
- <uni-icons size="18" type="circle-filled" color="#aaa"></uni-icons>
- <text class="pf">¥</text>{{subsidyAmount}}
- </view>
- </view>
- <view class="flex align_center justify_end" v-if="detail&&detail.shopProductSubsidy">
- <view>合计:</view>
- <view style="font-weight: bold;"><text class="pf">¥</text>{{payAmount}}</view>
- </view>
- </view>
- <payOptions v-model="payType" :hasBalancePay="showBalanceAuth" :disableCz="disCzOption" :hasPay="hasPay" @change="payTypeChange" :balance="storeAccount?storeAccount.rechargeBalance:0"></payOptions>
- </view>
- </view>
- <view class="popu-content-btn">
- <view class="popu-content-btn-item cartbtn" v-if="isAddCart" @click="submitCart($event)">加入购物车</view>
- <view class="popu-content-btn-item okbtn" v-if="!isAddCart" @click="toBuy">
- {{hasPay?'立即支付':'确定采购'}}
- <text class="payAmount">¥{{payAmount}}</text>
- </view>
- </view>
- </view>
- <!-- 确认付款 -->
- <view class="popu-content" v-if="payInfo&&showPay&&payData">
- <view class="popu-close" @click="cancelPay">
- <uni-icons size="26" type="closeempty"></uni-icons>
- </view>
- <view class="pupu-box-pay-item">
- <view class="popu-content-amount flex align_center justify_center">
- <view>¥{{payInfo.totalDiscountedAmount}}</view>
- </view>
- <view class="flex align_center justify_between" v-if="payInfo.totalSpecialGiveAmount>0">
- <text>总优惠</text>
- <view class="popu-content-price">¥{{payInfo.totalSpecialGiveAmount}}</view>
- </view>
- <view class="flex align_center justify_between" v-if="payInfo.totalTicketGiveAmount>0">
- <text>代金券</text>
- <view class="popu-content-price">¥{{payInfo.totalTicketGiveAmount}}</view>
- </view>
- <view style="height: 10px;"></view>
- <view class="popu-content-title flex align_center justify_between">
- <text>付款方式</text>
- <view></view>
- </view>
- <view class="popu-content-pay flex align_center justify_between">
- <view class="flex align_center">
- <uni-icons size="20" type="weixin" color="#4CAF50"></uni-icons>
- <text style="margin-left: 5px;">微信支付</text>
- </view>
- <view><uni-icons size="22" type="checkbox-filled" color="#2196f3"></uni-icons></view>
- </view>
- </view>
- <view class="popu-content-btn">
- <view class="popu-content-btn-item okbtn" @click="confirmPay">确定付款</view>
- </view>
- </view>
- </page-container>
- <!-- 修改数量弹框 -->
- <uni-popup ref="showPopu" type="center" style="z-index: 1500;" :maskClick="false">
- <view class="popu-nums-content">
- <view class="popu-close" @click="$refs.showPopu.close()">
- <uni-icons size="26" type="closeempty"></uni-icons>
- </view>
- <view class="popu-content-title flex align_center justify_center"><text>修改商品数量</text></view>
- <view class="popu-content-num flex align_center justify_center">
- <uni-number-box v-model="qty" :size="28" :input-width="280" :input-height="70" :min="1" :max="999"></uni-number-box>
- </view>
- <view class="popu-content-btn">
- <view class="popu-content-btn-item okbtn" @click="$refs.showPopu.close()">确定</view>
- </view>
- </view>
- </uni-popup>
- </view>
- </template>
- <script>
- import {
- mapState,
- mapMutations,
- } from 'vuex'
- import { addCart, getCartCount } from '@/api/cart.js'
- import { getShopDetail } from '@/api/shop.js'
- import { purchaseSave, purchaseCheck, purchasePay } from '@/api/purchase.js'
- import { toAuthStore, toLogin } from "@/utils/index.js"
- import payOptions from '../components/payOptions.vue'
- export default {
- components: {
- payOptions
- },
- data() {
- return {
- loading: false,
- showPopu: false, // 弹框
- statusBarHeight: 0, // 状态栏高度
- safeAreaBottom: 0, // 底部安全区域高度
- imgList: [],
- shopProductSn: null,
- detail: null,
- qty: 1,// 数量
- isShare: false ,// 是否从分享打开的
- busPos:{
- x: 10,
- y:uni.getSystemInfoSync().windowHeight - 30
- },
- submitOk: false, // 是否成功
- cacelOk: false, // 是否取消
- refashOk: false, // 是否刷新页面
- showPay: false, // 是否显示付款信息
- isAddCart: false, // 是否加入购物车
- payData: null, // 支付参数
- payType: 0, // 支付方式,0抵扣、1微信,2线下
- hasKdk: false,
- }
- },
- onLoad(option) {
- this.isShare = !!option.share
- // 计算安全区域
- this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight
- this.safeAreaBottom = uni.getSystemInfoSync().safeAreaInsets.bottom
- this.shopProductSn = option.sn
- // 获取产品详情
- this.getDetail()
- },
- // 分享
- onShareAppMessage(e){
- return {
- title: this.detail ? this.detail.productName : '商品名称',
- path: '/pagesB/shopiing/productDetail?sn='+this.shopProductSn+'&share=1',
- imageUrl:this.detail ? this.detail.productMsg : '',
- type: '1'
- }
- },
- watch: {
- disCzOption(v){
- this.payType = v ? (this.hasPay ? 1 : 2) : 0
- },
- disKdk(v){
- this.hasKdk = !v
- }
- },
- computed: {
- ...mapState(['hasLogin']),
- // 登录用户信息
- userInfo(){
- return this.$store.state.vuex_userInfo
- },
- // 货架经销商信息
- shelfInfo(){
- return this.$store.state.vuex_storeShelf
- },
- //是否开启线上支付,且支付方式不是线下支付
- hasPay(){
- const shelfInfo = this.shelfInfo
- return shelfInfo&&shelfInfo.payOnlineFlag&&shelfInfo.payOnlineFlag=='1'
- },
- // 最小支付金额
- minPayAmount(){
- const shelfInfo = this.shelfInfo
- return shelfInfo&&shelfInfo.minAmount ? shelfInfo.minAmount : 0
- },
- // 抵扣余额支付是否可用
- showBalanceAuth(){
- return this.$store.state.vuex_showBalanceAuth
- },
- // 抵扣余额支付是否可用,有【余额支付权限】且该产品有抵扣金额
- hasBalancePay(){
- // 抵扣金额是否小于售价
- const isXPrice = this.detail&&this.detail.shopProductSubsidy&&this.detail.shopProductSubsidy.subsidyAmount<=this.detail.price
- // 是否有促销活动
- const hasProm = this.detail&&!this.detail.shopPromoProduct
- return this.$store.state.vuex_showBalanceAuth&&hasProm&&isXPrice
- },
- // 门店账户信息
- storeAccount(){
- return this.$store.state.vuex_storeAccount
- },
- // 禁用的支付选项
- disCzOption(){
- return this.storeAccount && this.payAmount>this.storeAccount.rechargeBalance
- },
- // 是否禁用抵扣金额
- disKdk(){
- const kdk = this.detail&&this.detail.shopProductSubsidy&&this.storeAccount&&this.subsidyAmount>0&&this.subsidyAmount<=this.storeAccount.giveBalance
- return !kdk||this.payType==2
- },
- // 总金额
- totalAmount(){
- return Number(this.hasLogin&&this.detail&&this.detail.price * this.qty).toFixed(2)
- },
- // 抵扣金额
- subsidyAmount(){
- return Number(this.hasBalancePay?(this.detail&&this.detail.shopProductSubsidy&&this.detail.shopProductSubsidy.subsidyAmount||0) * this.qty:0).toFixed(2)
- },
- // 经销商电话
- dealerPhone(){
- const shelfInfo = this.shelfInfo
- return shelfInfo&&shelfInfo.contactMobile ? shelfInfo.contactMobile : ''
- },
- // 总数
- totalNum(){
- return this.hasLogin&&this.userInfo.sysUserFlag == '1' ? this.$store.state.vuex_cartTotal : 0
- },
- // 支付合计,结算金额
- payAmount(){
- return Number(this.totalAmount-(this.hasKdk&&!this.disKdk&&this.detail&&this.detail.shopProductSubsidy?this.subsidyAmount:0)).toFixed(2)
- },
- // 赠品数量
- giftNum(){
- return this.detail && this.detail.promoType=='BUY_PROD_GIVE_PROD' ? Math.floor(this.qty / this.detail.conditionValue)*this.detail.resultValue : 0
- },
- // 付款信息
- payInfo(){
- return this.$store.state.vuex_tempOrderData
- }
- },
- methods: {
- // 返回
- goBack(){
- if(this.isShare){
- uni.reLaunch({
- url: '/pages/index/index'
- })
- }else{
- uni.navigateBack()
- }
- },
- // 复制
- copy(text){
- uni.setClipboardData({
- data: text,
- success: function () {
- uni.showToast({
- title: '复制成功'
- })
- }
- })
- },
- viewImg(index){
- uni.previewImage({
- urls: this.imgList
- })
- },
- // 联系经销商
- callPhone() {
- if(this.dealerPhone!=''){
- uni.makePhoneCall({
- phoneNumber: this.dealerPhone
- })
- }
- },
- // 产品详情
- getDetail(){
- uni.showLoading({
- title: '加载中'
- })
- const storeShelf = this.$store.state.vuex_storeShelf
- const dealerSn = this.hasLogin && this.userInfo && this.userInfo.sysUserFlag == '1'&&storeShelf ? storeShelf.dealerSn : ''
- // 获取产品详情
- getShopDetail({
- shopProductSn: this.shopProductSn,
- dealerSn: dealerSn
- }).then(res => {
- if(res.status == 200){
- this.detail = res.data
- if(res.data){
- // 产品图片列表
- if(res.data.productPicList){
- res.data.productPicList.forEach(item => {
- this.imgList.push(item.imageUrl||'/static/def_imgs.png')
- })
- }else{
- this.imgList.push(res.data.productMsg||'/static/def_imgs.png')
- }
- // 产品促销活动
- const a = res.data.shopPromoProduct
- let bprice = res.data.price
- if(a){
- res.data.promoType = a.promoType
- res.data.resultValue = a.resultValue
- res.data.conditionValue = a.conditionValue
- res.data.discountType = a.discountType
- res.data.promoProductSn = a.promoProductSn
- res.data.promoSn = a.promoSn
- res.data.orginPrice = res.data.price
- // 特价
- if(res.data.promoType=='PROMO_PROD'){
- bprice =res.data.conditionValue
- }
- }
- res.data.priceStr = Number(bprice).toFixed(2).toString().split('.')
- res.data.price = bprice
- // 可抵扣金额是否可用,有余额支付权限,且没有促销活动,且有抵扣金额,且抵扣金额小于等于抵扣余额
- const kdk = res.data.shopProductSubsidy&&res.data.shopProductSubsidy.subsidyAmount>0&&this.storeAccount&&res.data.shopProductSubsidy.subsidyAmount<=this.storeAccount.giveBalance
- this.hasKdk = kdk&&!this.detail.shopPromoProduct&&this.showBalanceAuth
- }
- }
- uni.hideLoading()
- })
- },
- // 修改数量
- changeQty(value) {
- const max = 999
- const v = value > max ? max : (value==''||value==0?1:value)
- this.qty = v
- },
- // 加入购物车
- toAddCart(){
- // 未登录
- if(this.hasLogin){
- // 游客未认证
- if(this.userInfo.sysUserFlag == '0'){
- toAuthStore()
- }else{
- // 打开确认数量弹框
- this.isAddCart = true
- this.showPopu = true
- }
- }else{
- toLogin()
- }
- },
- // 确定加入购物车
- submitCart(event){
- if(this.loading){
- return
- }
- this.loading = true
- this.$refs.cartAnimation.touchOnGoods(event,this.busPos);
- // 加入购物车
- addCart({
- qty: this.qty,
- price: this.detail.price,
- productSn: this.detail.productSn
- }).then(res => {
- if(res.status == 200){
- uni.$emit('refashCart')
- this.showPopu = false
- }
- })
- },
- // 打开购物车页面
- toCart(){
- if(this.hasLogin){
- // 游客未认证
- if(this.userInfo.sysUserFlag == '0'){
- toAuthStore()
- }else{
- uni.navigateTo({
- url: '/pagesB/cart/index'
- })
- }
- }else{
- toLogin()
- }
- },
- // 立即购买
- toBuy(){
- if(this.hasLogin){
- // 游客未认证
- if(this.userInfo.sysUserFlag == '0'){
- toAuthStore()
- }else{
- if(this.detail.status==0 || this.detail.dealerScopeFlag==0){
- uni.showModal({
- content: '此商品已'+(this.detail.status==0?'下架':'售罄'),
- showCancel:false,
- confirmText:'知道了'
- })
- }else{
- // 打开数量选择弹框
- if(!this.showPopu){
- this.showPopu = true
- // 结算金额大于充值余额时不可使用充值余额
- this.payType = this.storeAccount.rechargeBalance<this.payAmount ? (this.hasPay? '1' : '2'):'0'
- // 没有充值余额权限
- this.payType = this.showBalanceAuth ? this.payType : (this.hasPay? '1' : '2')
- // 有余额支付权限,且没有促销活动,且有抵扣金额,且抵扣金额小于等于抵扣余额
- this.hasKdk = this.detail.shopProductSubsidy&&this.subsidyAmount>0&&this.subsidyAmount<=this.storeAccount.giveBalance&&!this.detail.shopPromoProduct&&this.showBalanceAuth
- }else{
- // 充值余额支付
- if(this.payType == 0){
- if(this.storeAccount.rechargeBalance<this.payAmount){
- setTimeout(()=>{
- this.payType = this.hasPay ? '1' : '2'
- },100)
- uni.showModal({
- content: '充值余额不足!',
- confirmText:'去充值',
- success: (res) => {
- if (res.confirm) {
- uni.navigateTo({
- url: '/pagesB/accountBalance/accountBalance'
- })
- }
- }
- })
- return;
- }
- }
- // 微信支付
- if(this.payType == 1){
- if(this.hasPay && this.minPayAmount>this.payAmount){
- uni.showModal({
- content: '支付金额不能小于'+this.minPayAmount+'元!',
- showCancel:false,
- confirmText:'知道了'
- })
- return;
- }
- }
- // 去结算生产订单
- this.creatOrder()
- }
- }
- }
- }else{
- toLogin()
- }
- },
- // 取消立即购买
- cancelBuy(){
- this.resetPage()
- },
- // 去结算
- creatOrder(){
- uni.showLoading({
- title: '提交中...',
- mask: true
- })
- const _this = this
- this.loading = false
- purchaseCheck({
- useSubsidyFlag: this.hasKdk&&!this.disKdk? '1' : '0',
- payOnlineType: this.payType == 0 ? 'RECHARGE_BALANCE' : this.payType == 1 ? 'PAY_WECHAT_ONLINE' : '',
- detailList: [{
- productSn:this.detail.productSn,
- productCode:this.detail.productCode,
- qty: this.qty,
- price:this.detail.price,
- promoSn: this.detail.promoSn,
- promoProductSn: this.detail.shopProductSubsidy&&this.detail.shopProductSubsidy.productSubsidySn,
- resultValue: this.detail.shopProductSubsidy&&this.detail.shopProductSubsidy.subsidyAmount
- }]}).then(res => {
- uni.hideLoading()
- if(res.status == 200){
- const successList = res.data.successList ? res.data.successList.map(item => {
- return {
- productSn:item.productSn,
- productCode: item.productCode,
- qty: item.qty,
- price:item.price,
- promoSn: item.promoSn,
- promoProductSn: item.promoProductSn,
- resultValue: item.resultValue
- }
- }) : []
- const removeList = res.data.removeList ? res.data.removeList.map(item => item.productCode) : []
- const selloutList = res.data.selloutList ? res.data.selloutList.map(item => item.productCode) : []
- // 有已下架或已售罄产品提示
- if(removeList.length || selloutList.length){
- uni.showModal({
- title: '提示',
- content: (removeList.length ? `产品${removeList.join(',')}已下架,`:'')+(selloutList.length?`产品${selloutList.join(',')}已售罄,`:'')+`不可采购。`+(successList.length?'是否继续采购其他产品?':''),
- showCancel: successList.length,
- confirmText: successList.length?'确定':'知道了',
- success(ret) {
- if(ret.confirm && successList.length){
- _this.submitForm(successList)
- }
- }
- })
- }else{
- const promoChangeFlag = res.data.promoChangeFlag
- const subsidyChangeFlag = res.data.subsidyChangeFlag
- // 活动变更
- if(promoChangeFlag||subsidyChangeFlag){
- uni.showModal({
- title: '提示',
- content: promoChangeFlag ? '促销活动已变更,请刷新!' : (subsidyChangeFlag?'抵扣规则已变更,请刷新!':''),
- confirmText:'确定刷新',
- success(ret) {
- if(ret.confirm){
- _this.showPopu = false
- _this.refashOk = true
- }
- }
- })
- return
- }
- // 直接提交
- _this.submitForm(successList)
- }
- }else{
- this.loading = false
- uni.showToast({
- title: res.message,
- icon: 'none'
- })
- }
- })
- },
- // 创建订单
- submitForm(detailList){
- uni.showLoading({
- title: '提交中...',
- mask: true
- })
- this.loading = true
- purchaseSave({
- detailList: detailList,
- useSubsidyFlag: this.hasKdk&&!this.disKdk? '1' : '0',
- payOnlineType: this.payType == 0 ? 'RECHARGE_BALANCE' : this.payType == 1 ? 'PAY_WECHAT_ONLINE' : ''
- }).then(res => {
- if(res.status == 200){
- res.data.detailList = []
- this.$store.state.vuex_tempOrderData = res.data
- // 这里判断是否开通支付或是充值余额付款,如果开通打开确认付款弹框
- if(this.hasPay||this.payType==0){
- // 计算待付款剩余倒计时
- if(this.payType==1){
- res.data.timestamp = (new Date(res.data.createDate.replace(/-/g,'/')).getTime() + 1800000 - new Date().getTime())/1000
- }
- purchasePay({
- bizSn:res.data.purchaseSn,
- bizNo:res.data.purchaseNo,
- bizType:'SETTLE_BILL',
- payUserOpenId: this.$store.state.vuex_openid || uni.getStorageSync('openid'),
- settleType: this.payType == 0 ? 'RECHARGE_BALANCE' : 'PAY_WECHAT_ONLINE'
- }).then(ret=>{
- if(ret.status == 200){
- // 微信支付
- if(this.payType == 1){
- if(ret.data){
- this.showPay = true
- this.payData = ret.data?ret.data.payRequestRest:null
- }else{
- this.payError('支付失败')
- }
- }else{
- // 余额支付
- this.payError()
- }
- }else{
- this.payError(ret.message)
- }
- uni.$emit("refashPayBalance")
- uni.hideLoading()
- })
- }else{
- // 未开通支付,创建成功,跳转到订单详情页
- this.showPopu = false
- this.submitOk = true
- uni.hideLoading()
- uni.$emit("refashPayBalance")
- }
- }else{
- uni.$emit("refashPayBalance")
- uni.hideLoading()
- uni.showToast({
- title: res.message,
- icon: 'none'
- })
- }
- })
- },
- // 关闭之前
- beforeClosePopu(){
- console.log(this.showPay,this.submitOk,this.cacelOk)
- // 正在支付
- if(this.showPay&&!this.submitOk&&!this.cacelOk){
- this.showPay = false
- this.cancelPay()
- }
- },
- // 支付失败关闭弹框并跳到订单详情页面
- payError(msg){
- if(msg){
- uni.showModal({
- title: '提示',
- content: msg,
- showCancel: false,
- confirmText: '确定',
- success: (res) => {
- if (res.confirm) {
- this.showPay = true
- this.showPopu = false
- this.submitOk = true
- }
- }
- })
- }else{
- // 充值余额支付成功
- this.showPay = true
- this.showPopu = false
- this.submitOk = true
- }
- },
- // 关闭确定订单弹窗后
- closePopu(){
- this.showPopu = false
- // 刷新页面
- if(this.refashOk){
- this.qty = 1
- this.getDetail()
- }else{
- // 开通了支付
- if(this.hasPay){
- // 付款
- if(this.showPay){
- // 确定取消付款或付款失败
- if(this.cacelOk){
- this.cacelOk = false
- }
- // 确定付款成功
- if(this.submitOk){
- this.submitOk = false
- }
- // 去订单详情页
- this.toOrderDetial()
- }else{
- // 取消立即购买
- this.resetPage()
- }
- }else{
- // 未开通支付
- // 去订单详情页
- if(this.submitOk){
- this.submitOk = false
- this.toOrderDetial()
- }else{
- // 取消采购
- this.resetPage()
- }
- }
- }
- },
- // 修改支付方式
- payTypeChange(v){
- // 选择线下支付时,可抵扣金额不能使用
- if(v==2){
- this.hasKdk = false
- }
- // 充值余额支付,判断是否不足
- if(v==0){
- if(this.payAmount>this.storeAccount.rechargeBalance){
- setTimeout(()=>{
- this.payType = this.hasPay ? '1' : '2'
- },100)
- uni.showToast({
- title: '充值余额不足',
- icon: 'none'
- })
- }
- }else{
- this.payType = v
- }
- },
- // 确认付款
- confirmPay(){
- const _this = this
- // 确认付款
- const data = _this.payData
- console.log(data)
- if(data){
- uni.requestPayment({
- provider: 'wxpay',
- timeStamp: data.timeStamp,
- nonceStr: data.nonceStr,
- package: data.package,
- signType: data.signType,
- paySign: data.paySign,
- success: (res) =>{
- _this.payComplete(1,true)
- },
- fail: (err)=> {
- console.log('fail:',err);
- _this.payComplete(err.errMsg.indexOf("cancel")>=0 ? 2 : 0,false)
- }
- });
- }else{
- _this.payComplete(0,false)
- }
- },
- payComplete(type,data){
- uni.showToast({
- mask: true,
- title: type==1 ? '支付成功' : (type==2?'支付取消':'支付失败'),
- icon: 'none'
- })
- this.showPopu = false
- this.submitOk = true
- },
- // 确认取消付款弹框
- cancelPay(){
- const _this = this
- uni.showModal({
- title: '确定取消支付吗?',
- content: '您的订单在30分钟内未支付将被取消,请尽快完成支付。',
- confirmText: '继续支付',
- cancelText: '取消支付',
- success(ret) {
- // 确定取消,跳转到订单详情页
- if(ret.cancel){
- // 支付弹框打开中
- if(_this.showPopu){
- console.log(0)
- _this.showPopu = false
- _this.cacelOk = true
- }else{
- console.log(1)
- // 未打开直接跳转
- _this.toOrderDetial()
- }
- }
- if(ret.confirm){
- console.log(2)
- // 继续支付
- _this.showPopu = true
- _this.showPay = true
- _this.cacelOk = false
- }
- }
- })
- },
- // 重置页面
- resetPage(){
- this.qty = 1
- this.isAddCart = false
- this.showPopu = false
- this.showPay = false
- this.cacelOk = false
- this.submitOk = false
- setTimeout(()=>{
- uni.hideLoading()
- },300)
- },
- // 订单详情页
- toOrderDetial(){
- this.loading = false
- this.resetPage()
- // 跳转到订单详情页面
- uni.navigateTo({
- url: "/pagesB/procureOrder/orderDetail?purchaseSn="+this.$store.state.vuex_tempOrderData.purchaseSn
- })
- }
- }
- }
- </script>
- <style lang="less">
- .pages {
- height: 100vh;
- display: flex;
- flex-direction: column;
- .scrollPage-header{
- z-index: 1;
- width: 100%;
- position:fixed;
- left: 0;
- top: 0;
- .header-title{
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 10px;
- height: 44px;
- .header-left{
- display: flex;
- align-items: center;
- text{
- font-size: 14px;
- color: #333333;
- }
- background-color: rgba(255,255,255,0.6);
- box-shadow: 0px 1px 0px 0px #E6E6E6;
- border-radius: 50px;
- padding: 3px 6px 3px;
- }
- .header-right{
- width: 50px;
- }
- }
- }
- .copyText{
- background-color: #efefef;
- border-radius: 100rpx;
- padding: 0 20rpx;
- color: #03A9F4;
- font-size: 20rpx;
- display: inline-block;
- margin-left: 20rpx;
- height: 44rpx;
- line-height: 44rpx;
- }
- .scrollPage-content{
- flex: 1;
- overflow-y: auto;
- .product-info{
- background:#fff;
- margin-bottom: 10px;
- .product-info-text{
- padding: 10px;
- .product-info-text-title{
- font-weight: bold;
- color: #333333;
- line-height: 22px;
- margin-bottom: 5px;
- }
- .product-info-text-attr{
- display: flex;
- align-items: center;
- justify-content: space-between;
- .product-info-price{
- color: red;
- display: flex;
- align-items: baseline;
- font-size: 12px;
- text{
- font-size: 38rpx;
- }
- }
- .product-info-nums{
- font-size: 12px;
- color: #999999;
- >view{
- display: flex;
- align-items: center;
- }
- .share{
- button{
- width: auto;
- padding: 0;
- border: 0;
- background: none;
- line-height: normal;
- margin: 0;
- display: inline;
- font-size: 12px;
- color: #999;
- &::after{
- border:none;
- }
- ::v-deep .u-icon{
- margin-right: 3px;
- }
- }
- }
- }
- }
- }
- }
- .product-info-guige{
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- background:#fff;
- margin: 10px 0 0;
- padding: 10px;
- line-height: 28px;
- .row{
- width: 100%;
- }
- .row-ban{
- width: 50%;
- }
- >view{
- color: #999;
- text{
- color: #333333;
- }
- }
- }
- .row-info{
- width: 100%;
- background: #fff;
- font-size: 24rpx;
- text-align: center;
- margin: 20rpx 0;
- padding: 15rpx;
- .txt{
- margin-left: 10rpx;
- color: #666;
- font-weight: bold;
- }
- > view{
- padding: 0 10px;
- }
- }
- .product-info-content{
- background:#fff;
- margin-bottom: 10px;
- padding: 10px;
- line-height: 28px;
- }
- }
- .rebate-tag{
- background: #ffe7df;
- color: #E91E63;
- padding: 2px 5px;
- font-size: 10px;
- border-radius: 3px;
- margin-left: 6px;
- }
- .tejia-tag{
- color: #E91E63;
- margin-left: 6px;
- font-size: 12px;
- text{
- font-size: 12px;
- color: #999;
- margin-left: 5px;
- text-decoration: line-through;
- }
- }
- .scrollPage-footer{
- background-color: #FFFFFF;
- width: 100%;
- position: fixed;
- left: 0;
- bottom: 0;
- .scrollPage-footer-box{
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 45px;
- }
- .footer-left{
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 35%;
- .footer-left-item{
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- padding: 0 15px;
- position: relative;
- .footer-left-item-text{
- font-size: 12px;
- color: #666666;
- }
- .badge{
- background: #f44336;
- color: #fff;
- position: absolute;
- right: 5px;
- top: -8px;
- font-size: 12px;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 50rpx;
- padding: 0 10rpx;
- }
- }
- }
- .footer-right{
- width: 60%;
- height: 80%;
- display: flex;
- align-items: center;
- border-radius: 50px;
- overflow: hidden;
- margin: 0 5px;
- .footer-right-item{
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 50%;
- font-size: 14px;
- color: #FFFFFF;
- }
- .footer-right-item:first-child{
- background-color: #FF9900;
- }
- .footer-right-item:last-child{
- background-color: #FF0000;
- }
- }
- }
- .popu-nums-content{
- background-color: #FFFFFF;
- border-radius: 10px;
- width: 300px;
- display: flex;
- flex-direction: column;
- align-items: center;
- padding: 10px 15px;
- .popu-close{
- padding: 10px;
- position: absolute;
- right: 0;
- top: 0;
- z-index: 1000;
- }
- .popu-content-title{
- padding: 10px;
- font-size: 16px;
- }
- .popu-content-num{
- font-size: 24rpx;
- color: #999999;
- padding: 10px 0;
- > text{
- margin-right: 10px;
- font-size: 10px;
- }
- }
- .popu-content-btn{
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: space-around;
- margin: 20px 0 10px;
- .popu-content-btn-item{
- width: 40%;
- height: 32px;
- font-size: 14px;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 100px;
- }
- .cancelBtn{
- background-color: #f8f8f8;
- color: #666;
- }
- .okbtn{
- background-color: #f70000;
- color: #FFFFFF;
- }
- }
- }
- .popu-content{
- display: flex;
- flex-direction: column;
- align-items: center;
- padding: 10px 15px;
- .popu-close{
- padding: 10px;
- position: absolute;
- right: 0;
- top: 0;
- z-index: 1000;
- }
- .qty-box{
- display: flex;
- .qty-btn{
- display: flex;
- align-items: center;
- justify-content: center;
- width: 22px;
- height: 20px;
- border-radius: 50px;
- font-size: 18px;
- color: #066cff;
- &.qty-disabled{
- color: #999;
- }
- }
- .qty-num{
- width: 24px;
- height: 20px;
- line-height: 20px;
- text-align: center;
- background-color: #efefef;
- margin: 0 3px;
- border-radius: 3px;
- font-size: 12px;
- input{
- width: 100%;
- height: 100%;
- text-align: center;
- color: #333;
- }
- }
- }
- .pupu-box{
- display: flex;
- justify-content: space-between;
- margin-top: 35px;
- width: 100%;
- }
- .popu-content-img{
- border-radius: 6px;
- border: 1px solid #eee;
- overflow: hidden;
- width: 80px;
- height: 80px;
- }
- .popu-content-info{
- padding: 0 0 0 10px;
- flex-grow: 1;
- overflow: hidden;
- width: 50%;
- .popu-content-info-title{
- font-size: 14px;
- }
- .popu-content-info-code{
- font-size: 12px;
- color: #00aaff;
- margin-top: 5px;
- }
- }
- .gift-box{
- padding-left: 8%;
- margin-top: 10px;
- border-top: 1px solid #eee;
- padding-top: 10px;
- .popu-content-img{
- width: 58px;
- height: 58px;
- }
- .popu-content-info-title{
- font-size: 12px;
- color: #666;
- }
- .popu-content-box{
- margin-top: 0;
- }
- .popu-content-num{
- padding:5px 15px;
- >text{
- font-size: 10px;
- }
- }
- .rebate-tag{
- margin: 0 5px 0 0;
- background: #ff0000;
- color: #fff;
- flex-grow: 1;
- display: flex;
- justify-content: center;
- }
- .ellipsis-two{
- width: 80%;
- flex-grow: 1;
- }
- }
- .popu-content-box{
- display: flex;
- align-items: baseline;
- margin-top: 5px;
- .popu-content-price{
- color: red;
- display: flex;
- align-items: baseline;
- font-size: 12px;
- text{
- font-size: 38rpx;
- }
- }
- }
- .pupu-box-item,.pupu-box-pay-item{
- width: 100%;
- padding-top: 20px;
- > view{
- padding: 5px 0;
- }
- .totalBar-box{
- margin-bottom: 20rpx;
- > view{
- padding: 5px 0;
- }
- .pf{
- font-size: 20rpx;
- }
- }
- }
- .pupu-box-pay-item{
- > view{
- padding: 6px 0;
- }
- .popu-content-amount{
- font-size: 28px;
- color: red;
- }
- .popu-content-title{
- font-weight: bold;
- }
- }
- .popu-content-num{
- > text{
- margin-right: 10px;
- }
- }
- .popu-content-btn{
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: space-around;
- margin: 30px 0 20px;
- .popu-content-btn-item{
- width: 30%;
- height: 34px;
- font-size: 14px;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 100px;
- }
- .cancelBtn{
- background-color: #f8f8f8;
- color: #666;
- }
- .okbtn{
- background-color: #f70000;
- color: #FFFFFF;
- width: 65%;
- .payAmount{
- margin-left: 5px;
- }
- }
- .cartbtn{
- background-color: #ffa60c;
- color: #FFFFFF;
- width: 65%;
- }
- }
- }
- }
- </style>
|