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