|
@@ -1035,14 +1035,14 @@
|
|
this.gridList.dryGrainPrice = Number(this.dryGrainPrice + (this.gridList.waterPriceIncrease /
|
|
this.gridList.dryGrainPrice = Number(this.dryGrainPrice + (this.gridList.waterPriceIncrease /
|
|
1000) - (this.gridList.waterPriceDeduction / 1000) + (this.gridList
|
|
1000) - (this.gridList.waterPriceDeduction / 1000) + (this.gridList
|
|
.qualityPriceIncrease /
|
|
.qualityPriceIncrease /
|
|
- 1000) - (this.gridList.qualityPriceDeduction / 1000)).toFixed(3)
|
|
|
|
|
|
+ 1000) - (this.gridList.qualityPriceDeduction / 1000)).toFixed(4)
|
|
}
|
|
}
|
|
|
|
|
|
} else if (this.gridList.type == '潮粮') {
|
|
} else if (this.gridList.type == '潮粮') {
|
|
if (this.tidalGrainPrice != '') {
|
|
if (this.tidalGrainPrice != '') {
|
|
this.gridList.tidalGrainPrice = Number(this.tidalGrainPrice + (this.gridList.waterPriceIncrease /
|
|
this.gridList.tidalGrainPrice = Number(this.tidalGrainPrice + (this.gridList.waterPriceIncrease /
|
|
1000) - (this.gridList.waterPriceDeduction / 1000) + (this.gridList
|
|
1000) - (this.gridList.waterPriceDeduction / 1000) + (this.gridList
|
|
- .qualityPriceIncrease / 1000) - (this.gridList.qualityPriceDeduction / 1000)).toFixed(3)
|
|
|
|
|
|
+ .qualityPriceIncrease / 1000) - (this.gridList.qualityPriceDeduction / 1000)).toFixed(4)
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|