Browse Source

优化

master
陈裕财 4 years ago
parent
commit
8485f29f7d
  1. 16
      src/views/xm/core/xmProject/XmProjectEdit.vue

16
src/views/xm/core/xmProject/XmProjectEdit.vue

@ -141,8 +141,8 @@
<el-col :span="3">内购</el-col> <el-col :span="3">内购</el-col>
<el-col :span="4"><el-input style="width:90%;" type="number" v-model="editForm.planIuserCnt" :precision="0" :step="1" :min="0" placeholder="内购人数"></el-input> <el-col :span="4"><el-input style="width:90%;" type="number" v-model="editForm.planIuserCnt" :precision="0" :step="1" :min="0" placeholder="内购人数"></el-input>
</el-col> </el-col>
<el-col :span="6">{{autoParams.planIuserWorkload}}人时</el-col>
<el-col :span="3"><el-input style="width:90%;" type="number" v-model="editForm.planIuserPrice" :precision="0" :step="1" :min="0" placeholder="预计内部人时单价"></el-input> </el-col>
<el-col :span="6">{{autoParams.planIuserWorkload}}h</el-col>
<el-col :span="3"><el-input style="width:90%;" type="number" v-model="editForm.planIuserPrice" :precision="0" :step="1" :min="0" placeholder="预计内部h单价"></el-input> </el-col>
<el-col :span="8">{{this.toFixed(autoParams.planIuserAt)}},{{this.toFixed(autoParams.planIuserAt/10000)}} 万元</el-col> <el-col :span="8">{{this.toFixed(autoParams.planIuserAt)}},{{this.toFixed(autoParams.planIuserAt/10000)}} 万元</el-col>
</el-row> </el-row>
<el-divider></el-divider> <el-divider></el-divider>
@ -150,18 +150,18 @@
<el-col :span="3">外购</el-col> <el-col :span="3">外购</el-col>
<el-col :span="4"><el-input style="width:90%;" type="number" v-model="editForm.planOuserCnt" :precision="0" :step="1" :min="0" placeholder="外购人数"></el-input> <el-col :span="4"><el-input style="width:90%;" type="number" v-model="editForm.planOuserCnt" :precision="0" :step="1" :min="0" placeholder="外购人数"></el-input>
</el-col> </el-col>
<el-col :span="6">{{autoParams.planOuserWorkload}}人时</el-col>
<el-col :span="3"><el-input style="width:90%;" type="number" v-model="editForm.planOuserPrice" :precision="0" :step="1" :min="0" placeholder="预计外购人时单价"></el-input> </el-col>
<el-col :span="6">{{autoParams.planOuserWorkload}}h</el-col>
<el-col :span="3"><el-input style="width:90%;" type="number" v-model="editForm.planOuserPrice" :precision="0" :step="1" :min="0" placeholder="预计外购h单价"></el-input> </el-col>
<el-col :span="8">{{autoParams.planOuserAt }} {{autoParams.planOuserAt/10000 }}万元</el-col> <el-col :span="8">{{autoParams.planOuserAt }} {{autoParams.planOuserAt/10000 }}万元</el-col>
</el-row> </el-row>
<el-divider></el-divider> <el-divider></el-divider>
<el-row> <el-row>
<el-col :span="4">合计</el-col>
<el-col :span="4"> {{autoParams.planOuserCnt+autoParams.planIuserCnt}}
<el-col :span="3">合计</el-col>
<el-col :span="4"> {{autoParams.planOuserCnt+autoParams.planIuserCnt}}
</el-col> </el-col>
<el-col :span="4">{{autoParams.planOuserWorkload+autoParams.planIuserWorkload }}人时,{{ (autoParams.planOuserWorkload+autoParams.planIuserWorkload)/8/20 }}人月 </el-col>
<el-col :span="4">平均{{ (parseFloat2(autoParams.planOuserPrice) + parseFloat2(autoParams.planIuserPrice))/2}}/人时</el-col>
<el-col :span="6">{{autoParams.planOuserWorkload+autoParams.planIuserWorkload }}h,{{ (autoParams.planOuserWorkload+autoParams.planIuserWorkload)/8/20 }}人月 </el-col>
<el-col :span="3"> {{ (parseFloat2(autoParams.planOuserPrice) + parseFloat2(autoParams.planIuserPrice))/2}}/h</el-col>
<el-col :span="8">{{autoParams.planTotalCost}} {{(autoParams.planTotalCost)/10000}} 万元</el-col> <el-col :span="8">{{autoParams.planTotalCost}} {{(autoParams.planTotalCost)/10000}} 万元</el-col>
</el-row> </el-row>
</el-form-item> </el-form-item>

Loading…
Cancel
Save