diff --git a/src/views/xm/core/xmProject/XmProjectEdit.vue b/src/views/xm/core/xmProject/XmProjectEdit.vue index 6e2a8c2b..a9304031 100644 --- a/src/views/xm/core/xmProject/XmProjectEdit.vue +++ b/src/views/xm/core/xmProject/XmProjectEdit.vue @@ -220,7 +220,7 @@ - + 类型 人数 工作量 @@ -229,61 +229,60 @@ - + 内购 - {{ autoParams.planIuserWorkload }}h + {{ autoParams.planIuserWorkload }}H + :step="1" :min="0" placeholder="内购单价" @change="editSomeFields(editForm, 'planIuserPrice', $event)"> {{ this.toFixed(autoParams.planIuserAt) }}元 {{ this.toFixed(autoParams.planIuserAt / 10000) }} 万元 - + 外购 - {{ autoParams.planOuserWorkload }}h + {{ autoParams.planOuserWorkload }}H + :step="1" :min="0" placeholder="外购单价" @change="editSomeFields(editForm, 'planOuserPrice', $event)"> {{ autoParams.planOuserAt }} 元 {{ autoParams.planOuserAt / 10000 }}万元 - + 小计 {{ autoParams.planOuserCnt + autoParams.planIuserCnt }}人 - {{ autoParams.planOuserWorkload + autoParams.planIuserWorkload }}h {{ + {{ autoParams.planOuserWorkload + autoParams.planIuserWorkload }}H {{ (autoParams.planOuserWorkload + autoParams.planIuserWorkload) / 8 / 20 }}人月 {{ (parseFloat2(autoParams.planOuserPrice) + - parseFloat2(autoParams.planIuserPrice)) / 2 }}元/h + parseFloat2(autoParams.planIuserPrice)) / 2 }}元/H {{ autoParams.planIuserAt+autoParams.planOuserAt }} 元 {{ (autoParams.planIuserAt+autoParams.planOuserAt) / 10000 }} 万元 - + - 内购人力(元): - 参考值:{{ this.toFixed(autoParams.planIuserAt / 10000) }}万元 + 内购人力: - 外购人力(元): 参考值:{{ this.toFixed(autoParams.planOuserAt / 10000) }}万元 + 外购人力: - 其它成本(元): {{ this.toFixed(editForm.planNouserAt / 10000) }}万元 - 总计:   - 参考值:{{ this.toFixed(autoParams.planTotalCost / 10000) }}万元 + {{ this.toFixed(editForm.planTotalCost / 10000) }}万元