|
|
@@ -694,11 +694,11 @@
|
|
|
<div slot="header"
|
|
|
class="clearfix">
|
|
|
<span style="padding:3px 20px">所代理制造商名称(先保存基本信息后再添加)</span>
|
|
|
- <el-button style="float: right; padding: 3px 10px"
|
|
|
- type="text"
|
|
|
- @click="manufacturerdialog"
|
|
|
- :disabled="parseInt(certId) === 0"
|
|
|
- >添加</el-button>
|
|
|
+<!-- <el-button style="float: right; padding: 3px 10px"-->
|
|
|
+<!-- type="text"-->
|
|
|
+<!-- @click="manufacturerdialog"-->
|
|
|
+<!-- :disabled="parseInt(certId) === 0"-->
|
|
|
+<!-- >添加</el-button>-->
|
|
|
</div>
|
|
|
<manufacturer-list ref="manufacturerList"
|
|
|
:data.sync="manufacturerList"
|
|
|
@@ -712,8 +712,8 @@
|
|
|
<div slot="header"
|
|
|
class="clearfix">
|
|
|
<span style="padding:3px 20px">现场考察报告</span>
|
|
|
- <el-button :disabled="parseInt(certId) === 0" type="primary" style="margin-left: 10px;" plain size="mini" title="上传" @click="openDialog()" >上传
|
|
|
- </el-button>
|
|
|
+<!-- <el-button :disabled="parseInt(certId) === 0" 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;">
|
|
|
<el-table-column prop="FileUrlList" label="报告" show-overflow-tooltip>
|