Преглед на файлове

成本分配列表-小数位调整

jingbb преди 10 месеца
родител
ревизия
3595d7febd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/cost-allocation-total/costDetailDrawer.vue

+ 1 - 1
src/views/cost-allocation-total/costDetailDrawer.vue

@@ -914,7 +914,7 @@ export default {
       if(this.costPayData[this.costPayData.length-1].setNo=='合计'){this.costPayData.pop()}
        this.costPayData.push(obj)
       }
-      this.detailsPlanNum.shuiemoney = shuiemoneyAll.toFixed(3)
+      this.detailsPlanNum.shuiemoney = shuiemoneyAll.toFixed(2)
       this.detailsPlanNum.rmbNorTaxExpense = Number(obj.disbursedLocalmoney).toFixed(2)
       this.detailsPlanNum.rmbExpense = Number(obj.iNatMoney).toFixed(2)
       this.detailsPlanNum.usdExpense = (Number(this.detailsPlanNum.rmbNorTaxExpense)/Number(this.detailsPlanNum.exchangeRate)).toFixed(2)