819527061@qq.com
2024-07-03 01c82e2ed527bae42fe53452073522d74980bf16
pages/customer-page/customer-index/customer-index.vue
@@ -65,6 +65,11 @@
                     </view> -->
                     <view class="car-num">{{ item.code||''}}</view>
                  </view>
                  <!-- 添加创建时间 -->
                  <view class="third-line">
                     <text style="font-size: 28rpx;color: #515151" >创建时间:</text>
                     <view  style="font-size: 28rpx;color: #515151">{{ item.createTime }}</view>
                  </view>
                  <view class="third-line">
                     <view class="time-icon">
                        <view
@@ -137,6 +142,11 @@
                           <view class="third-line_num">{{ item.tmCount }}</view>
                        </view>
                     </view>
                     <!-- 添加创建时间 -->
                  <view class="fourth" style="justify-content: start;">
                     <view style="font-size: 28rpx;color: #515151" >创建时间:</view>
                     <view  style="font-size: 28rpx;color: #515151">{{ item.createTime }}</view>
                  </view>
                     <view class="fourth">
                        <view class="fourth-icon">
                           <view
@@ -257,16 +267,19 @@
            isFirstLogin: true
         };
      },
      onLoad() {},
      mounted() {
         this.getLogOn()
      },
      onShow() {
         this.init();
      },
      methods: {
         init() {
            this.GetOrderPlan();
            this.getJhOrderPlanDataPage();
            this.onlineurl = onlineurl;
            this.getLogOn()
            // this.getLogOn()
         },
         // 获取发运计划列表
         GetOrderPlan() {