qingyiay
2023-03-23 accaf01dabdf317e67b7f24c13c81c1023d51cd4
pages/freight-forwarder-page/freightForwarder-index/freightForwarder-index.vue
@@ -14,17 +14,17 @@
               <view class="right-top">
                  <view class="card-right-top-row">
                     <view>
                        <text>转发剩余:{{ item.carNumSurplusHuodai||'' }}</text>
                        <text>转发剩余:{{ item.carNumSurplusHuodai || '' }}</text>
                     </view>
                     <view>
                        <text>{{ item.coalName||'' }}</text>
                        <text>{{ item.coalName || '' }}</text>
                     </view>
                  </view>
               </view>
            </template>
            <template v-slot:right-bottom>
               <view class="code">
                  <text>编号:{{ item.orderCode||'' }}</text>
                  <text>编号:{{ item.orderCode || '' }}</text>
               </view>
            </template>
         </card>
@@ -64,7 +64,7 @@
      // 转发
      forwardClick(value) {
         uni.navigateTo({
            url: `/pages/public-page/forward/forward?orderPlanId=${value.id}&carNumSurplusHuodai=${value.carNumSurplusHuodai}`
            url: `/pages/public-page/forward/forward?orderPlanId=${value.orderPlanId}&carNumSurplusHuodai=${value.carNumSurplusHuodai}`
         });
      }
   }
@@ -81,7 +81,7 @@
      // 卡片样式
      .card-left__top {
         margin-top:vww(26);
         margin-top: vww(26);
         text-align: center;
         color: #ffffff;
         text {