|
|
|
@ -365,7 +365,13 @@ import {
|
|
|
|
|
verifyTemplateFile
|
|
|
|
|
} from '@/api/purchase/supCompany'
|
|
|
|
|
import {addOrModifyCompany, getCompanyList} from "@/api/purchase/supManufacturer";
|
|
|
|
|
import {auditSupCert, deleteCompanyCert, filterCompanyCert, revokeSupCert} from "@/api/purchase/companyCert";
|
|
|
|
|
import {
|
|
|
|
|
auditSupCert,
|
|
|
|
|
deleteCompanyCert,
|
|
|
|
|
filterCompanyCert,
|
|
|
|
|
filterCompanyCPCert,
|
|
|
|
|
revokeSupCert
|
|
|
|
|
} from "@/api/purchase/companyCert";
|
|
|
|
|
import companyAddCert from "@/views/purchase/cert/supCertAddDialog";
|
|
|
|
|
import {getUUID} from "@/utils/strUtil";
|
|
|
|
|
import ElImageViewer from 'element-ui/packages/image/src/image-viewer'
|
|
|
|
@ -697,7 +703,7 @@ export default {
|
|
|
|
|
this.certQuery.manufacturerIdFk = this.inputQuery.manufacturerIdFk;
|
|
|
|
|
this.certQuery.productIdFk = this.inputQuery.productId;
|
|
|
|
|
this.certQuery.type = 3;
|
|
|
|
|
filterCompanyCert(this.certQuery)
|
|
|
|
|
filterCompanyCPCert(this.certQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.certLoading = false;
|
|
|
|
|
this.certList = response.data.list || [];
|
|
|
|
|