浏览代码

更新 sdy

zhongtianhaoyuan 3 年之前
父节点
当前提交
1173785f88
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)