qingyiay
2023-10-23 5c2decc75ac02ba4409375efc4f793b02c505296
pages/loadUnload-page/loadUnload-detail/loadUnload-detail.vue
@@ -89,6 +89,7 @@
            coalStatus: ['领取', '预约', '签到', '入场', '称皮', '称毛', '离场', '入磅房', '出磅房', '入煤仓', '出煤仓', '放空', '作废', '入场申请',
               '进入场院', '异常审核中', '返回加减吨', '超时', '打印中', '打印中', '填写'
            ], // 状态
            orderType: null
         }
      },
      computed: {
@@ -97,7 +98,7 @@
         }
      },
      onLoad(params) {
         this.name = params.coalName ? params.coalName : ''
         this.orderType = params.orderType || ''
         this.init()
      },
      methods: {
@@ -109,7 +110,7 @@
            uni.showLoading({
               title: "加载中"
            })
            this.$reqGet('getAccordingCoalNameAll', { coalName: this.name }).then(res => {
            this.$reqGet('getAccordingCoalNameAll', { orderType: this.orderType }).then(res => {
               uni.hideLoading()
               if (res.code === 0) {
                  const errorStatusArr = [0, 1, 2, 3, 6, 11, 12, 13];