yangan
2024-08-01 760f13c7bc65f53db08c7a8101a0e469ef69ff73
pages/freight-forwarder-page/freightForwarder-index/freightForwarder-index.vue
@@ -250,7 +250,7 @@
            //    }
            // });
            uni.navigateTo({
               url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${item.orderPlanId}&carNum=${item.carNum}`
               url: `/subPages/fayunPlanDetails?orderPlanId=${item.orderPlanId}&carNum=${item.carNum}`
            });
         },
         // 转发
@@ -262,7 +262,7 @@
         // 点击历史收发单一行获取详情
         faYundetail(v) {
            uni.navigateTo({
               url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}`
               url: `/subPages/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}`
            });
         }
      }