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;