diff --git a/src/components/ImportForm/src/ImportCustomerStatementForm.vue b/src/components/ImportForm/src/ImportCustomerStatementForm.vue
index a54f52544..98f2973c5 100644
--- a/src/components/ImportForm/src/ImportCustomerStatementForm.vue
+++ b/src/components/ImportForm/src/ImportCustomerStatementForm.vue
@@ -16,6 +16,7 @@
v-model="queryParams.customerCode"
placeholder="请选择客户代码"
clearable
+ filterable
>
diff --git a/src/components/ImportForm/src/ImportSupplierMoldCostForm.vue b/src/components/ImportForm/src/ImportSupplierMoldCostForm.vue
index 2c1efa71e..7b01a71cf 100644
--- a/src/components/ImportForm/src/ImportSupplierMoldCostForm.vue
+++ b/src/components/ImportForm/src/ImportSupplierMoldCostForm.vue
@@ -16,6 +16,7 @@
v-model="queryParams.supplierCode"
placeholder="请选择供应商代码"
clearable
+ filterable
>