商品券处理
This commit is contained in:
@@ -403,7 +403,8 @@
|
||||
},
|
||||
setPayAmount ( cartLists ) {
|
||||
let tableFee;
|
||||
if ( this.is_type == 0 ) {
|
||||
// this.storeInfo.registerType == 'munchies'
|
||||
if ( this.is_type == 0 && this.storeInfo.registerType == 'munchies') {
|
||||
tableFee = this.shopTableInfo?(this.shopTableInfo.seatNum*this.storeInfo.tableFee):0
|
||||
} else{
|
||||
tableFee = 0
|
||||
|
||||
Reference in New Issue
Block a user