|
|
|
@ -4,7 +4,10 @@ |
|
|
|
<view slot="content">出货详情</view> |
|
|
|
</cu-custom> |
|
|
|
|
|
|
|
<van-notice-bar color="#1989fa" background="#008AFF" left-icon="info-o" text="{{ statusOrder(orderInfo.status) }}" wx:if="{{orderInfo}}"/> |
|
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;" wx:if="{{orderInfo}}"> |
|
|
|
<image style="height:42rpx;width:42rpx" src="/assets/image/icon_payfor.png"></image> |
|
|
|
<view class="text-white text-sg" style="margin-left:12rpx">{{ statusOrder(orderInfo.status) }}</view> |
|
|
|
</view> |
|
|
|
<view wx:if="{{orderInfo.status == 0 || orderInfo.status == 1 || orderInfo.status == 3}}"> |
|
|
|
<view wx:if="{{orderInfo}}"> |
|
|
|
<view class="flex flex-center bg-white" style="justify-content: flex-start;padding: 24rpx 32rpx;border-bottom:1rpx solid #f3f3f3"> |
|
|
|
@ -66,13 +69,13 @@ |
|
|
|
<view style="height:24rpx;width:6rpx;background-image: linear-gradient(180deg, #007AFF 0%, #027BFF 15%, #5AABFF 45%, #CAF4FE 100%);"></view> |
|
|
|
<view class="text-black text-sg text-bold" style="margin-left: 12rpx">过磅信息</view> |
|
|
|
</view> |
|
|
|
<van-cell wx:if="{{poundInfo.firstWeight}}"> |
|
|
|
<van-cell wx:if="{{poundInfo.firstWeight}}" border="{{false}}"> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">第一次过磅(皮重)</view> |
|
|
|
<view class="text-gray">{{formate.minWeight(poundInfo.firstWeight, poundInfo.secondWeight)}}</view> |
|
|
|
<view class="text-gray">重量(公斤):{{formate.minWeight(poundInfo.firstWeight, poundInfo.secondWeight)}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<view class="bg-white flex flex-justify" style="padding:24rpx 32rpx" wx:if="{{poundInfo.emptyWeighingPicture.length}}"> |
|
|
|
<view class="bg-white flex flex-justify" style="padding:0rpx 32rpx" wx:if="{{poundInfo.emptyWeighingPicture.length}}"> |
|
|
|
<van-image wx:for="{{poundInfo.emptyWeighingPicture}}" wx:key="index" use-loading-slot width="330rpx" height="240rpx" |
|
|
|
data-url="{{item}}" fit="cover" data-type="0" src="{{item}}" bind:click="viewImage"> |
|
|
|
<view class="image-load" slot="loading"> |
|
|
|
@ -80,13 +83,14 @@ |
|
|
|
</view> |
|
|
|
</van-image> |
|
|
|
</view> |
|
|
|
<van-cell wx:if="{{poundInfo.secondWeight}}"> |
|
|
|
<view class="van-hairline--top" style="height:1px;margin-top: 24rpx;margin-left: 24rpx" wx:if="{{poundInfo.secondWeight}}"></view> |
|
|
|
<van-cell wx:if="{{poundInfo.secondWeight}}" border="{{false}}"> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">第二次过磅(毛重)</view> |
|
|
|
<view class="text-gray">重量(公斤):{{formate.maxWeight(poundInfo.firstWeight, poundInfo.secondWeight)}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<view class="bg-white flex flex-justify" style="padding:24rpx 32rpx" wx:if="{{poundInfo.totalWeighingPicture.length}}"> |
|
|
|
<view class="bg-white flex flex-justify" style="padding:0rpx 32rpx" wx:if="{{poundInfo.totalWeighingPicture.length}}"> |
|
|
|
<van-image wx:for="{{poundInfo.totalWeighingPicture}}" wx:key="index" use-loading-slot width="330rpx" height="240rpx" |
|
|
|
data-url="{{item}}" fit="cover" data-type="1" src="{{item}}" bind:click="viewImage"> |
|
|
|
<view class="image-load" slot="loading"> |
|
|
|
@ -94,6 +98,7 @@ |
|
|
|
</view> |
|
|
|
</van-image> |
|
|
|
</view> |
|
|
|
<view class="van-hairline--top" style="height:1px;margin-top: 24rpx;margin-left: 24rpx"></view> |
|
|
|
<van-cell wx:if="{{poundInfo.netWeight}}"> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">净重(公斤)</view> |
|
|
|
@ -208,13 +213,13 @@ |
|
|
|
<view style="height:24rpx;width:6rpx;background-image: linear-gradient(180deg, #007AFF 0%, #027BFF 15%, #5AABFF 45%, #CAF4FE 100%);"></view> |
|
|
|
<view class="text-black text-sg text-bold" style="margin-left: 12rpx">过磅信息</view> |
|
|
|
</view> |
|
|
|
<van-cell wx:if="{{poundInfo.firstWeight}}"> |
|
|
|
<van-cell wx:if="{{poundInfo.firstWeight}}" border="{{false}}"> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">第一次过磅(皮重)</view> |
|
|
|
<view class="text-gray">{{formate.minWeight(poundInfo.firstWeight, poundInfo.secondWeight)}}</view> |
|
|
|
<view class="text-gray">重量(公斤):{{formate.minWeight(poundInfo.firstWeight, poundInfo.secondWeight)}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<view class="bg-white flex flex-justify" style="padding:24rpx 32rpx" wx:if="{{poundInfo.emptyWeighingPicture.length}}"> |
|
|
|
<view class="bg-white flex flex-justify" style="padding:0rpx 32rpx" wx:if="{{poundInfo.emptyWeighingPicture.length}}"> |
|
|
|
<van-image wx:for="{{poundInfo.emptyWeighingPicture}}" wx:key="index" use-loading-slot width="330rpx" height="240rpx" |
|
|
|
data-url="{{item}}" fit="cover" data-type="0" src="{{item}}" bind:click="viewImage"> |
|
|
|
<view class="image-load" slot="loading"> |
|
|
|
@ -222,13 +227,14 @@ |
|
|
|
</view> |
|
|
|
</van-image> |
|
|
|
</view> |
|
|
|
<van-cell wx:if="{{poundInfo.secondWeight}}"> |
|
|
|
<view class="van-hairline--top" style="height:1px;margin-top: 24rpx;margin-left: 24rpx" wx:if="{{poundInfo.secondWeight}}"></view> |
|
|
|
<van-cell wx:if="{{poundInfo.secondWeight}}" border="{{false}}"> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">第二次过磅(毛重)</view> |
|
|
|
<view class="text-gray">重量(公斤):{{formate.maxWeight(poundInfo.firstWeight, poundInfo.secondWeight)}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<view class="bg-white flex flex-justify" style="padding:24rpx 32rpx" wx:if="{{poundInfo.totalWeighingPicture.length}}"> |
|
|
|
<view class="bg-white flex flex-justify" style="padding:0rpx 32rpx" wx:if="{{poundInfo.totalWeighingPicture.length}}"> |
|
|
|
<van-image wx:for="{{poundInfo.totalWeighingPicture}}" wx:key="index" use-loading-slot width="330rpx" height="240rpx" |
|
|
|
data-url="{{item}}" fit="cover" data-type="1" src="{{item}}" bind:click="viewImage"> |
|
|
|
<view class="image-load" slot="loading"> |
|
|
|
@ -236,6 +242,7 @@ |
|
|
|
</view> |
|
|
|
</van-image> |
|
|
|
</view> |
|
|
|
<view class="van-hairline--top" style="height:1px;margin-top: 24rpx;margin-left: 24rpx"></view> |
|
|
|
<van-cell wx:if="{{poundInfo.netWeight}}"> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">净重(公斤)</view> |
|
|
|
|