qingyiay
2023-03-23 accaf01dabdf317e67b7f24c13c81c1023d51cd4
pages/freight-forwarder-page/freightForwarder-index/freightForwarder-index.vue
@@ -8,23 +8,23 @@
                  <text>{{ item.carNum }}</text>
                  张
               </view>
               <view class="card-left__utils"><u-button text="转发" type="primary" @tap.stop="forwardClick(item.id)" shape="circle"></u-button></view>
               <view class="card-left__utils"><u-button text="转发" type="primary" @tap.stop="forwardClick(item)" shape="circle"></u-button></view>
            </template>
            <template v-slot:right-top>
               <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>
@@ -62,9 +62,9 @@
         });
      },
      // 转发
      forwardClick(id) {
      forwardClick(value) {
         uni.navigateTo({
            url: `/pages/public-page/forward/forward?orderPlanId=${id}`
            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 {