qingyiay
2023-10-07 21fb37c7162d5b47a14d6438870377c85fcc0b52
pages/loadUnload-page/loadUnload-detail/loadUnload-detail.vue
@@ -77,7 +77,7 @@
            loading: false,
            id: "",
            coalStatus: ['领取', '预约', '签到', '入场', '称皮', '称毛', '离场', '入磅房', '出磅房', '入煤仓', '出煤仓', '放空', '作废', '入场申请',
               '进入场院', '异常审核中',
               '进入场院', '异常审核中', '返回加减吨', '超时', '打印中', '打印中'
            ], // 状态
         }
      },
@@ -86,6 +86,10 @@
         this.init()
      },
      methods: {
         onPullDownRefresh() {
            this.init()
            uni.stopPullDownRefresh();
         },
         init() {
            uni.showLoading({
               title: "加载中"
@@ -117,7 +121,9 @@
               this.loading = false;
               if (res.code === 0) {
                  this.$u.toast('装卸成功')
                  this.init()
                  setTimeout(() => {
                     this.init()
                  }, 1000)
               } else {
                  this.$u.toast(res.msg ? res.msg : '装卸失败')
               }