diff --git a/src/api/purchase/suppliersRegistrationBasic.js b/src/api/purchase/suppliersRegistrationBasic.js index 6ed72d7..ae0f4f4 100644 --- a/src/api/purchase/suppliersRegistrationBasic.js +++ b/src/api/purchase/suppliersRegistrationBasic.js @@ -2,7 +2,8 @@ import axios from "@/utils/request"; export function getRegistrationList(query) { return axios({ - url: "/sup/product/getRegistrationList", + url: "/sup/manufacturer/getCompanyList", + // url: "/sup/product/getRegistrationList", method: "get", params: query }); diff --git a/src/views/purchase/cert/supCertAudit.vue b/src/views/purchase/cert/supCertAudit.vue index f56d4a8..f8275d5 100644 --- a/src/views/purchase/cert/supCertAudit.vue +++ b/src/views/purchase/cert/supCertAudit.vue @@ -251,7 +251,7 @@ - @@ -283,7 +283,7 @@ - + @@ -583,11 +583,12 @@ export default { /**-------------------------生产企业资质--------------------------*/ onManufacturerReset() { - let customerId = this.filterManufacturerQuery.customerId; + let companyIdFk = this.filterManufacturerQuery.customerId; + // let customerId = this.filterManufacturerQuery.customerId; this.filterManufacturerQuery = { customerId: "", - companyIdFk:customerId, + companyIdFk:companyIdFk, companyName: "", creditCode: "", placeArea: "", @@ -663,7 +664,9 @@ export default { }, supManufacturerClick(row) { - this.registrationQuery.customerId = row.customerId; + //bur的id + this.registrationQuery.customerId = row.id; + //sm的manufacturerId this.registrationQuery.manufacturerIdFk = row.manufacturerId; this.onReset2(); }, @@ -672,12 +675,13 @@ export default { /**-------------------------配送产品资质--------------------------*/ onReset2() { - let customerId = this.registrationQuery.customerId; + let burId = this.registrationQuery.customerId; let manufacturerIdFk = this.registrationQuery.manufacturerIdFk; this.registrationQuery = { - customerId: customerId, + // customerId: customerId, manufacturerIdFk: manufacturerIdFk, + burId: burId, recordProductName: "", recordCode: "", recordPeopleName: "",