| | |
| | | iconSize="1000" |
| | | v-if="driverBillOfLoadingData.list2 ? (driverBillOfLoadingData.list2.length == 0 ? true : false) : true" |
| | | ></u-empty> |
| | | <view class=""> |
| | | <view class="Reserved"> |
| | | <view @click="list3CardIconClick(item)" class="haveYuYue" v-for="(item, index) in driverBillOfLoadingData.list2" :key="index"> |
| | | <view class="haveYuYueTop"> |
| | | <text class="tmcode">提煤单编号:{{ item.code || '' }}</text> |
| | |
| | | <text>{{ item.yuYueSection || '时段' }}</text> |
| | | </view> |
| | | </view> |
| | | <view class="white-block"></view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | } |
| | | } |
| | | } |
| | | .Reserved { |
| | | .white-block { |
| | | width: 100%; |
| | | height: vww(50); |
| | | text-align: center; |
| | | color: #333; |
| | | margin-top: vww(10); |
| | | } |
| | | } |
| | | // 已预约 |
| | | .haveYuYue { |
| | | font-size: 16px; |
| | | font-weight: 300; |
| | | margin-top: vww(24); |
| | | &Top { |
| | | background-color: #f5f5f5; |
| | | height: vww(60); |