优化添加优惠
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<div class="pay_wrap">
|
||||
<payCard ref="payCardRef" :orderList="orderList" :amount="cartInfo.totalAmount"
|
||||
:orderId="goodsStore.orderListInfo.id" @paySuccess="paySuccess" @orderExpired="orderExpiredHnadle"
|
||||
:isPrint="0" />
|
||||
:isPrint="0" @reset="show" />
|
||||
</div>
|
||||
</div>
|
||||
<!-- <el-dialog v-model="showStaffDiscount" title="员工折扣" @close="global.updateData(true)">
|
||||
@@ -229,6 +229,7 @@ function paySuccess() {
|
||||
useStorage.del('tableCode')
|
||||
socket.cartInit()
|
||||
goodsStore.successClearCart()
|
||||
goodsStore.clearVipUserInfo()
|
||||
}
|
||||
|
||||
const payCardRef = ref(null)
|
||||
|
||||
Reference in New Issue
Block a user