|
@@ -1097,6 +1097,14 @@
|
|
})
|
|
})
|
|
.catch((response) => {
|
|
.catch((response) => {
|
|
this.$notify.warning(response)
|
|
this.$notify.warning(response)
|
|
|
|
+ if (this.weighingList.grossWeight) {
|
|
|
|
+ this.weighingList.grossWeight = this.weighingList.grossWeight * 1000
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ if (this.weighingList.netWeight) {
|
|
|
|
+ this.weighingList.netWeight = this.weighingList.netWeight * 1000
|
|
|
|
+ }
|
|
|
|
+ this.weighingList.tare = this.weighingList.tare * 1000
|
|
})
|
|
})
|
|
} else {
|
|
} else {
|
|
this.weighingList.relationId = this.relationId
|
|
this.weighingList.relationId = this.relationId
|