diff --git a/src/views/xm/core/xmProjectPhase/XmProjectPhaseAdd.vue b/src/views/xm/core/xmProjectPhase/XmProjectPhaseAdd.vue index 380180c7..6eb1ccfa 100644 --- a/src/views/xm/core/xmProjectPhase/XmProjectPhaseAdd.vue +++ b/src/views/xm/core/xmProjectPhase/XmProjectPhaseAdd.vue @@ -1,138 +1,125 @@ - - - + + + - - {{parentProjectPhase.seqNo}} {{parentProjectPhase.phaseName}} - - - 无上级 - - - - - - 建议:{{parentProjectPhase.seqNo}}.1 - - - - - - - - - - - - - - - - - - - - 参考工时{{autoParams.phaseBudgetHours}}小时,工作日{{autoParams.weekday}}天 填充工时 - - - - - 人员类型 - 人数 - 工作量 - 单价 - 总价 - - - - - 内购 - - - {{autoParams.phaseBudgetInnerUserWorkload}}人时 - - {{this.toFixed(autoParams.phaseBudgetInnerUserAt)}}元,{{this.toFixed(autoParams.phaseBudgetInnerUserAt/10000)}} 万元 - - - - 外购 - - - {{autoParams.phaseBudgetOutUserWorkload}}人时 - - {{autoParams.phaseBudgetOutUserAt }} 元 {{autoParams.phaseBudgetOutUserAt/10000 }}万元 - - - - - 合计 - {{autoParams.phaseBudgetOutUserCnt+autoParams.phaseBudgetInnerUserCnt}} - - {{autoParams.phaseBudgetOutUserWorkload+autoParams.phaseBudgetInnerUserWorkload }}人时,{{ (autoParams.phaseBudgetOutUserWorkload+autoParams.phaseBudgetInnerUserWorkload)/8/20 }}人月 - 平均:{{ (parseFloat2(autoParams.phaseBudgetOutUserPrice) + parseFloat2(autoParams.phaseBudgetInnerUserPrice))/2}}元/人时 - {{autoParams.phaseBudgetTotalCost}} 元,{{(autoParams.phaseBudgetTotalCost)/10000}} 万元 - - - - 内购: 参考{{this.toFixed(autoParams.phaseBudgetInnerUserAt)}}元,{{this.toFixed(autoParams.phaseBudgetInnerUserAt/10000)}}万元 - 外购: 参考{{this.toFixed(autoParams.phaseBudgetOutUserAt)}}元,{{this.toFixed(autoParams.phaseBudgetOutUserAt/10000)}}万元 - 非人力: 元 - - - - 总计: {{parseFloat2(addForm.phaseBudgetInnerUserAt)+parseFloat2(addForm.phaseBudgetOutUserAt)+parseFloat2(addForm.phaseBudgetNouserAt)}}元 参考{{this.toFixed(autoParams.phaseBudgetTotalCost)}}元,{{this.toFixed(autoParams.phaseBudgetTotalCost/10000)}}万元 - 使用参考值自动填充 - - - - - - - - - 取消 - 提交 - - + + + + + + + + + + + + + + + + + + + + + + + + + + + 工作量计算方式:总工时 = 工作日天数 * 每日工时数 * 人数 + 金额计算方式: 总金额 = 总工时 * 工时单价 + + + 预计时间: + 预估工期:小时 + 工时{{autoParams.phaseBudgetHours}}小时,工作日{{autoParams.weekday}}天 + + + 人员类型 + 人数 + 工作量(人时) + 单价(元/人时) + 总价(元) + + + + 内购 + + + {{autoParams.phaseBudgetInnerUserWorkload}}人时 + + {{this.toFixed(autoParams.phaseBudgetInnerUserAt)}}元,{{this.toFixed(autoParams.phaseBudgetInnerUserAt/10000)}} 万元 + + + 外购 + + + {{autoParams.phaseBudgetOutUserWorkload}}人时 + + {{autoParams.phaseBudgetOutUserAt }} 元 {{autoParams.phaseBudgetOutUserAt/10000 }}万元 + + + + 合计 + {{autoParams.phaseBudgetOutUserCnt+autoParams.phaseBudgetInnerUserCnt}} + + {{autoParams.phaseBudgetOutUserWorkload+autoParams.phaseBudgetInnerUserWorkload }}人时,{{ (autoParams.phaseBudgetOutUserWorkload+autoParams.phaseBudgetInnerUserWorkload)/8/20 }}人月 + {{ (parseFloat2(autoParams.phaseBudgetOutUserPrice) + parseFloat2(autoParams.phaseBudgetInnerUserPrice))/2}}元/人时 + {{autoParams.phaseBudgetTotalCost}} 元,{{(autoParams.phaseBudgetTotalCost)/10000}} 万元 + + + 总计: {{parseFloat2(addForm.phaseBudgetInnerUserAt)+parseFloat2(addForm.phaseBudgetOutUserAt)+parseFloat2(addForm.phaseBudgetNouserAt)}}元 {{this.toFixed(autoParams.phaseBudgetTotalCost/10000)}}万元 + + + + + + + + + 取消 + 提交 + \ No newline at end of file +.padding-20{ + padding-left: 10px; + padding-right: 10px; + padding-top: 20px; + padding-bottom: 20px; +} + diff --git a/src/views/xm/core/xmProjectPhase/XmProjectPhaseMng.vue b/src/views/xm/core/xmProjectPhase/XmProjectPhaseMng.vue index 9ab90840..debf0520 100644 --- a/src/views/xm/core/xmProjectPhase/XmProjectPhaseMng.vue +++ b/src/views/xm/core/xmProjectPhase/XmProjectPhaseMng.vue @@ -151,9 +151,9 @@ - + - +