|
|
|
@ -37,24 +37,75 @@ |
|
|
|
<text class="text-black">扣点</text> |
|
|
|
<text class="text-gray">{{item.weightnoteInfo.deductedPoint}}%</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">代卖费</text> |
|
|
|
<text class="text-gray">{{formate.formatePrice2(item.unitSurcharge)}}</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">磅单图片</text> |
|
|
|
</view> |
|
|
|
<view style="margin-top:20rpx"> |
|
|
|
<sudoku-image image-list="{{item.weightnoteInfo.imageUrls}}" square="{{true}}" clickable="{{true}}"> |
|
|
|
</sudoku-image> |
|
|
|
<sudoku-image image-list="{{item.weightnoteInfo.imageUrls}}" square="{{true}}" clickable="{{true}}"></sudoku-image> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">信息费</text> |
|
|
|
<text class="text-gray">{{formate.formatePrice2(item.unitSurcharge)}}</text> |
|
|
|
<!-- 预付款 --> |
|
|
|
<view wx:if="{{item.paymentType == 1}}"> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">预计总金额</text> |
|
|
|
<text class="text-gray">{{formate.formateAmount(item.preTotalMoney)}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">预计收款金额</text> |
|
|
|
<text class="text-gray"> |
|
|
|
<text>{{formate.formateAmount(item.preSettleMoney)}}元</text> |
|
|
|
<text style="color:#F5222D">({{'首款70%'}})</text> |
|
|
|
</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">代卖费</text> |
|
|
|
<text class="text-gray">-{{formate.formateAmount(item.proxyAmount)}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex text-sg" style="justify-content: flex-end;margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx"> |
|
|
|
<text class="text-black text-bold">预计结算金额:</text> |
|
|
|
<text class="text-gray" style="color:#F5222D">{{formate.formateAmount(item.settlePrice)}}元</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">调节费</text> |
|
|
|
<text class="text-gray text-price">{{item.adjustMoney}}</text> |
|
|
|
<!-- 尾款 --> |
|
|
|
<view wx:elif="{{item.paymentType == 2}}"> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">总金额</text> |
|
|
|
<text class="text-gray">{{formate.formateAmount(item.settlePrice)}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx" wx:if="{{item.adjustMoney}}"> |
|
|
|
<text class="text-black">调节费</text> |
|
|
|
<text class="text-gray">-{{formate.formateAmount(item.adjustMoney)}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">已结算金额:</text> |
|
|
|
<text class="text-gray">-{{formate.formateAmount(item.preSettleMoney)}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex text-sg" style="justify-content: flex-end;margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx"> |
|
|
|
<text class="text-black text-bold">剩余结算金额:</text> |
|
|
|
<text class="text-gray" style="color:#F5222D">{{formate.formateAmount(item.finalPayMoney)}}元</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">结算金额</text> |
|
|
|
<text class="text-gray text-price" style="color:#FFA524">{{item.weightnoteInfo.settlePrice}}</text> |
|
|
|
<!-- 全款 --> |
|
|
|
<view wx:else> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">总金额</text> |
|
|
|
<text class="text-gray">{{formate.formateAmount(item.preTotalMoney)}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx" wx:if="{{item.adjustMoney}}"> |
|
|
|
<text class="text-black">调节费</text> |
|
|
|
<text class="text-gray">{{formate.formateAmount(item.adjustMoney)}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">代卖费</text> |
|
|
|
<text class="text-gray">-{{formate.formateAmount(item.proxyAmount)}}元</text> |
|
|
|
</view> |
|
|
|
<view class="flex text-sg" style="justify-content: flex-end;margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx"> |
|
|
|
<text class="text-black text-bold">结算金额:</text> |
|
|
|
<text class="text-gray" style="color:#F5222D">{{formate.formateAmount(item.weightnoteInfo.settlePrice)}}元</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -64,17 +115,17 @@ |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">纸厂开户账号</text> |
|
|
|
<view class="flex flex-center"> |
|
|
|
<text class="text-gray" style="margin-right:12rpx">{{orderInfo.millSupplierId}}</text> |
|
|
|
<wux-button outline type="positive" size="copy" bind:click="clipboard">复制</wux-button> |
|
|
|
<text class="text-gray" style="margin-right:12rpx">{{orderInfo.millSupplierId || ''}}</text> |
|
|
|
<wux-button outline type="positive" size="copy" bind:click="clipboard" wx:if="{{orderInfo.millSupplierId}}">复制</wux-button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">纸厂订单号</text> |
|
|
|
<text class="text-gray">{{orderInfo.millDeliveryOrderId}}</text> |
|
|
|
<text class="text-gray">{{orderInfo.millDeliveryOrderId || ''}}</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">货到时间</text> |
|
|
|
<text class="text-gray">{{orderInfo.paperMillDeliveryTime}}</text> |
|
|
|
<text class="text-gray">{{orderInfo.paperMillDeliveryTime || ''}}</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">信息费</text> |
|
|
|
@ -129,17 +180,17 @@ |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">纸厂开户账号</text> |
|
|
|
<view class="flex flex-center"> |
|
|
|
<text class="text-gray" style="margin-right:12rpx">{{orderInfo.millSupplierId}}</text> |
|
|
|
<wux-button outline type="positive" size="copy" bind:click="clipboard">复制</wux-button> |
|
|
|
<text class="text-gray" style="margin-right:12rpx">{{orderInfo.millSupplierId || ''}}</text> |
|
|
|
<wux-button outline type="positive" size="copy" bind:click="clipboard" wx:if="{{orderInfo.millSupplierId}}">复制</wux-button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">纸厂订单号</text> |
|
|
|
<text class="text-gray">{{orderInfo.millDeliveryOrderId}}</text> |
|
|
|
<text class="text-gray">{{orderInfo.millDeliveryOrderId || ''}}</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">货到时间</text> |
|
|
|
<text class="text-gray">{{orderInfo.paperMillDeliveryTime}}</text> |
|
|
|
<text class="text-gray">{{orderInfo.paperMillDeliveryTime || ''}}</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">信息费</text> |
|
|
|
@ -225,17 +276,17 @@ |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">纸厂开户账号</text> |
|
|
|
<view class="flex flex-center"> |
|
|
|
<text class="text-gray" style="margin-right:12rpx">{{orderInfo.millSupplierId}}</text> |
|
|
|
<wux-button outline type="positive" size="copy" bind:click="clipboard">复制</wux-button> |
|
|
|
<text class="text-gray" style="margin-right:12rpx">{{orderInfo.millSupplierId || ''}}</text> |
|
|
|
<wux-button outline type="positive" size="copy" bind:click="clipboard" wx:if="{{orderInfo.millSupplierId}}">复制</wux-button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">纸厂订单号</text> |
|
|
|
<text class="text-gray">{{orderInfo.millDeliveryOrderId}}</text> |
|
|
|
<text class="text-gray">{{orderInfo.millDeliveryOrderId || ''}}</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">货到时间</text> |
|
|
|
<text class="text-gray">{{orderInfo.paperMillDeliveryTime}}</text> |
|
|
|
<text class="text-gray">{{orderInfo.paperMillDeliveryTime || ''}}</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">信息费</text> |
|
|
|
|