bug
This commit is contained in:
parent
fa64cf61b6
commit
ff0af40e39
@ -301,7 +301,7 @@
|
||||
v-for="(item,index) in cardFuelDieselList" :key="index"
|
||||
:class="activeKey === index ? 'select' : ''"
|
||||
@click="recharge(index)">
|
||||
<div class="top1"><span class="amount1">{{ item.incomeLitres }}</span>L</div>
|
||||
<!-- <div class="top1"><span class="amount1">{{ item.incomeLitres }}</span>L</div>-->
|
||||
<div>售价<span class="amount">{{ item.rechargeBalance }}</span>元</div>
|
||||
<div>锁价<span class="amount">{{ item.lockupPrice }}</span>/升</div>
|
||||
</div>
|
||||
@ -1971,9 +1971,9 @@ export default {
|
||||
|
||||
.mon2 {
|
||||
width: 20%;
|
||||
height: 75px;
|
||||
height: 70px;
|
||||
border: 0.5px #dadfe6 solid;
|
||||
line-height: 25px;
|
||||
line-height: 35px;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
margin: 0 10px;
|
||||
|
@ -424,7 +424,7 @@
|
||||
mt_user_id = #{cardFuelRecord.mtUserId}
|
||||
and store_id = #{cardFuelRecord.storeId}
|
||||
and expire_time > NOW()
|
||||
<if test=" cardFuelRecord.oil_type != null">
|
||||
<if test=" cardFuelRecord.oilType != null and cardFuelRecord.oilType != ''">
|
||||
and oil_type = #{cardFuelRecord.oilType}
|
||||
</if>
|
||||
</where>
|
||||
|
@ -44,4 +44,13 @@ export function getUserVoName(data) {
|
||||
})
|
||||
}
|
||||
|
||||
// 获取用户囤油卡锁价信息
|
||||
export function getRecord(data) {
|
||||
return request({
|
||||
url: '/business/marketingActivity/cardFuelRecord/getRecordByUserId',
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
@ -302,7 +302,7 @@
|
||||
v-for="(item,index) in cardFuelDieselList" :key="index"
|
||||
:class="activeKey === index ? 'select' : ''"
|
||||
@click="recharge(index)">
|
||||
<div class="top1"><span class="amount1">{{ item.incomeLitres }}</span>L</div>
|
||||
<!-- <div class="top1"><span class="amount1">{{ item.incomeLitres }}</span>L</div>-->
|
||||
<div>售价<span class="amount">{{ item.rechargeBalance }}</span>元</div>
|
||||
<div>锁价<span class="amount">{{ item.lockupPrice }}</span>/升</div>
|
||||
</div>
|
||||
@ -2344,9 +2344,9 @@ export default {
|
||||
|
||||
.mon2 {
|
||||
width: 20%;
|
||||
height: 75px;
|
||||
height: 70px;
|
||||
border: 0.5px #dadfe6 solid;
|
||||
line-height: 25px;
|
||||
line-height: 35px;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
margin: 0 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user