| | |
| | | |
| | | <!-- 待领取和转发收发单 --> |
| | | <view class="wait-collection" |
| | | style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/customerbanner.png') no-repeat;background-size:contain"> |
| | | style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/customerbanner.png') no-repeat;background-size:contain"> |
| | | </view> |
| | | <!-- 自主配送界面 --> |
| | | <view class="self-deliver" v-if="personnelType === 1"> |
| | |
| | | </view> |
| | | <view class="second-line"> |
| | | <view class="coal-name"> |
| | | <view class="">{{ item.productNames || item.productName }}</view> |
| | | <view class="coal-name-tag">{{ item.productNames || item.productName }}</view> |
| | | <view class="black-bar"></view> |
| | | <view class="coal-type" |
| | | v-if="item.orderType">{{ item.orderType }}</view> |
| | |
| | | </view> |
| | | <view class="fourth-line"> |
| | | <view class="receive" |
| | | @click.stop="receiveClick(item)"> |
| | | @click.stop="receiveClick(item)" |
| | | v-if="Number(item.cars2) < Number(item.carNum)" |
| | | > |
| | | <view class="button-image">领取</view> |
| | | </view> |
| | | <view class="forward" |
| | |
| | | width: 70%; |
| | | height: vww(50); |
| | | margin-right: vww(21); |
| | | white-space: nowrap; /* 不换行 */ |
| | | overflow: hidden; /* 超出隐藏 */ |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | .order-type { |
| | |
| | | |
| | | .second-line { |
| | | width: 100%; |
| | | height: vww(90); |
| | | height: vww(50); |
| | | margin-left: vww(16); |
| | | display: flex; |
| | | align-items: center; |
| | |
| | | display: flex; |
| | | margin-top: 20rpx; |
| | | align-items: center; |
| | | .coal-name-tag{ |
| | | width: 70%; |
| | | white-space: nowrap; /* 不换行 */ |
| | | overflow: hidden; /* 超出隐藏 */ |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | .black-bar { |
| | | width: 2rpx; |