|
@@ -36,10 +36,17 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="项目经理" prop="projectMasterName"
|
|
|
+ <el-form-item label="项目经理1" prop="projectMasterName"
|
|
|
:rules="[
|
|
|
]">
|
|
|
- <el-input :disabled="true" v-model="inputForm.projectMasterName" placeholder="请填写项目经理" clearable></el-input>
|
|
|
+ <el-input :disabled="true" v-model="inputForm.projectMasterName" placeholder="请填写项目经理1" clearable></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-form-item label="项目经理2" prop="realHeaderName"
|
|
|
+ :rules="[
|
|
|
+ ]">
|
|
|
+ <el-input :disabled="true" v-model="inputForm.realHeaderName" placeholder="请填写项目经理2" clearable></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -559,7 +566,8 @@
|
|
|
cwFileInfoList2: [],
|
|
|
servedUnitId: '',
|
|
|
status: '',
|
|
|
- realCreate: ''
|
|
|
+ realCreate: '',
|
|
|
+ realHeaderName: ''
|
|
|
},
|
|
|
keyWatch: '',
|
|
|
activeName: 'enclosure',
|
|
@@ -726,7 +734,8 @@
|
|
|
projectMasterId1: '',
|
|
|
projectMasterId2: '',
|
|
|
cwProjectInfoList: [],
|
|
|
- realCreate: ''
|
|
|
+ realCreate: '',
|
|
|
+ realHeaderName: ''
|
|
|
}
|
|
|
this.inputForm.id = id
|
|
|
this.loading = false
|
|
@@ -785,6 +794,7 @@
|
|
|
this.inputForm.projectMasterName = row.projectMasterName // 项目经理
|
|
|
this.inputForm.projectMasterId1 = row.projectMasterId // 项目经理1id
|
|
|
this.inputForm.projectMasterId2 = row.realHeader // 项目经理2id
|
|
|
+ this.inputForm.realHeaderName = row.realHeaderName // 项目经理2名称
|
|
|
this.clearClientList()
|
|
|
this.$forceUpdate()
|
|
|
this.inputForm.cwProjectInfoList = []
|
|
@@ -1046,7 +1056,8 @@
|
|
|
cwFileInfoList2: [],
|
|
|
servedUnitId: '',
|
|
|
status: '',
|
|
|
- realCreate: ''
|
|
|
+ realCreate: '',
|
|
|
+ realHeaderName: ''
|
|
|
}
|
|
|
this.$refs.enclosure.clearUpload()
|
|
|
// this.$refs.archiveFile.clearUpload()
|