|
|
|
@ -55,8 +55,8 @@ |
|
|
|
shape="square" bind:change="onChange"></van-checkbox> |
|
|
|
<view style="flex:1;margin-left:16rpx" data-index="{{index}}" catchtap="lookItem"> |
|
|
|
<view class="flex flex-justify"> |
|
|
|
<view class="text-black text-lg">{{item.factoryCustomerName}} {{item.factoryCustomerMobile || ''}}</view> |
|
|
|
<view class="text-sm text-gray">{{item.inspectionTime}}</view> |
|
|
|
<view class="text-black text-lg van-ellipsis" style="max-width:320rpx;">{{item.factoryCustomerName}} {{item.factoryCustomerMobile || ''}}</view> |
|
|
|
<view class="text-sm text-gray">{{item.inspectionTime || item.predictDeliveryToFactoryTime}}</view> |
|
|
|
</view> |
|
|
|
<view class="text-sm text-gray" style="line-height:54rpx"> |
|
|
|
<text>品类:{{item.productName}}</text> |
|
|
|
|