|
|
@ -6,7 +6,7 @@ |
|
|
<view wx:if="{{form}}"> |
|
|
<view wx:if="{{form}}"> |
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:if="{{form.status == 2}}"> |
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:if="{{form.status == 2}}"> |
|
|
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_uncheck.png"></image> |
|
|
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_uncheck.png"></image> |
|
|
<view class="text-white text-sg" style="margin-left:12rpx">待过毛重</view> |
|
|
|
|
|
|
|
|
<view class="text-white text-sg" style="margin-left:12rpx">待过皮重</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:elif="{{form.status == 3}}"> |
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:elif="{{form.status == 3}}"> |
|
|
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_uncheck.png"></image> |
|
|
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_uncheck.png"></image> |
|
|
@ -56,6 +56,18 @@ |
|
|
<view class="text-gray">{{form.netWeight}}</view> |
|
|
<view class="text-gray">{{form.netWeight}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
|
|
|
<van-cell wx:if="{{form.deductWeight}}"> |
|
|
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
|
|
<view class="text-black">扣重(KG)</view> |
|
|
|
|
|
<view class="text-gray">-{{form.deductWeight}}</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</van-cell> |
|
|
|
|
|
<van-cell wx:if="{{form.deductPercent}}"> |
|
|
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
|
|
<view class="text-black">扣点(%)</view> |
|
|
|
|
|
<view class="text-gray">{{form.deductPercent}}</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</van-cell> |
|
|
<van-cell> |
|
|
<van-cell> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view class="text-black">定价员</view> |
|
|
<view class="text-black">定价员</view> |
|
|
@ -81,7 +93,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<van-cell> |
|
|
|
|
|
|
|
|
<van-cell wx:if="{{form.emptyWeighingPicture && form.emptyWeighingPicture.length}}"> |
|
|
<view slot="title" class="text-black"> |
|
|
<view slot="title" class="text-black"> |
|
|
<view>过皮重照片</view> |
|
|
<view>过皮重照片</view> |
|
|
<view class="flex" style="margin-top:18rpx"> |
|
|
<view class="flex" style="margin-top:18rpx"> |
|
|
@ -104,13 +116,19 @@ |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<van-cell> |
|
|
<van-cell> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view class="text-black">金额(元)</view> |
|
|
|
|
|
|
|
|
<view class="text-black">扣减金额(元)</view> |
|
|
|
|
|
<view class="text-gray">{{form.deductPrice || ''}}</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</van-cell> |
|
|
|
|
|
<van-cell> |
|
|
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
|
|
<view class="text-black">结算金额(元)</view> |
|
|
<view class="text-gray">{{form.settlePrice || ''}}</view> |
|
|
<view class="text-gray">{{form.settlePrice || ''}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<van-cell> |
|
|
<van-cell> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view class="text-black">订单时间</view> |
|
|
|
|
|
|
|
|
<view class="text-black">下单时间</view> |
|
|
<view class="text-gray">{{form.createTime || ''}}</view> |
|
|
<view class="text-gray">{{form.createTime || ''}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
|