合并桌问题与称重退款

This commit is contained in:
duan
2024-12-19 18:08:44 +08:00
parent f7a9a2b567
commit db6b1af326
4 changed files with 71 additions and 40 deletions

View File

@@ -112,14 +112,13 @@
</view>
</view>
</template>
<template v-if="goods.list[0].tableId">
<!-- 不免餐位费 -->
<!-- <template v-if="goods.list[0].tableId&&goods.list[0].orderId">
<view class="block" @tap="rotatingTables"
style="display: flex;align-items: center;justify-content: space-between;">
<view>转桌/并桌</view>
<uni-icons type="right" color="#999" size="16"></uni-icons>
</view>
</template>
</template> -->
</template>