|
|
|
@ -158,22 +158,16 @@ |
|
|
|
<view class="text-gray">{{ form.deductPercent || ''}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell wx:if="{{form.otherFee}}"> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">其他费用(元)</view> |
|
|
|
<view class="text-gray">{{ form.otherFee}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">结算金额(元)</view> |
|
|
|
<view class="text-gray">{{ form.adjustedPrice}}</view> |
|
|
|
<view class="text-gray">{{ form.settlePrice}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell wx:if="{{form.proxyPaySurcharge}}"> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">代卖费(元)</view> |
|
|
|
<view class="text-gray">{{ form.settlePrice}}</view> |
|
|
|
<view class="text-gray">{{ form.proxyPaySurcharge}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell wx:if="{{form.freight}}"> |
|
|
|
@ -194,6 +188,12 @@ |
|
|
|
<view class="text-gray">{{ form.subsidy}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell wx:if="{{form.netIncome}}"> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">收入金额(元)</view> |
|
|
|
<view class="text-gray">{{ form.netIncome}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<view class="bg-white" style="padding: 20rpx 32rpx" wx:if="{{fileList.length}}"> |
|
|
|
<view class="flex flex-justify" style="padding-bottom: 20rpx"> |
|
|
|
<text class="text-black">纸厂磅单</text> |
|
|
|
|