qingyiay
2023-04-25 d8974c0d693b51760ba5ab935aa240512a873a93
pages/customer-page/customer-index/customer-index.vue
@@ -249,7 +249,7 @@
         });
         uni.navigateTo({ url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${name}&code=${code}&cars2=${cars2}` });
      },
      // 点击历史提煤单一行获取详情
      // 点击历史提煤单获取详情
      faYundetail(v) {
         uni.navigateTo({ url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}` });
      },
@@ -264,9 +264,10 @@
<style lang="scss" scoped>
.scroll-Y {
   height: 900rpx;
   height: 950rpx;
   background-color: #e2e2e2;
   border-radius: vww(10);
   margin-bottom: vww(55);
   .history-information {
      width: 94%;
      display: flex;