819527061@qq.com
2024-06-28 20ae88664bdbb4ae21ec3b13338d906ff1b7431a
pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
@@ -123,7 +123,7 @@
            orderPlanId: null,
            orderCode: null,
            orderPlanDetail: {},
            coalStatus: ['未称重', '称重中', '验质中', '称重完成', '验质完成'],
            coalStatus: ['未称重', '称重中', '验质中', '称重完成', '处理完成'],
            yyDailyList: [],
            // 领取数量
            cars2: '',
@@ -161,11 +161,13 @@
                  this.yyDailyList = res.data.yyDailyList;
                  if (res.data.yyDailyList) {
                     this.total = this.yyDailyList.reduce((prev, cur) => {
                        cur.clean = cur.clean ? cur.clean : 0
                        return prev + cur.clean;
                     }, 0);
                  } else {
                     this.total = 0;
                  }
                  console.log();
                  uni.hideLoading();
               } else {
                  this.$u.toast('加载失败,请稍后重试');