zhongtianhaoyuan 3 anni fa
parent
commit
1173785f88
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/houseSelfCollect/settlement.vue

+ 1 - 0
src/views/houseSelfCollect/settlement.vue

@@ -471,6 +471,7 @@ export default {
     getList(){
       getpaymentexamine({id:this.$route.query.id}).toPromise().then((response) => {
           this.paymentList = response
+          this.paymentList.buckleWeightRatio = this.paymentList.qualityInspectionManagement.buckleWeightRatio
           this.paymentList.qualityInspectionManagement.waterMin=this.$route.query.waterMin
           this.paymentList.qualityInspectionManagement.weightDeduction=(this.paymentList.qualityInspectionManagement.waterContent-this.paymentList.qualityInspectionManagement.waterMin)*this.paymentList.buckleWeightRatio
         this.paymentList.qualityInspectionManagement.weightDeduction=this.paymentList.qualityInspectionManagement.weightDeduction.toFixed(2)