Explorar o código

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

jingbb hai 10 meses
pai
achega
3595d7febd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)