From f6a87af3b32a203ec5de52d6c7580425e43c400c Mon Sep 17 00:00:00 2001 From: xd <844539747@qq.com> Date: Mon, 24 Jun 2024 09:04:43 +0800 Subject: [PATCH] '123' --- .../mapper/priceVerification/QuotHjMapper.xml | 4 ++++ .../priceVerification/index.vue | 24 +++++++++++++++++++ .../statisticsQuot/statisticsQuot/index.vue | 8 +++---- 3 files changed, 32 insertions(+), 4 deletions(-) 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 @@ - - - - + + + +