qingyiay
2023-09-12 393cdcbef072e52f3a046e884c8349c903c4081f
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -622,6 +622,7 @@
         abnormalCancel() {
            this.abnormalModalShow = false
            this.isConfirmWeighLoading = false;
            this.$u.toast('司机取消提交')
         },
         // 提交异常原因
         abnormalConfirm() {
@@ -630,7 +631,9 @@
            this.saveWeigh()
         },
         skinAbnormal() {
            this.$reqPost('skinAbnormal', { sceneId: this.weighData.sceneId }, 'params')
            this.$reqPost('skinAbnormal', { sceneId: this.weighData.sceneId }, 'params').then(() => {
               this.abnormalModalShow = false
            })
         }
      }
   };