2 커밋 452d066d09 ... 00b4a4ee26

작성자 SHA1 메시지 날짜
  ccj 00b4a4ee26 Merge branch 'master' of http://47.100.3.209:3000/gdc/yiliangyiyun-pc 9 달 전
  ccj bd660b9717 更新 9 달 전
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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) {