|
|
@ -16,23 +16,23 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="bg-white flex" style="height:120rpx;padding-top:24rpx;"> |
|
|
<view class="bg-white flex" style="height:120rpx;padding-top:24rpx;"> |
|
|
<view style="width:320rpx;padding-left:48rpx"> |
|
|
<view style="width:320rpx;padding-left:48rpx"> |
|
|
<view class="text-xxl text-bold" style="color:#008AFF">{{formate.formateWeight(reportInfo.totalWeight || 0)}}</view> |
|
|
|
|
|
|
|
|
<view class="text-xxl text-bold" style="color:#008AFF">{{formate.numberFormat(reportInfo.totalSettleWeight || 0)}}</view> |
|
|
<view class="text-black text-sm">代卖重量(吨)</view> |
|
|
<view class="text-black text-sm">代卖重量(吨)</view> |
|
|
</view> |
|
|
</view> |
|
|
<view style="width:300rpx;"> |
|
|
|
|
|
<view class="text-xxl text-bold" style="color:#008AFF">{{reportInfo.totalWeight || 0}}</view> |
|
|
|
|
|
|
|
|
<view style="width:300rpx;">formateAmount |
|
|
|
|
|
<view class="text-xxl text-bold" style="color:#008AFF">{{formate.formateAmount(reportInfo.totalPaidPrice || 0)}}</view> |
|
|
<view class="text-black text-sm">实收(元)</view> |
|
|
<view class="text-black text-sm">实收(元)</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="bg-white flex" style="height:120rpx;padding-top:8rpx"> |
|
|
<view class="bg-white flex" style="height:120rpx;padding-top:8rpx"> |
|
|
<view style="width:320rpx;padding-left:48rpx"> |
|
|
<view style="width:320rpx;padding-left:48rpx"> |
|
|
<view class="text-xxl text-bold" style="color:#008AFF">{{reportInfo.totalWeight || 0}}</view> |
|
|
|
|
|
|
|
|
<view class="text-xxl text-bold" style="color:#008AFF">{{formate.formateAmount(reportInfo.totalProxyPaySurcharge || 0)}}</view> |
|
|
<view class="text-black text-sm">代卖费(元)</view> |
|
|
<view class="text-black text-sm">代卖费(元)</view> |
|
|
</view> |
|
|
</view> |
|
|
<view style="width:300rpx;"> |
|
|
<view style="width:300rpx;"> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<van-table headers="{{columns}}" data="{{ data }}" height="{{ height }}" stripe="{{ true }}"/> |
|
|
|
|
|
|
|
|
<van-table headers="{{columns}}" data="{{ reportInfo.productAgencySalesReportList }}" height="{{ height }}" stripe="{{ true }}"/> |
|
|
|
|
|
|
|
|
<van-calendar show="{{ show }}" type="range" row-height="50" color="#008AFF" z-index="22" min-date="{{ minDate }}" max-date="{{ maxDate }}" default-date="{{ vdate }}" title="日期范围选择" show-subtitle="{{ false }}" show-confirm="{{ false }}" bind:close="onClose" bind:confirm="onSelect"/> |
|
|
<van-calendar show="{{ show }}" type="range" row-height="50" color="#008AFF" z-index="22" min-date="{{ minDate }}" max-date="{{ maxDate }}" default-date="{{ vdate }}" title="日期范围选择" show-subtitle="{{ false }}" show-confirm="{{ false }}" bind:close="onClose" bind:confirm="onSelect"/> |
|
|
<notification id="qn-notification"/> |
|
|
<notification id="qn-notification"/> |