|
@@ -605,11 +605,11 @@
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
|
this.weighingList = response
|
|
|
- this.weighingList.grossWeight = this.weighingList.grossWeight * 1000
|
|
|
- this.weighingList.tare = this.weighingList.tare * 1000
|
|
|
- this.weighingList.netWeight = this.weighingList.netWeight * 1000
|
|
|
- this.weighingList.buckleMiscellaneous =
|
|
|
- this.weighingList.buckleMiscellaneous * 1000
|
|
|
+ // this.weighingList.grossWeight = this.weighingList.grossWeight * 1000
|
|
|
+ // this.weighingList.tare = this.weighingList.tare * 1000
|
|
|
+ // this.weighingList.netWeight = this.weighingList.netWeight * 1000
|
|
|
+ // this.weighingList.buckleMiscellaneous =
|
|
|
+ // this.weighingList.buckleMiscellaneous * 1000
|
|
|
this.weighingList.carNo =
|
|
|
response.qualityInspectionManagement.carNumber
|
|
|
this.weighingList.boxNo = response.boxNo
|