qingyiay
2023-09-18 40ce9965257472d715d072647796ac91c3932d73
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
@@ -285,7 +285,7 @@
         }
      },
      methods: {
         ...mapMutations(['changewsgVisiable'])
         ...mapMutations(['changewsgVisiable']),
         init() {
            this.$reqGet('coalDayPage', { id: this.orderPlanId }).then(res => {
               if (res.code == 0) {
@@ -506,7 +506,7 @@
                  }&primaryHair=${this.primaryHair}&psrimaryClean=${this.primaryClean}&sceneInOut=${res.data.sceneInOut}&overTmWaixiao=${this.overTmWaixiao}`
                  });
               } else {
                  this.$u.toast('未在磅房,请前往磅房后再试!!');
                  this.$u.toast(res.msg ? res.msg : '未在磅房,请前往磅房后再试!!');
               }
            });
         },