|
@@ -351,7 +351,7 @@
|
|
.then((response) => {
|
|
.then((response) => {
|
|
for (let i = 0; i < response.records.length; i++) {
|
|
for (let i = 0; i < response.records.length; i++) {
|
|
if(response.records[i].inType=='收购入库'){
|
|
if(response.records[i].inType=='收购入库'){
|
|
- response.records[i].surplusWeight=Number((response.records[i].surplusWeight/1000).toFixed(3))
|
|
|
|
|
|
+ response.records[i].surplusWeight=Number((response.records[i].surplusWeight).toFixed(3))
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|