Commit bb9713fb authored by huangjie's avatar huangjie

*

parent 2cacf913
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<el-table-column label="占比" prop="proportion"> <el-table-column label="占比" prop="proportion">
<template slot-scope="scope">{{scope.row.proportion || '--'}}</template> <template slot-scope="scope">{{scope.row.proportion || '--'}}</template>
</el-table-column> </el-table-column>
<el-table-column label="本月工量" prop="quantity"> <el-table-column label="本月工量" prop="quantity">
<template slot-scope="scope">{{scope.row.quantity || '--'}}</template> <template slot-scope="scope">{{scope.row.quantity || '--'}}</template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
<el-date-picker size="small" style="width: 368px" <el-date-picker size="small" style="width: 368px"
v-model="chooseDate" v-model="chooseDate"
type="month" type="month"
placeholder="选择月" @change="changeDate" placeholder="请选择所需添加的成本月份" @change="changeDate"
value-format="yyyy-MM" value-format="yyyy-MM"
:picker-options="pickerOptions"> :picker-options="pickerOptions">
</el-date-picker> </el-date-picker>
......
...@@ -463,8 +463,10 @@ ...@@ -463,8 +463,10 @@
checkProjectCodeExist(this.queryParam.ipmProjectNo).then(res=>{ checkProjectCodeExist(this.queryParam.ipmProjectNo).then(res=>{
if(res.code == 200 && res.data == true){ if(res.code == 200 && res.data == true){
this.queryParam.isGetProjectDetail = 1 this.queryParam.isGetProjectDetail = 1
this.$message.success(res.msg)
}else{ }else{
this.queryParam.isGetProjectDetail = 0 this.queryParam.isGetProjectDetail = 0
this.$message.error(res.msg)
} }
}) })
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment