优化结算选择优惠券

This commit is contained in:
gyq
2025-11-18 14:32:25 +08:00
parent 4478cc01fe
commit bca332f7b8
19 changed files with 4191 additions and 109 deletions

View File

@@ -14,10 +14,10 @@
<CirclePlus />
</el-icon>
<template v-if="!goodsStore.vipUserInfo.id">
<span class="t">选择会员</span>
<span class="t">选择用户</span>
</template>
<template v-else>
<div class="user_info" @click="goodsStore.clearVipUserInfo()">
<div class="user_info">
<!-- <el-text class="n">{{ goodsStore.vipUserInfo.nickName }}</el-text> -->
<el-text class="p">{{ formatPhoneNumber(goodsStore.vipUserInfo.phone) }}</el-text>
</div>
@@ -95,7 +95,7 @@
</div>
</div>
<CartItem
:item="{ product_name: '客座费', number: goodsStore.tableInfo.num, lowPrice: store.shopInfo.tableFee, memberPrice: store.shopInfo.tableFee }"
:item="{ product_name: '客座费', number: goodsStore.tableInfo.num, salePrice: store.shopInfo.tableFee, memberPrice: store.shopInfo.tableFee }"
v-if="!store.shopInfo.isTableFee && goodsStore.tableInfo.id && !goodsStore.allSelected" />
<div class="order_list_item" v-for="(arr, index) in goodsStore.orderList" :key="index">
<div class="order_num">