|
|
|
@ -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: "",
|
|
|
|
|