@@ -483,7 +483,7 @@
// 查看项目数据
viewProject (row) {
console.log(row)
- if (row.recordType=='1'){
+ if (row.recordType=='1' || row.recordType=='4'){
this.$refs.projectForm.init('view', row.programId)
}else if (row.recordType=='2'){
this.$refs.reportManagementForm.init('view', row.programId, '报告审核单下载')
@@ -191,7 +191,7 @@
</el-select>
</el-form-item>
</el-col>
- <el-col :span="12" v-if="hasPermission('project:info:preInvoice') && inputForm.isHaveReport === '1' && inputForm.projectClassification === '16' && inputForm.reportType === '10'">
+ <el-col :span="12" v-if="hasPermission('project:info:preInvoice') && inputForm.isHaveReport === '1' && (inputForm.projectClassification === '16' || inputForm.projectClassification === '17') && inputForm.reportType === '10'">
<el-form-item label="是否预开票" prop="isPreInvoice"
:rules="[