|
@@ -708,14 +708,14 @@
|
|
<el-tab-pane label="三级校审" name="thirdAudit" >
|
|
<el-tab-pane label="三级校审" name="thirdAudit" >
|
|
<ProjectThreeAuditForm ref="thirdAudit3" :formReadOnly="true"></ProjectThreeAuditForm>
|
|
<ProjectThreeAuditForm ref="thirdAudit3" :formReadOnly="true"></ProjectThreeAuditForm>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
- <el-tab-pane label="项目归档" name="archive" >
|
|
|
|
- <ProjectArchiveForm ref="projectArchiveForm" :formReadOnly="true"></ProjectArchiveForm>
|
|
|
|
|
|
+ <el-tab-pane label="校对" name="fread" >
|
|
|
|
+ <ProofreadFormComponent ref="proofreadFormComponent"></ProofreadFormComponent>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
<el-tab-pane label="浏览审核" name="freadBrowse" >
|
|
<el-tab-pane label="浏览审核" name="freadBrowse" >
|
|
<ProofreadBrowseFormComponent ref="proofreadBrowseFormComponent"></ProofreadBrowseFormComponent>
|
|
<ProofreadBrowseFormComponent ref="proofreadBrowseFormComponent"></ProofreadBrowseFormComponent>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
- <el-tab-pane label="校对" name="fread" >
|
|
|
|
- <ProofreadFormComponent ref="proofreadFormComponent"></ProofreadFormComponent>
|
|
|
|
|
|
+ <el-tab-pane label="项目归档" name="archive" >
|
|
|
|
+ <ProjectArchiveForm ref="projectArchiveForm" :formReadOnly="true"></ProjectArchiveForm>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
</el-tabs>
|
|
</el-tabs>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -1236,17 +1236,17 @@
|
|
console.log(event)
|
|
console.log(event)
|
|
if (event.name === 'firstAudit') {
|
|
if (event.name === 'firstAudit') {
|
|
if (this.commonJS.isNotEmpty(this.auditIdfirst)) {
|
|
if (this.commonJS.isNotEmpty(this.auditIdfirst)) {
|
|
- this.$refs.projectThreeAuditForm.init('view', this.auditIdfirst)
|
|
|
|
|
|
+ this.$refs.projectThreeAuditForm.init('view', this.auditIdfirst, '一级校审')
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (event.name === 'secondAudit') {
|
|
if (event.name === 'secondAudit') {
|
|
if (this.commonJS.isNotEmpty(this.auditIdsecond)) {
|
|
if (this.commonJS.isNotEmpty(this.auditIdsecond)) {
|
|
- this.$refs.secondAudit2.init('view', this.auditIdsecond)
|
|
|
|
|
|
+ this.$refs.secondAudit2.init('view', this.auditIdsecond, '二级校审')
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (event.name === 'thirdAudit') {
|
|
if (event.name === 'thirdAudit') {
|
|
if (this.commonJS.isNotEmpty(this.auditIdthird)) {
|
|
if (this.commonJS.isNotEmpty(this.auditIdthird)) {
|
|
- this.$refs.thirdAudit3.init('view', this.auditIdthird)
|
|
|
|
|
|
+ this.$refs.thirdAudit3.init('view', this.auditIdthird, '三级校审')
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (event.name === 'archive') {
|
|
if (event.name === 'archive') {
|