From 069cf0661416daa43b201af5132264107a26193e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sun, 27 Feb 2022 21:42:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmProjectPhase/XmProjectPhaseBatch.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/xm/core/xmProjectPhase/XmProjectPhaseBatch.vue b/src/views/xm/core/xmProjectPhase/XmProjectPhaseBatch.vue index 243248fb..17db8f03 100644 --- a/src/views/xm/core/xmProjectPhase/XmProjectPhaseBatch.vue +++ b/src/views/xm/core/xmProjectPhase/XmProjectPhaseBatch.vue @@ -379,8 +379,8 @@ export default { row = changeRows[0]; } } - - total.phaseBudgetNouserAt = + if(row.lvl<=1){ + total.phaseBudgetNouserAt = total.phaseBudgetNouserAt + this.getFloatValue(row.phaseBudgetNouserAt); total.phaseBudgetInnerUserAt = @@ -404,6 +404,8 @@ export default { total.actNouserAt + this.getFloatValue(row.actNouserAt); total.actOutUserAt = total.actOutUserAt + this.getFloatValue(row.actOutUserAt); + } + }); total.phaseBudgetUserAt = total.phaseBudgetInnerUserAt + total.phaseBudgetOutUserAt;