From 10fd9f680363d28764caaf80c3545590c0cc2bcd Mon Sep 17 00:00:00 2001 From: 1178634255 <1178634255@qq.com> Date: Fri, 30 Jun 2023 15:06:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E8=B5=84=E8=B4=A8=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchase/suppliersRegistrationBasic.js | 4 ++-- src/views/purchase/cert/supCertAudit.vue | 19 +++++++++++++++++-- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/src/api/purchase/suppliersRegistrationBasic.js b/src/api/purchase/suppliersRegistrationBasic.js index ae0f4f4..213c197 100644 --- a/src/api/purchase/suppliersRegistrationBasic.js +++ b/src/api/purchase/suppliersRegistrationBasic.js @@ -2,8 +2,8 @@ import axios from "@/utils/request"; export function getRegistrationList(query) { return axios({ - url: "/sup/manufacturer/getCompanyList", - // 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 03c9379..638ef3a 100644 --- a/src/views/purchase/cert/supCertAudit.vue +++ b/src/views/purchase/cert/supCertAudit.vue @@ -599,13 +599,28 @@ export default { this.onManufacturerReset(); }, + // /**-------------------------生产企业资质--------------------------*/ + // onManufacturerReset() { + // let companyIdFk = this.filterManufacturerQuery.customerId; + // let customerId = this.filterManufacturerQuery.customerId; + // this.filterManufacturerQuery = { + // customerId: customerId, + // companyIdFk:companyIdFk, + // companyName: "", + // creditCode: "", + // placeArea: "", + // page: 1, + // auditStatus: "21", + // limit: 10, + // }; + // this.manufacturerList = []; + // this.getManufacturerList(); + // }, /**-------------------------生产企业资质--------------------------*/ onManufacturerReset() { - let companyIdFk = this.filterManufacturerQuery.customerId; let customerId = this.filterManufacturerQuery.customerId; this.filterManufacturerQuery = { customerId: customerId, - companyIdFk:companyIdFk, companyName: "", creditCode: "", placeArea: "",