资质打印修改

ywj_dev
郑明梁 2 years ago
parent 4a2f5db5ca
commit 80e3ceff5e

@ -629,9 +629,11 @@ export default {
this.loading = true;
verifyTemplateFile(query).then((res) => {
if (res.code === 20000) {
debugger
//id
var supCertQuery={
customerId:row.customerId,
manufacturerIdFk:row.manufacturerId,
type:2
};
filterCompanyCertIdList(supCertQuery).then((req) => {
@ -669,11 +671,14 @@ export default {
let query = {id: 3};
this.loading = true;
verifyTemplateFile(query).then((res) => {
debugger
if (res.code === 20000) {
//id
var supCertQuery={
customerId:row.customerId,
type:2
manufacturerIdFk:row.manufacturerIdFk,
productIdFk:row.productId,
type:3
};
filterCompanyCertIdList(supCertQuery).then((req) => {
if(req.code===20000){

Loading…
Cancel
Save