|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
|
|
<!-- 配送企业资质 -->
|
|
|
|
|
<!-- 企业资质 -->
|
|
|
|
|
<el-card>
|
|
|
|
|
<el-form :model="filterQuery" class="query-form" size="mini" label-width="120px" v-show="showSearch">
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item label="企业名称:">
|
|
|
|
|
<el-input v-model="filterQuery.companyName" style="width: 90%" placeholder="请输入企业名称"
|
|
|
|
|
<el-form-item label="注册企业名称:">
|
|
|
|
|
<el-input v-model="filterQuery.companyName" style="width: 90%" placeholder="请输入注册企业名称"
|
|
|
|
|
clearable></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
@ -33,7 +33,7 @@
|
|
|
|
|
<el-table v-loading="loading" :data="list" style="width: 100%" border highlight-current-row
|
|
|
|
|
@row-click="supCompanyClick">
|
|
|
|
|
<el-table-column type="index" label="序号" width="50"></el-table-column>
|
|
|
|
|
<el-table-column label="企业名称" prop="companyName" width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="注册企业名称" prop="companyName" width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="统一社会信用号" prop="creditNum" width="160"></el-table-column>
|
|
|
|
|
<el-table-column label="所属地区" prop="area" width="180"></el-table-column>
|
|
|
|
|
<el-table-column label="详细地址" prop="detailAddr" :show-overflow-tooltip="true" width="180"></el-table-column>
|
|
|
|
@ -48,7 +48,7 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-table-column label="生产企业证书" prop="auditStatus" width="120">
|
|
|
|
|
<el-table-column label="生产企业资质证书" prop="auditStatus" width="120">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
|
|
<el-tag type="danger" v-if="scope.row.failCout==0 && scope.row.passCout==0">
|
|
|
|
@ -63,7 +63,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
|
|
<el-table-column label="配送产品证书" prop="auditStatus" width="120">
|
|
|
|
|
<el-table-column label="产品资质证书" prop="auditStatus" width="120">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag type="danger" v-if="scope.row.productFailCout==0 && scope.row.prouctPassCout==0">
|
|
|
|
|
未添加证书
|
|
|
|
@ -169,7 +169,7 @@
|
|
|
|
|
<el-table-column label="所在地区" prop="placeArea"></el-table-column>
|
|
|
|
|
<el-table-column label="所在地址" prop="placeAddress" :show-overflow-tooltip="true"></el-table-column>
|
|
|
|
|
<el-table-column label="所属供应商" prop="supName" :show-overflow-tooltip="true"></el-table-column>
|
|
|
|
|
<el-table-column label="配送产品证书" prop="auditStatus" width="120">
|
|
|
|
|
<el-table-column label="产品资质证书" prop="auditStatus" width="120">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
|
|
<el-tag type="danger" v-if="scope.row.failCout==0 && scope.row.passCout==0">
|
|
|
|
@ -237,7 +237,7 @@
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 配送产品资质 -->
|
|
|
|
|
<!-- 产品资质 -->
|
|
|
|
|
<el-card class="el-card">
|
|
|
|
|
<el-form :model="registrationQuery" class="query-form" label-width="120px" v-show="showSearch3">
|
|
|
|
|
<el-row>
|
|
|
|
@ -368,8 +368,8 @@ export default {
|
|
|
|
|
total: 0,
|
|
|
|
|
formName: 1,
|
|
|
|
|
formMap: {
|
|
|
|
|
1: "配送企业资质详情",
|
|
|
|
|
2: "配送企业资质审核",
|
|
|
|
|
1: "企业资质详情",
|
|
|
|
|
2: "企业资质审核",
|
|
|
|
|
},
|
|
|
|
|
checkFlag: {
|
|
|
|
|
0: "草稿",
|
|
|
|
@ -445,8 +445,8 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
formProductName: 1,
|
|
|
|
|
formProductMap: {
|
|
|
|
|
1: "配送产品资质详情",
|
|
|
|
|
2: "配送产品资质审核",
|
|
|
|
|
1: "产品资质详情",
|
|
|
|
|
2: "产品资质审核",
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
inputProudtQuery: {},
|
|
|
|
|