diff --git a/ruoyi-system/src/main/resources/mapper/priceVerification/QuotHjMapper.xml b/ruoyi-system/src/main/resources/mapper/priceVerification/QuotHjMapper.xml
index 85e2be4..ee062ba 100644
--- a/ruoyi-system/src/main/resources/mapper/priceVerification/QuotHjMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/priceVerification/QuotHjMapper.xml
@@ -64,6 +64,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and quot_hj_code like concat('%', #{quotHjCode}, '%')
and quot_hj_pricing_date between #{params.beginQuotHjPricingDate} and #{params.endQuotHjPricingDate}
and q.quot_hj_approval_status = #{quotHjApprovalStatus}
+ and q.quot_salesman_name like concat('%', #{quotSalesmanName}, '%')
+ and q.quot_customer_name like concat('%', #{quotCustomerName}, '%')
+ and q.quot_project like concat('%', #{quotProject}, '%')
+
diff --git a/ruoyi-ui/src/views/priceVerification/priceVerification/index.vue b/ruoyi-ui/src/views/priceVerification/priceVerification/index.vue
index 2ac86e6..04bfd65 100644
--- a/ruoyi-ui/src/views/priceVerification/priceVerification/index.vue
+++ b/ruoyi-ui/src/views/priceVerification/priceVerification/index.vue
@@ -30,6 +30,30 @@
/>
+
+
+
+
+
+
+
+
+
搜索
重置
diff --git a/ruoyi-ui/src/views/statisticsQuot/statisticsQuot/index.vue b/ruoyi-ui/src/views/statisticsQuot/statisticsQuot/index.vue
index 0d4ce2d..990af66 100644
--- a/ruoyi-ui/src/views/statisticsQuot/statisticsQuot/index.vue
+++ b/ruoyi-ui/src/views/statisticsQuot/statisticsQuot/index.vue
@@ -62,10 +62,10 @@
-
-
-
-
+
+
+
+