|
|
@ -209,7 +209,7 @@
|
|
|
|
style="width: 100%;margin-top: 30px">
|
|
|
|
style="width: 100%;margin-top: 30px">
|
|
|
|
<el-table-column type="index" label="序号" width="50"></el-table-column>
|
|
|
|
<el-table-column type="index" label="序号" width="50"></el-table-column>
|
|
|
|
<el-table-column label="证书名称" prop="name"></el-table-column>
|
|
|
|
<el-table-column label="证书名称" prop="name"></el-table-column>
|
|
|
|
<el-table-column label="证书编号" prop="name"></el-table-column>
|
|
|
|
<el-table-column label="证书编号" prop="code"></el-table-column>
|
|
|
|
<el-table-column label="有效期" prop="vailDate"></el-table-column>
|
|
|
|
<el-table-column label="有效期" prop="vailDate"></el-table-column>
|
|
|
|
<el-table-column label="失效期" prop="expireDate"></el-table-column>
|
|
|
|
<el-table-column label="失效期" prop="expireDate"></el-table-column>
|
|
|
|
<el-table-column label="审核状态" prop="auditStatus" width="120">
|
|
|
|
<el-table-column label="审核状态" prop="auditStatus" width="120">
|
|
|
@ -226,7 +226,7 @@
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
@click.native="addCert(scope.row)"
|
|
|
|
@click.native="addCert(scope.row)"
|
|
|
|
|
|
|
|
|
|
|
|
>编辑
|
|
|
|
>编辑
|
|
|
|
</el-button
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
@ -481,7 +481,7 @@ export default {
|
|
|
|
if(this.inputQuery.productionAreaCode!="" && this.inputQuery.productionAreaCode!=null && this.inputQuery.productionAreaCode!=undefined){
|
|
|
|
if(this.inputQuery.productionAreaCode!="" && this.inputQuery.productionAreaCode!=null && this.inputQuery.productionAreaCode!=undefined){
|
|
|
|
this.selectedOptions2 = this.inputQuery.productionAreaCode.split(",");
|
|
|
|
this.selectedOptions2 = this.inputQuery.productionAreaCode.split(",");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.certQuery.manufacturerIdFk = this.inputQuery.manufacturerId;
|
|
|
|
this.certQuery.manufacturerIdFk = this.inputQuery.manufacturerId;
|
|
|
|