zxz 2 éve
szülő
commit
15df3913f1
1 módosított fájl, 2 hozzáadás és 2 törlés
  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)
 					}
 
 				}