|
@@ -844,10 +844,10 @@ export default {
|
|
response.records[i].addressUrlArray = []
|
|
response.records[i].addressUrlArray = []
|
|
}
|
|
}
|
|
|
|
|
|
- if (response.records[i].imperfectGrain != null) {
|
|
|
|
|
|
+ if (response.records[i].completedQuantity != null) {
|
|
response.records[i].proportion =
|
|
response.records[i].proportion =
|
|
Math.floor(
|
|
Math.floor(
|
|
- (response.records[i].imperfectGrain /
|
|
|
|
|
|
+ (response.records[i].completedQuantity /
|
|
response.records[i].weight) *
|
|
response.records[i].weight) *
|
|
10000
|
|
10000
|
|
) / 100
|
|
) / 100
|