|
|
|
@ -27,7 +27,7 @@ |
|
|
|
<text wx:if="{{item.status != 1 && item.factoryCustomerMobile}}">-{{item.factoryCustomerMobile}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="text-df" wx:if="{{item.status == 1}}">定价</view> |
|
|
|
<view class="text-df" wx:if="{{item.status == 1}}">待定价</view> |
|
|
|
<view class="text-df" wx:elif="{{item.status == 2}}">待过皮重</view> |
|
|
|
<view class="text-df" wx:elif="{{item.status == 3}}">待审核</view> |
|
|
|
<view class="text-df" style="color:#FA541C" wx:elif="{{item.status == 4}}">待付款</view> |
|
|
|
@ -37,24 +37,24 @@ |
|
|
|
<view class="text-df text-gray" wx:elif="{{item.status == 6}}">已关闭</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx" wx:if="{{item.productName}}"> |
|
|
|
<view class="text-sm text-black">品类:</view> |
|
|
|
<view class="text-sm text-black" style="margin-left:80rpx">品类:</view> |
|
|
|
<view class="text-sm text-black">{{item.productName}}</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx" wx:if="{{item.totalWeight}}"> |
|
|
|
<view class="text-sm text-black">毛重(公斤):</view> |
|
|
|
<view class="text-sm text-black">{{item.totalWeight}}</view> |
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx"> |
|
|
|
<view class="text-sm text-black" style="margin-left:80rpx">毛重(公斤):</view> |
|
|
|
<view class="text-sm text-black">{{item.totalWeight || '- -'}}</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx" wx:if="{{item.settleWeight}}"> |
|
|
|
<view class="text-sm text-black">结算重量(公斤):</view> |
|
|
|
<view class="text-sm text-black">{{item.settleWeight}}</view> |
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx"> |
|
|
|
<view class="text-sm text-black" style="margin-left:80rpx">结算重量(公斤):</view> |
|
|
|
<view class="text-sm text-black">{{item.settleWeight || '- -'}}</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx" wx:if="{{item.unitPrice}}"> |
|
|
|
<view class="text-sm text-black">单价(元/公斤):</view> |
|
|
|
<view class="text-sm text-black">{{item.unitPrice}}</view> |
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx"> |
|
|
|
<view class="text-sm text-black" style="margin-left:80rpx">单价(元/公斤):</view> |
|
|
|
<view class="text-sm text-black">{{item.unitPrice || '- -'}}</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx" wx:if="{{item.settlePrice}}"> |
|
|
|
<view class="text-sm text-black">结算金额(元):</view> |
|
|
|
<view class="text-sm text-black">{{item.settlePrice}}</view> |
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx"> |
|
|
|
<view class="text-sm text-black" style="margin-left:80rpx">结算金额(元):</view> |
|
|
|
<view class="text-sm text-black">{{item.settlePrice || '- -'}}</view> |
|
|
|
</view> |
|
|
|
<view class="flex" style="justify-content: flex-end;margin-top:16rpx"> |
|
|
|
<van-button round type="info" custom-style="margin-left:24rpx;height:64rpx;width:160rpx" data-page="{{pageIndex}}" data-index="{{index}}" |
|
|
|
|