|
|
@@ -516,7 +516,7 @@
|
|
|
</el-tab-pane>
|
|
|
|
|
|
<el-tab-pane label="企业资质" :disabled="!certId">
|
|
|
- <subfile-list ref="subfileList" :data.sync="subfileList" :canadd="false" height="360px"
|
|
|
+ <subfile-list ref="subfileList" :data.sync="subfileList" :canadd="canadd" height="360px"
|
|
|
style="margin-top: 20px"></subfile-list>
|
|
|
</el-tab-pane>
|
|
|
|
|
|
@@ -798,6 +798,7 @@
|
|
|
}
|
|
|
|
|
|
return {
|
|
|
+ canadd: false,
|
|
|
AccessCardNo: '',
|
|
|
InStyle: '',
|
|
|
InfoData: [],
|
|
|
@@ -1269,6 +1270,9 @@
|
|
|
this.entrydetail.business = this.formannData.Id
|
|
|
this.entrydetail.instance = this.formannData.WorkflowId
|
|
|
this.entrydetail.Status = this.formannData.Status
|
|
|
+ if (parseInt(this.Status) <= 0) {
|
|
|
+ this.canadd = true
|
|
|
+ }
|
|
|
})
|
|
|
.catch(err => {
|
|
|
console.error(err)
|