|
@@ -109,7 +109,7 @@
|
|
|
<view class="tui-title">结账方式</view>
|
|
<view class="tui-title">结账方式</view>
|
|
|
<button @click="form.hasPay = 2" class="admin-button-com middle" :class="form.hasPay == 2 ? 'blue' : 'default'">欠款</button>
|
|
<button @click="form.hasPay = 2" class="admin-button-com middle" :class="form.hasPay == 2 ? 'blue' : 'default'">欠款</button>
|
|
|
<button @tap="form.hasPay = 1" class="admin-button-com middle" :class="form.hasPay == 1 ? 'blue' : 'default'">已付款</button>
|
|
<button @tap="form.hasPay = 1" class="admin-button-com middle" :class="form.hasPay == 1 ? 'blue' : 'default'">已付款</button>
|
|
|
- <button @click="form.hasPay = 0" class="admin-button-com middle" :class="form.hasPay == 0 ? 'blue' : 'default'">待付款</button>
|
|
|
|
|
|
|
+ <button @click="form.hasPay = 0" class="admin-button-com middle" :class="form.hasPay == 0 ? 'blue' : 'default'">扫码付</button>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
<tui-list-cell class="line-cell" :arrow="true" v-if="form.hasPay == 1">
|
|
<tui-list-cell class="line-cell" :arrow="true" v-if="form.hasPay == 1">
|
|
@@ -218,7 +218,7 @@ export default {
|
|
|
autoLoad: false,
|
|
autoLoad: false,
|
|
|
isBilling: true,
|
|
isBilling: true,
|
|
|
staffList:[],
|
|
staffList:[],
|
|
|
- payWayList:[{name:"客服微信",id:0},{name:"支付宝",id:1},{name:"现金",id:4},{name:"银行卡",id:5}],
|
|
|
|
|
|
|
+ payWayList:[{name:"客服微信",id:0},{name:"现金",id:4},{name:"支付宝",id:1},{name:"银行卡",id:5}],
|
|
|
payWayindex:0,
|
|
payWayindex:0,
|
|
|
form: {
|
|
form: {
|
|
|
shopId: "",
|
|
shopId: "",
|