yangan
2024-09-02 c311ab706cfc3934e03c875211a41082acff575a
pages/customer-page/customer-index/customer-index.vue
@@ -59,6 +59,9 @@
                  <view class="second-line">
                     {{item.orderCode}}
                  </view>
                     <view class="second-line">
                     {{item.code}}
                  </view>
                  <view class="third-line">
                     <view class="time-icon">
                        <view
@@ -357,7 +360,7 @@
            console.log(111,obj)
            if (obj.cars2 == 0) return this.$u.toast('请先领取后再转发');
            uni
               .navigateTo({ url: `/pages/public-page/forward/forward?orderPlanId=${obj.id}&orderType=${obj.orderType}&carNumSurplus1=${obj.carNumSurplus1}&carNum=${obj.carNum}&cars2=${obj.cars2}&productName=${obj.productName}&customerId=${obj.customerId}`});
               .navigateTo({ url: `/pages/public-page/forward/forward?orderPlanId=${obj.id}&orderType=${obj.orderType}&carNumSurplus1=${obj.carNumSurplus1}&carNum=${obj.carNum}&cars2=${obj.cars2}&productName=${obj.productName}&customerId=${obj.customerId}&pvcPlanMeasure=${obj.pvcPlanMeasure}`});
         },
         // 自主配送
         selfDeliver() {