订单管理更新
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
})
|
||||
|
||||
function onSeatFeeTuicai(seatFee) {
|
||||
seatFee={...seatFee,num:seatFee.number,productName:seatFee.name}
|
||||
seatFee={...seatFee,num:seatFee.num,productName:seatFee.productName}
|
||||
console.log(seatFee);
|
||||
tuicai.show = true
|
||||
tuicai.isSeatFee = seatFee
|
||||
@@ -94,26 +94,25 @@
|
||||
return
|
||||
}
|
||||
const {
|
||||
id,
|
||||
id,cartId,
|
||||
productId,
|
||||
productSkuId,
|
||||
name,
|
||||
cartId,
|
||||
number,
|
||||
totalAmount,
|
||||
salePrice
|
||||
productName,
|
||||
num,
|
||||
priceAmount,
|
||||
price
|
||||
} = seatFee
|
||||
go.to('PAGES_ORDER_TUIKUAN', {
|
||||
orderId:orderDetail.info.id,
|
||||
id:seatFee.id,
|
||||
id:cartId,
|
||||
productId,
|
||||
productSkuId,
|
||||
productName:name,
|
||||
num:number,
|
||||
productName,
|
||||
num,
|
||||
number: 0,
|
||||
productSkuName: '',
|
||||
priceAmount:totalAmount,
|
||||
price:salePrice
|
||||
priceAmount,
|
||||
price
|
||||
})
|
||||
}
|
||||
|
||||
@@ -282,6 +281,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
console.log(res.seatInfo);
|
||||
orderDetail.seatFee = res.seatInfo|| {
|
||||
name: '客座费',
|
||||
number: res.seatCount,
|
||||
|
||||
Reference in New Issue
Block a user