|
@@ -157,18 +157,18 @@
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
|
|
|
|
|
<el-tab-pane label="准入范围" :disabled="!certId">
|
|
<el-tab-pane label="准入范围" :disabled="!certId">
|
|
|
- <tech-list ref="techList" :data.sync="techList" :candelete="delete_flat" :canadd="add_flat" height="360px"
|
|
|
|
|
- style="margin-top: 20px"></tech-list>
|
|
|
|
|
|
|
+ <tech-list ref="techList" :data.sync="techList" :candelete="delete_flat"
|
|
|
|
|
+ :canadd="add_flat" height="360px"></tech-list>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
|
|
|
|
|
<el-tab-pane label="企业资质">
|
|
<el-tab-pane label="企业资质">
|
|
|
<auditbus-list ref="auditbusList" :data="auditbusList" :SupplierCertId="certId" :SupplierId="serviceId+''"
|
|
<auditbus-list ref="auditbusList" :data="auditbusList" :SupplierCertId="certId" :SupplierId="serviceId+''"
|
|
|
- :SupplierTypeCode="classId" :Visiblebtn="this.formData.Status" height="360px" style="margin-top: 20px">
|
|
|
|
|
|
|
+ :SupplierTypeCode="classId" :Visiblebtn="this.formData.Status" height="360px">
|
|
|
</auditbus-list>
|
|
</auditbus-list>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
|
|
|
|
|
<el-tab-pane label="流程查看" v-if="this.formData.Status != 0">
|
|
<el-tab-pane label="流程查看" v-if="this.formData.Status != 0">
|
|
|
- <el-card class="box-card" style="margin-top: 20px">
|
|
|
|
|
|
|
+ <el-card class="box-card">
|
|
|
<div slot="header" class="clearfix">
|
|
<div slot="header" class="clearfix">
|
|
|
<span>审批流程</span>
|
|
<span>审批流程</span>
|
|
|
</div>
|
|
</div>
|