1、oms调拨时显示可调拨金额及哪些账户可进行调拨

2、oms可进行返利充值。
3、oms油站账户可查看近3日平均销量
This commit is contained in:
2023-12-12 16:54:00 +08:00
parent f481362ca0
commit 7c2554cde1
4 changed files with 128 additions and 35 deletions

View File

@@ -23,6 +23,8 @@
<image class="logo" src="@/static/serviceStation.png"></image>
<view>{{item.accountName}}</view>
<view>账户总余额{{handlerNumber(item.balance)}}</view>
<view>近3日平均销量{{handlerNumber(item.nlyThreedaysAvgAmount)}}</view>
<view>统计时间{{item.nlyThreedaysAvgTime?item.nlyThreedaysAvgTime:'--'}}</view>
</view>
</view>
</scroll-view>
@@ -128,7 +130,7 @@
position: relative;
margin-bottom: 25rpx;
padding-top: 60rpx;
height: 200rpx;
height: 300rpx;
width: 100%;
background: #fff;
border-radius: 10rpx;
@@ -155,9 +157,10 @@
font-weight: 550;
}
.container .item view:nth-of-type(2) {
.container .item view {
margin-top: 10rpx;
color: #778899;
font-size: 24rpx;
}
</style>