Bladeren bron

输入附加费用金额组件的三位一逗

chenj 1 week geleden
bovenliggende
commit
fc67b7987e
1 gewijzigde bestanden met toevoegingen van 0 en 5 verwijderingen
  1. 0 5
      ruoyi-ui-vue2/src/views/contract/edit.vue

+ 0 - 5
ruoyi-ui-vue2/src/views/contract/edit.vue

@@ -1071,7 +1071,6 @@ export default {
       // 查询汇率
       this.additionalCostOpen = true;
       this.additionalCostList = [...this.equipmentList]
-      console.log("this.additionalCostList=======================>",this.additionalCostList)
       this.additionalCostList.some(item=>{
         item.planInlandFreightCost = comdify(delcommafy(item.planInlandFreightCost?item.planInlandFreightCost:0), 2);
         item.planOceanFreight = comdify(delcommafy(item.planOceanFreight?item.planOceanFreight:0), 2);
@@ -1079,10 +1078,6 @@ export default {
         item.reviewCommission = comdify(delcommafy(item.reviewCommission?item.reviewCommission:0), 2);
         item.otherFees = comdify(delcommafy(item.otherFees?item.otherFees:0), 2);
       })
-      console.log("this.additionalCostList=======================>",this.additionalCostList)
-      // this.additionalCostList.forEach(item=>{
-      //   item.currencyId = this.form.currencyId
-      // })
     },
 
     /**设备一览修改*/