Sfoglia il codice sorgente

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

jingbb 10 mesi fa
parent
commit
3595d7febd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)