瀏覽代碼

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-app

gjy 2 年之前
父節點
當前提交
d7c2f67f7a
共有 1 個文件被更改,包括 2 次插入2 次删除
  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)
 					}
 
 				}