|
|
|
@ -19,7 +19,7 @@ |
|
|
|
<view class="flex flex-justify item-content" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="lookItem"> |
|
|
|
<view style="height: 88rpx"> |
|
|
|
<view class="flex text-sg text-black van-ellipsis" style="max-width: 360rpx"> |
|
|
|
<text>客户名称:{{item.factoryCustomerName}}</text> |
|
|
|
<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> |
|
|
|
|