|
@@ -397,7 +397,16 @@
|
|
if (!this.paymentList.unitDeduction) {
|
|
if (!this.paymentList.unitDeduction) {
|
|
this.paymentList.unitDeduction = 0
|
|
this.paymentList.unitDeduction = 0
|
|
}
|
|
}
|
|
- this.paymentList.buckleWeightRatio = this.paymentList.qualityInspectionManagement.buckleWeightRatio
|
|
|
|
|
|
+ // this.paymentList.buckleWeightRatio = this.paymentList.qualityInspectionManagement.buckleWeightRatio
|
|
|
|
+ if(this.paymentList.qualityInspectionManagement.waterContent >= 30){
|
|
|
|
+ this.paymentList.buckleWeightRatio = 1.3
|
|
|
|
+ }
|
|
|
|
+ else if(this.paymentList.qualityInspectionManagement.waterContent <= 15){
|
|
|
|
+ this.paymentList.buckleWeightRatio = 1.15
|
|
|
|
+ }
|
|
|
|
+ else{
|
|
|
|
+ this.paymentList.buckleWeightRatio = 1.3 - (30 - this.paymentList.qualityInspectionManagement.waterContent)*0.01
|
|
|
|
+ }
|
|
this.paymentList.tidalGrainPrice = this.paymentList.tidalGrainPrice.toFixed(4)
|
|
this.paymentList.tidalGrainPrice = this.paymentList.tidalGrainPrice.toFixed(4)
|
|
if (this.paymentList.qualityInspectionManagement.paramType == '2') {
|
|
if (this.paymentList.qualityInspectionManagement.paramType == '2') {
|
|
this.paymentList.qualityInspectionManagement.weightDeduction = (this.paymentList
|
|
this.paymentList.qualityInspectionManagement.weightDeduction = (this.paymentList
|