zxz %!s(int64=2) %!d(string=hai) anos
pai
achega
15df3913f1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      pages/erpbusiness/add_quality_testing.vue

+ 2 - 2
pages/erpbusiness/add_quality_testing.vue

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