|
@@ -1,6 +1,6 @@
|
|
<template xmlns:v-slot="http://www.w3.org/1999/XSL/Transform">
|
|
<template xmlns:v-slot="http://www.w3.org/1999/XSL/Transform">
|
|
<div>
|
|
<div>
|
|
- <div v-if="inputForm.status === '5'">
|
|
|
|
|
|
+ <div v-if="inputForm.status === '5'&&tabName === '报告签发单'">
|
|
<el-row type="flex" justify="end">
|
|
<el-row type="flex" justify="end">
|
|
<el-button @click="downloadReportAusstellungTpl">下载</el-button>
|
|
<el-button @click="downloadReportAusstellungTpl">下载</el-button>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -263,7 +263,8 @@
|
|
CList: [
|
|
CList: [
|
|
{name: '除A、B类业务以外的经济行为涉及单项资产的评估业务'},
|
|
{name: '除A、B类业务以外的经济行为涉及单项资产的评估业务'},
|
|
{name: '除A、B类业务以外的不用于市场交易的复核评估、追溯评估和咨询评估业务'}
|
|
{name: '除A、B类业务以外的不用于市场交易的复核评估、追溯评估和咨询评估业务'}
|
|
- ]
|
|
|
|
|
|
+ ],
|
|
|
|
+ tabName: ''
|
|
}
|
|
}
|
|
},
|
|
},
|
|
proofreadIssuedService: null,
|
|
proofreadIssuedService: null,
|
|
@@ -308,7 +309,8 @@
|
|
getKeyWatch (keyWatch) {
|
|
getKeyWatch (keyWatch) {
|
|
this.keyWatch = keyWatch
|
|
this.keyWatch = keyWatch
|
|
},
|
|
},
|
|
- init (method, id) {
|
|
|
|
|
|
+ init (method, id, tabName) {
|
|
|
|
+ this.tabName = tabName
|
|
this.method = method
|
|
this.method = method
|
|
this.inputForm = {
|
|
this.inputForm = {
|
|
id: '',
|
|
id: '',
|