企业资质审核代码更新备份

master
1178634255 2 years ago
parent 493eb8e4e1
commit 17b1300170

@ -302,7 +302,6 @@
<el-table-column label="注册/备案人名称" prop="recordPeopleName" show-overflow-tooltip></el-table-column> <el-table-column label="注册/备案人名称" prop="recordPeopleName" show-overflow-tooltip></el-table-column>
<el-table-column label="生产企业" prop="manufacturerName" show-overflow-tooltip></el-table-column> <el-table-column label="生产企业" prop="manufacturerName" show-overflow-tooltip></el-table-column>
<el-table-column label="所属供应商" prop="supName" show-overflow-tooltip></el-table-column> <el-table-column label="所属供应商" prop="supName" show-overflow-tooltip></el-table-column>
<!-- <el-table-column label="所属供应商" prop="companyName" show-overflow-tooltip></el-table-column>-->
<el-table-column label="审核状态" prop="auditStatus" width="120"> <el-table-column label="审核状态" prop="auditStatus" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tag :type="(scope.row.auditStatus) | statusFilterType"> <el-tag :type="(scope.row.auditStatus) | statusFilterType">

@ -16,51 +16,51 @@
<el-button v-if="editType==1 && auditType!=1" type="primary" size="mini" icon="search" @click="printSupCertAll"> <el-button v-if="editType==1 && auditType!=1" type="primary" size="mini" icon="search" @click="printSupCertAll">
</el-button> </el-button>
</div> </div>
<!-- <el-row :gutter="20" class="el-row" type="flex" style="margin-top: 20px">--> <el-row :gutter="20" class="el-row" type="flex" style="margin-top: 20px">
<!-- <el-col :span="10" class="el-col">--> <el-col :span="10" class="el-col">
<!-- <el-form-item label="所属供应商:" label-width="150px" prop="customerId">--> <el-form-item label="所属供应商:" label-width="150px" prop="customerId">
<!-- <el-select--> <el-select
<!-- v-model="inputQuery.customerId"--> v-model="inputQuery.customerId"
<!-- filterable--> filterable
<!-- remote--> remote
<!-- clearable="true"--> clearable="true"
<!-- disabled--> disabled
<!-- reserve-keyword--> reserve-keyword
<!-- placeholder="请输入供应商名称"--> placeholder="请输入供应商名称"
<!-- :remote-method="findMethod"--> :remote-method="findMethod"
<!-- :loading="loading"--> :loading="loading"
<!-- style="width: 100%;"--> style="width: 100%;"
<!-- @change="unitChange"--> @change="unitChange"
<!-- >--> >
<!-- <el-option--> <el-option
<!-- v-for="item in fromOptions"--> v-for="item in fromOptions"
<!-- :key="item.customerId"--> :key="item.customerId"
<!-- :label="item.companyName"--> :label="item.companyName"
<!-- :value="item.customerId"--> :value="item.customerId"
<!-- >--> >
<!-- <span style="float: left">{{ item.companyName }}</span>--> <span style="float: left">{{ item.companyName }}</span>
<!-- </el-option>--> </el-option>
<!-- </el-select>--> </el-select>
<!-- </el-form-item>--> </el-form-item>
<!-- </el-col>--> </el-col>
<!-- </el-row>--> </el-row>
<el-row :gutter="20" class="el-row" type="flex"> <el-row :gutter="20" class="el-row" type="flex">
<el-col :span="10" class="el-col"> <el-col :span="10" class="el-col">
<el-form-item label="企业名称:" label-width="150px" prop="ylqxzcrbarmc"> <el-form-item label="企业名称:" label-width="150px" prop="companyName">
<el-input <el-input
size="small" size="small"
placeholder="请输入内容" disabled placeholder="请输入内容" disabled
v-model="inputQuery.ylqxzcrbarmc" v-model="inputQuery.companyName"
@input="change()" @input="change()"
></el-input> ></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="10" class="el-col"> <el-col :span="10" class="el-col">
<el-form-item label="统一社会信用代码:" label-width="150px" prop="tyshxydm"> <el-form-item label="统一社会信用代码:" label-width="150px" prop="creditCode">
<el-input <el-input
size="small" size="small"
placeholder="请输入内容" placeholder="请输入内容"
v-model="inputQuery.tyshxydm" v-model="inputQuery.creditCode"
@input="change()" disabled @input="change()" disabled
></el-input> ></el-input>
</el-form-item> </el-form-item>
@ -191,19 +191,29 @@
{{ supStatus[scope.row.status] }} {{ supStatus[scope.row.status] }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="确认状态" prop="checkStatus" width="120"> <el-table-column label="确认状态" prop="auditStatus" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tag :type="(scope.row.checkStatus) | statusFilterType"> <el-tag :type="(scope.row.auditStatus) | statusFilterType">
{{ checkFlag[scope.row.checkStatus] }} {{ checkFlag[scope.row.auditStatus] }}
</el-tag> </el-tag>
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column label="操作" width="250">-->
<!-- <template slot-scope="scope">-->
<!-- <el-button v-if="editType==1 && auditType!=1" type="text" size="small" @click.native="printSupCert(scope.row)">-->
<!-- </el-button>-->
<!-- <el-button type="text" size="small" v-if="editType==2" @click.native="auditCert(scope.row)"></el-button>-->
<!-- <el-button type="text" size="small" v-if="scope.row.checkStatus==1" @click.native="revoke(scope.row)">-->
<!-- 撤回-->
<!-- </el-button>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column label="操作" width="250"> <el-table-column label="操作" width="250">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button v-if="editType==1 && auditType!=1" type="text" size="small" @click.native="printSupCert(scope.row)"> <el-button v-if="editType==1 && auditType!=1" type="text" size="small" @click.native="printSupCert(scope.row)">
</el-button> </el-button>
<el-button type="text" size="small" v-if="editType==2" @click.native="auditCert(scope.row)"></el-button> <el-button type="text" size="small" v-if="editType==2" @click.native="auditCert(scope.row)"></el-button>
<el-button type="text" size="small" v-if="scope.row.checkStatus==1" @click.native="revoke(scope.row)"> <el-button type="text" size="small" v-if="scope.row.auditStatus==1" @click.native="revoke(scope.row)">
撤回 撤回
</el-button> </el-button>
</template> </template>

Loading…
Cancel
Save