2 Commits 452d066d09 ... 00b4a4ee26

Auteur SHA1 Message Date
  ccj 00b4a4ee26 Merge branch 'master' of http://47.100.3.209:3000/gdc/yiliangyiyun-pc il y a 9 mois
  ccj bd660b9717 更新 il y a 9 mois
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/views/houseSelfCollect/settlement.vue

+ 3 - 3
src/views/houseSelfCollect/settlement.vue

@@ -837,11 +837,11 @@
             if(this.paymentList.qualityInspectionManagement.waterContent >= 30){
               this.paymentList.buckleWeightRatio = 1.3
             }
-            else if(this.paymentList.qualityInspectionManagement.waterContent <= 15){
+            else if(this.paymentList.qualityInspectionManagement.waterContent <= 14.5){
               this.paymentList.buckleWeightRatio = 1.15
             }
             else{
-              this.paymentList.buckleWeightRatio = 1.3 - (30 - this.paymentList.qualityInspectionManagement.waterContent)*0.01
+              this.paymentList.buckleWeightRatio = 1.15 + (this.paymentList.qualityInspectionManagement.waterContent-14.5)*0.01
             }
             this.paymentList.tidalGrainPrice = this.paymentList.tidalGrainPrice.rewriteToFixed(4)
             debugger
@@ -868,7 +868,7 @@
                   paramtmp = 1
                 }
                 this.paymentList.pureWeight = this.paymentList.weighingManagement.netWeight * paramtmp
-                this.paymentList.pureWeight = Math.round(this.paymentList.pureWeight)
+                this.paymentList.pureWeight = Math.round()
               }
             }
             if (!this.paymentList.dryGrainPrice) {