pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -76,8 +76,6 @@ }, data() { return { // 是否可点击放空 isEvacuation: false, weighData: { //确认称重接口参数 deptId: '', @@ -188,7 +186,7 @@ if (this.weighList.skin ? (this.weighList.skin < this.realTimeWeigh ? true : false) : true) { this.saveWeigh(); } else { this.$u.toast('毛重不q能小于皮重'); this.$u.toast('毛重不能小于皮重'); this.isConfirmWeighLoading = false; } } else {