|
@@ -535,7 +535,7 @@ export default {
|
|
}
|
|
}
|
|
if (item.kitType == 'LEASE') {
|
|
if (item.kitType == 'LEASE') {
|
|
if (item.name != '自备') {
|
|
if (item.name != '自备') {
|
|
- marketPrice += item.depositFee
|
|
|
|
|
|
+ marketPrice += parseFloat(item.marketPrice)
|
|
goodsMarketPrice += item.depositFee
|
|
goodsMarketPrice += item.depositFee
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|