规格提示修改
This commit is contained in:
parent
3ac220221e
commit
cf0448cce9
@ -55,7 +55,7 @@
|
||||
</div>
|
||||
<div class="good-price-num">
|
||||
<div class="good-price-num-pos">
|
||||
<div class="price" @click="toCheckGood(index, indexg)">{{ g.price }} / {{ g.unit }}</div>
|
||||
<div class="price" @click="toCheckGood(index, indexg)">{{ g.netWeightInfoVO.goodSpecs }}</div>
|
||||
<div class="total" @click="toCheckGood(index, indexg)">{{ (g.price * g.quantity).toFixed(2) }}</div>
|
||||
<div class="num">
|
||||
<div class="right-item">
|
||||
|
@ -56,7 +56,7 @@
|
||||
</div>
|
||||
<div class="good-price-num">
|
||||
<div class="good-price-num-pos">
|
||||
<div class="price">¥{{ g.unitPrice }} / {{ g.unit }} * {{ g.quantity }}</div>
|
||||
<div class="price">{{ g.netWeightInfoVO ? g.netWeightInfoVO.goodSpecs : '' }}</div>
|
||||
<div class="total">
|
||||
<div class="amount">{{ (g.unitPrice * g.quantity).toFixed(2) }}</div>
|
||||
<!-- <div class="amount">{{ (g.unitPrice * g.quantity + g.carriage).toFixed(2) }}</div> -->
|
||||
@ -195,6 +195,7 @@ let bottomList = reactive([
|
||||
onMounted(() => {
|
||||
page.orderStatus = 'all';
|
||||
store.getData(page).then((res) => {
|
||||
console.log(typeof res.records[0].orderItemInfos[0].netWeightInfoVO.goodSpecs);
|
||||
total.value = res.total;
|
||||
if (res.records.length > 0) {
|
||||
show.value = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user