纸通宝SAAS仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

155 lines
6.2 KiB

<!--pages/process/order-check/index.wxml-->
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">厂外收货</view>
</cu-custom>
<view wx:if="{{form}}">
<van-index-anchor index="订单信息" />
<van-cell clickable center>
<view slot="title" class="flex flex-justify">
<view class="text-black">客户姓名</view>
<view class="text-gray">{{form.factoryCustomerName || '- -'}}</view>
</view>
</van-cell>
<van-cell clickable center>
<view slot="title" class="flex flex-justify">
<view class="text-black">车牌号码</view>
<view class="text-gray">{{form.plateNumber || '- -'}}</view>
</view>
</van-cell>
<van-cell clickable center>
<view slot="title" class="flex flex-justify">
<view class="text-black">司机</view>
<view class="text-gray">{{form.driverName || '- -'}}</view>
</view>
</van-cell>
<van-cell clickable center wx:if="{{form.operatorName}}">
<view slot="title" class="flex flex-justify">
<view class="text-black">操作员</view>
<view class="text-gray">{{form.operatorName || '- -'}}</view>
</view>
</van-cell>
<van-cell clickable center wx:if="{{form.predictDeliveryToFactoryTime}}">
<view slot="title" class="flex flex-justify">
<view class="text-black">预计到厂时间</view>
<view class="text-gray">{{form.predictDeliveryToFactoryTime}}</view>
</view>
</van-cell>
<van-field label="辅助设备" type="textarea" disabled input-align="right" value="{{ form.equipmentRemark }}" autosize border="{{ false }}" />
<van-index-anchor index="纸品信息" />
<view wx:for="{{form.productCategoryInfos}}" wx:key="index">
<view style="height:16rpx" wx:if="{{index != 0 }}"></view>
<van-cell clickable center>
<view slot="title" class="flex flex-justify">
<view class="text-black">废纸品类{{index + 1}}</view>
<view class="text-gray">{{item.productCategoryName || '- -'}}</view>
</view>
</van-cell>
<van-cell>
<view slot="title" class="flex flex-justify">
<view class="text-black">结算单价(元/公斤)</view>
<view class="text-gray">{{item.settleUnitPrice || '- -'}}</view>
</view>
</van-cell>
<van-cell>
<view slot="title" class="flex flex-justify">
<view class="text-black">毛重(公斤)</view>
<view class="text-gray">{{item.grossWeight || '- -'}}</view>
</view>
</van-cell>
<van-cell>
<view slot="title" class="flex flex-justify">
<view class="text-black">皮重(公斤)</view>
<view class="text-gray">{{item.tareWeight || '- -'}}</view>
</view>
</van-cell>
<van-cell>
<view slot="title" class="flex flex-justify">
<view class="text-black">净重(公斤)</view>
<view class="text-gray">{{item.netWeight || '- -'}}</view>
</view>
</van-cell>
<!-- <van-cell>
<view slot="title" class="flex flex-justify">
<view class="text-black">预估金额(元)</view>
<view class="{{item.price ? 'text-black' : 'text-gray'}}">{{item.price || ''}}</view>
</view>
</van-cell> -->
<view class="bg-white" style="padding: 24rpx 32rpx 20rpx 32rpx">
<view class="flex flex-justify" style="padding-bottom: 24rpx">
<view class="flex flex-center text-black">过磅凭证</view>
</view>
<van-uploader file-list="{{ item.fileList }}" deletable="{{false}}" show-upload="{{false}}" />
</view>
<van-cell wx:if="{{item.deductWeight}}">
<view slot="title" class="flex flex-justify">
<view class="text-black">扣重(公斤)</view>
<view class="text-gray">{{item.deductWeight}}</view>
</view>
</van-cell>
<van-cell wx:if="{{item.deductPercent}}">
<view slot="title" class="flex flex-justify">
<view class="text-black">扣点(%)</view>
<view class="text-gray">{{item.deductPercent}}</view>
</view>
</van-cell>
<van-cell>
<view slot="title" class="flex flex-justify">
<view class="text-black">结算重量(公斤)</view>
<view class="text-gray">{{item.settleWeight || '- -'}}</view>
</view>
</van-cell>
<van-cell>
<view slot="title" class="flex flex-justify">
<view class="text-black">结算金额(元)</view>
<view class="text-gray">{{item.settlePrice || '- -'}}</view>
</view>
</van-cell>
</view>
<van-index-anchor index="汇总信息" />
<van-cell clickable center>
<view slot="title" class="flex flex-justify">
<view class="text-black">结算总重量(公斤)</view>
<view class="text-gray">{{form.totalNetWeight || '- -'}}</view>
</view>
</van-cell>
<van-cell clickable center>
<view slot="title" class="flex flex-justify">
<view class="text-black">结算总金额(元)</view>
<view class="text-gray">{{form.totalSettleWeight || '- -'}}</view>
</view>
</van-cell>
<van-cell wx:if="{{form.onsideGrossWeight}}">
<view slot="title" class="flex flex-justify">
<view class="flex flex-center text-black">厂内毛重(公斤)</view>
<view class="text-gray">{{form.onsideGrossWeight || '- -'}}</view>
</view>
</van-cell>
<van-cell>
<view slot="title" class="flex flex-justify">
<view class="flex flex-center text-black">厂外皮重(公斤)</view>
<view class="text-gray">{{form.offsiteTareWeight || '- -'}}</view>
</view>
</van-cell>
<van-cell>
<view slot="title" class="flex flex-justify">
<view class="flex flex-center text-black">厂外毛重(公斤)</view>
<view class="text-gray">{{form.offsiteGrossWeight || '- -'}}</view>
</view>
</van-cell>
</view>
<submit-layout wx:if="{{form && admin && form.orderStatus == 3}}">
<van-button plain type="default" custom-style="height:88rpx;width:254rpx" bind:click="checkForm">重新定价</van-button>
<van-button type="info" custom-style="margin-left:32rpx;height:88rpx;width:400rpx" bind:click="submitForm">审核通过</van-button>
</submit-layout>
<view style="border-radius: 50rpx;position: fixed;bottom:160rpx;right:50rpx" wx:if="{{form}}">
<van-button round type="info" bind:click="printOrder" custom-style="width: 100rpx;height: 100rpx;">
<van-icon name="printer" size="30px"/>
</van-button>
</view>
<van-dialog id="van-dialog" />
<notification id="qn-notification"/>