yangan
2024-08-16 3d87bf45986772678752aa2d53a2d2dba51efc0b
pages/customer-page/customer-index/customer-index.vue
@@ -5,7 +5,7 @@
            
            <!-- 待领取和转发收发单 -->
            <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">
@@ -50,7 +50,7 @@
                  </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>
@@ -69,7 +69,9 @@
                  </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"
@@ -480,6 +482,9 @@
               width: 70%;
               height: vww(50);
               margin-right: vww(21);
                white-space: nowrap; /* 不换行 */
               overflow: hidden; /* 超出隐藏 */
               text-overflow: ellipsis;
            }
            .order-type {
@@ -612,7 +617,7 @@
               .second-line {
                  width: 100%;
                  height: vww(90);
                  height: vww(50);
                  margin-left: vww(16);
                  display: flex;
                  align-items: center;
@@ -630,6 +635,12 @@
                     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;