|
|
@ -1,6 +1,6 @@ |
|
|
<!--pages/process/order-list/index.wxml--> |
|
|
<!--pages/process/order-list/index.wxml--> |
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}"> |
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}"> |
|
|
<view slot="content">{{title}}</view> |
|
|
|
|
|
|
|
|
<view slot="content">磅单列表</view> |
|
|
</cu-custom> |
|
|
</cu-custom> |
|
|
|
|
|
|
|
|
<refresh-view bind:refresh="onRefreshList" height="{{height}}" triggered="{{requesting}}" scrollTop="{{top}}" bind:scrolltolower="fetchOrderList"> |
|
|
<refresh-view bind:refresh="onRefreshList" height="{{height}}" triggered="{{requesting}}" scrollTop="{{top}}" bind:scrolltolower="fetchOrderList"> |
|
|
@ -17,41 +17,17 @@ |
|
|
<text class="text-sg" style="line-height:64rpx;padding-left:32rpx">{{item.tipsTime}}</text> |
|
|
<text class="text-sg" style="line-height:64rpx;padding-left:32rpx">{{item.tipsTime}}</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="item-content" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="lookItem"> |
|
|
<view class="item-content" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="lookItem"> |
|
|
<view class="flex flex-justify" wx:if="{{item.status == 1 || item.status == 2 || item.status == 3}}"> |
|
|
|
|
|
<view style="height: 88rpx"> |
|
|
|
|
|
<view class="flex flex-center text-sg text-black"> |
|
|
|
|
|
<text>客户名称:{{item.factoryCustomerName}}</text> |
|
|
|
|
|
<text wx:if="{{item.status != 1 && item.factoryCustomerMobile}}">({{item.factoryCustomerMobile}})</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="text-sm text-gray" style="margin-top:12rpx" wx:if="{{item.status == 1}}">毛重:{{item.totalWeight}}公斤</view> |
|
|
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx" wx:if="{{item.status == 2}}"> |
|
|
|
|
|
<view class="text-sm text-gray">品类:{{item.productName}}</view> |
|
|
|
|
|
<view class="text-sm text-gray">毛重:{{item.totalWeight}}公斤</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx" wx:if="{{item.status == 3}}"> |
|
|
|
|
|
<view class="text-sm text-gray">品类:{{item.productName}}</view> |
|
|
|
|
|
<view class="text-sm text-gray">金额:{{item.settlePrice}}元</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="flex flex-justify"> |
|
|
|
|
|
<view class="text-df">磅单编号:{{item.factoryCustomerName}}</view> |
|
|
|
|
|
<view class="flex"> |
|
|
|
|
|
<view class="text-df" style="color:#FA541C" wx:if="{{item.status == 0}}">过磅中</view> |
|
|
|
|
|
<view class="text-df" style="color:#028A00" wx:elif="{{item.status == 1}}">已过磅</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view wx:else> |
|
|
|
|
|
<view class="flex flex-justify"> |
|
|
|
|
|
<view class="flex flex-center"> |
|
|
|
|
|
<text>客户名称:{{item.factoryCustomerName}}</text> |
|
|
|
|
|
<text wx:if="{{item.factoryCustomerMobile}}">({{item.factoryCustomerMobile}})</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="flex" > |
|
|
|
|
|
<view class="text-df" style="color:#FA541C" wx:if="{{item.status == 4}}">待付款</view> |
|
|
|
|
|
<view class="text-df" style="color:#028A00" wx:elif="{{item.status == 41}}">代付中</view> |
|
|
|
|
|
<view class="text-df" style="color:#028A00" wx:elif="{{item.status == 42}}">待结算</view> |
|
|
|
|
|
<view class="text-df" style="color:#028A00" wx:elif="{{item.status == 5}}">已完成</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx"> |
|
|
|
|
|
<view class="text-sm text-gray">品类:{{item.productName}}</view> |
|
|
|
|
|
<view class="text-sm text-gray">重量:{{item.settleWeight}}公斤</view> |
|
|
|
|
|
<view class="text-sm text-gray">金额:{{item.settlePrice}}元</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="flex flex-justify" style="margin-top:12rpx"> |
|
|
|
|
|
<view class="text-sm text-gray">毛重:{{item.productName}}公斤</view> |
|
|
|
|
|
<view class="text-sm text-gray">皮重:{{item.settleWeight}}公斤</view> |
|
|
|
|
|
<view class="text-sm text-gray">净重:{{item.netWeight}}公斤</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|