qingyiay
2023-08-03 9de3d3b0660fb2ab7c48dac2612abfb68a22d37e
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -559,7 +559,7 @@
            uni.showLoading({
               title: "加载中"
            })
            this.$reqGet('getAvgSkin').then(res => {
            this.$reqGet('getAvgSkin', { xsUserId1: this.weighList.xsUserId1 }).then(res => {
               if (res.code === 0) {
                  uni.hideLoading()
                  this.avgSkin = res.data.avgSkin
@@ -573,6 +573,7 @@
         abnormalCancel() {
            this.abnormalModalShow = false
         },
         // 提交异常原因
         abnormalConfirm() {
            uni.showLoading({
               title: "提交中"