zhangxiaoxu
2025-11-25 8c82102ab7bb34e29a73f56b829cd622ab34604c
pages/home/home.vue
@@ -221,9 +221,9 @@
      </view>
      <!-- 日计划 -->
      <combined-title title="日发运计划" detailsPath="/pages/jihua/jihua" v-if="rijihuaMenu"></combined-title>
      <combined-title title="日发运计划" detailsPath="/pages/jihua/jihua"></combined-title>
      <view class="card-group bottomChild">
         <combination-card class="card" :showTop="false" v-for="(item, index) in fyData.slice(0, 2)" :key="item.id" v-if="rijihuaMenu">
         <combination-card class="card" :showTop="false" v-for="(item, index) in fyData.slice(0, 2)" :key="item.id">
            <template v-slot:top></template>
            <template v-slot:center>
               <view class="main-block-box">
@@ -352,6 +352,7 @@
   },
   computed: {
      rijihuaMenu() {
      console.log(this.$store.state.rijihuaMenu,'this.$store.state.rijihuaMenu==============',this.$store.state)
         return this.$store.state.rijihuaMenu;
      },
      shenqingMenu() {
@@ -585,6 +586,7 @@
         };
         this.$reqGet('xscarshippingdayplan', params)
            .then(res => {
          console.log('发运日计划----------------------------------',res)
               if (res.code == 0) {
                  this.fyData = res.data.records;
                  uni.hideLoading();