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