|
|
@@ -697,7 +697,7 @@
|
|
|
<el-button style="float: right; padding: 3px 10px"
|
|
|
type="text"
|
|
|
@click="manufacturerdialog"
|
|
|
- :disabled="!formData.Id || checkStatus.includes(formData.Status)"
|
|
|
+ :disabled="!certId || checkStatus.includes(formData.Status)"
|
|
|
>添加</el-button>
|
|
|
</div>
|
|
|
<manufacturer-list ref="manufacturerList"
|
|
|
@@ -712,7 +712,7 @@
|
|
|
<div slot="header"
|
|
|
class="clearfix">
|
|
|
<span style="padding:3px 20px">现场考察报告</span>
|
|
|
- <el-button :disabled="!formData.Id || checkStatus.includes(formData.Status)" type="primary" style="margin-left: 10px;" plain size="mini" title="上传" @click="openDialog()" >上传
|
|
|
+ <el-button :disabled="!certId || checkStatus.includes(formData.Status)" type="primary" style="margin-left: 10px;" plain size="mini" title="上传" @click="openDialog()" >上传
|
|
|
</el-button>
|
|
|
</div>
|
|
|
<el-table :data="scenefileurllist" border size="mini" empty-text="暂无数据" style="margin-top: 30px;">
|