yangan
2024-11-12 3eaf9655d591907e14e0d0c3ee82cba06210ca97
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -672,6 +672,10 @@
         },
         // 提交异常原因
         abnormalConfirm() {
            if(!this.abnormalForm.abnormalContent){
               this.$u.toast('请输入异常原因')
               return
            }
            this.weighData.abnormalText = this.abnormalForm.abnormalContent
            this.saveWeigh()
            this.abnormalModalShow = false