|
|
|
@ -2,117 +2,119 @@ |
|
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}"> |
|
|
|
<view slot="content">过磅详情</view> |
|
|
|
</cu-custom> |
|
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;"> |
|
|
|
<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> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">客户姓名</view> |
|
|
|
<view class="text-gray">刘财顺</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">车牌号码</view> |
|
|
|
<view class="text-gray">{{form.plateNumber || '请输入车牌号码'}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">废纸品类</view> |
|
|
|
<view class="text-gray">黄纸板</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">毛重(KG)</view> |
|
|
|
<view class="text-gray">黄纸板</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">皮重(KG)</view> |
|
|
|
<view class="text-gray">黄纸板</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">净重(KG)</view> |
|
|
|
<view class="text-gray">黄纸板</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">定价员</view> |
|
|
|
<view class="text-gray">黄纸板</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">定价时间</view> |
|
|
|
<view class="text-gray">2021年1月20日 21:46:27</view> |
|
|
|
|
|
|
|
<view wx:if="{{form}}"> |
|
|
|
<view class="flex flex-center info_status" style="justify-content: flex-start;"> |
|
|
|
<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> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black"> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">客户姓名</view> |
|
|
|
<view class="text-gray">{{form.factoryCustomerName}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">车牌号码</view> |
|
|
|
<view class="text-gray">{{form.plateNumber || '请输入车牌号码'}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">废纸品类</view> |
|
|
|
<view class="text-gray">{{form.productId}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">毛重(KG)</view> |
|
|
|
<view class="text-gray">{{form.totalWeight}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">皮重(KG)</view> |
|
|
|
<view class="text-gray">{{form.emptyWeight}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">净重(KG)</view> |
|
|
|
<view class="text-gray">{{form.netWeight}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">定价员</view> |
|
|
|
<view class="text-gray">{{form.inspectorName}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">定价时间</view> |
|
|
|
<view class="text-gray">{{form.inspectionTime}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="text-black"> |
|
|
|
<view>过毛重照片</view> |
|
|
|
<view class="flex" style="margin-top:18rpx"></view> |
|
|
|
<van-image use-loading-slot width="100" height="100" custom-class="page-icon" src="{{'https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fa3.att.hudong.com%2F02%2F38%2F01300000237560123245382609951.jpg&refer=http%3A%2F%2Fa3.att.hudong.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1613740606&t=80056f95b1e837a4d0f770c72a09cfe5'}}" bind:click="viewImage"> |
|
|
|
<view class="image-load" slot="loading"><van-loading type="spinner" size="32" /></view> |
|
|
|
<view class="flex" style="margin-top:18rpx"> |
|
|
|
<van-image wx:for="{{form.preWeighingPicture}}" wx:key="index" use-loading-slot width="100" height="100" |
|
|
|
custom-class="page-icon" data-url="{{item.url}}" data-type="0" src="{{item.url}}" bind:click="viewImage"> |
|
|
|
<view class="image-load" slot="loading"> |
|
|
|
<van-loading type="spinner" size="32" /> |
|
|
|
</view> |
|
|
|
</van-image> |
|
|
|
<van-image use-loading-slot width="100" height="100" custom-class="page-icon" src="{{'https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fa3.att.hudong.com%2F02%2F38%2F01300000237560123245382609951.jpg&refer=http%3A%2F%2Fa3.att.hudong.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1613740606&t=80056f95b1e837a4d0f770c72a09cfe5'}}" bind:click="viewImage"> |
|
|
|
<view class="image-load" slot="loading"><van-loading type="spinner" size="32" /></view> |
|
|
|
</van-image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black"> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="text-black"> |
|
|
|
<view>过皮重照片</view> |
|
|
|
<view class="flex" style="margin-top:18rpx"></view> |
|
|
|
<van-image use-loading-slot width="100" height="100" custom-class="page-icon" src="{{'https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fa3.att.hudong.com%2F02%2F38%2F01300000237560123245382609951.jpg&refer=http%3A%2F%2Fa3.att.hudong.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1613740606&t=80056f95b1e837a4d0f770c72a09cfe5'}}" bind:click="viewImage"> |
|
|
|
<view class="image-load" slot="loading"><van-loading type="spinner" size="32" /></view> |
|
|
|
<view class="flex" style="margin-top:18rpx"> |
|
|
|
<van-image wx:for="{{form.aftWeighingPicture}}" wx:key="index" use-loading-slot width="100" height="100" |
|
|
|
custom-class="page-icon" data-url="{{item.url}}" data-type="1" src="{{item.url}}" bind:click="viewImage"> |
|
|
|
<view class="image-load" slot="loading"> |
|
|
|
<van-loading type="spinner" size="32" /> |
|
|
|
</view> |
|
|
|
</van-image> |
|
|
|
<van-image use-loading-slot width="100" height="100" custom-class="page-icon" src="{{'https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fa3.att.hudong.com%2F02%2F38%2F01300000237560123245382609951.jpg&refer=http%3A%2F%2Fa3.att.hudong.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1613740606&t=80056f95b1e837a4d0f770c72a09cfe5'}}" bind:click="viewImage"> |
|
|
|
<view class="image-load" slot="loading"><van-loading type="spinner" size="32" /></view> |
|
|
|
</van-image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
|
|
|
|
<van-index-anchor index="订单信息" /> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">单价(元/KG)</view> |
|
|
|
<view class="text-gray">1.80</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">金额(元)</view> |
|
|
|
<view class="text-gray">47001.80</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">订单时间</view> |
|
|
|
<view class="text-gray">2021年1月20日 21:46:27</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">订单编号</view> |
|
|
|
<view class="text-gray">XXP123456709978957</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
</van-cell> |
|
|
|
|
|
|
|
<van-index-anchor index="订单信息" /> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">单价(元/KG)</view> |
|
|
|
<view class="text-gray">{{form.settleUnitPrice}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">金额(元)</view> |
|
|
|
<view class="text-gray">{{form.createTime}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">订单时间</view> |
|
|
|
<view class="text-gray">{{form.createTime}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">订单编号</view> |
|
|
|
<view class="text-gray">{{form.createTime}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
</view> |
|
|
|
<view style="height:{{136 + safeBottom}}rpx;"></view> |
|
|
|
<view class="cu-bar bg-white foot" style="height:{{120 + safeBottom}}rpx;padding:0rpx 32rpx {{safeBottom}}rpx 32rpx;" wx:if="{{form}}"> |
|
|
|
<view class="cu-bar bg-white foot" style="height:{{120 + safeBottom}}rpx;padding:0rpx 32rpx {{safeBottom}}rpx 32rpx;" |
|
|
|
wx:if="{{form}}"> |
|
|
|
<van-button plain type="default" custom-style="height:88rpx;width:254rpx" bind:click="cancelOrder">重新过皮重</van-button> |
|
|
|
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:400rpx" bind:click="priceOrder">通过审核</van-button> |
|
|
|
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:400rpx" bind:click="checkOrder">通过审核 |
|
|
|
</van-button> |
|
|
|
</view> |
|
|
|
|
|
|
|
<van-dialog id="van-dialog" /> |