|
|
|
@ -23,8 +23,8 @@ |
|
|
|
<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> |
|
|
|
<view class="flex text-sg text-black van-ellipsis" style="max-width: 360rpx;"> |
|
|
|
<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> |
|
|
|
@ -53,8 +53,8 @@ |
|
|
|
</view> |
|
|
|
<view wx:else> |
|
|
|
<view class="flex flex-justify"> |
|
|
|
<view class="flex flex-center"> |
|
|
|
<text>客户名称:{{item.factoryCustomerName}}</text> |
|
|
|
<view class="flex flex-center text-sg text-black van-ellipsis" style="max-width: 540rpx;justify-content: flex-start"> |
|
|
|
<text>{{item.factoryCustomerName}}</text> |
|
|
|
<text wx:if="{{item.factoryCustomerMobile}}">({{item.factoryCustomerMobile}})</text> |
|
|
|
</view> |
|
|
|
<view class="flex" > |
|
|
|
|