From 5a41e74c831cb0299752bd7513e07cc73947f917 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 28 Aug 2026 21:17:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20opp=5Fapprovals=20data=5Ffilter=E5=8D=95?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6AND=E8=A2=ABsqlor=E6=8B=92=E7=BB=9D(=E9=9C=80?= =?UTF-8?q?>=3D2=E6=9D=A1=E4=BB=B6)=E2=80=94=E2=80=94=E8=A1=A5report=5Fid?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6;=20=E9=87=8D=E6=96=B0=E7=94=9F=E6=88=90CRUD?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/opp_approvals.json | 5 +++++ wwwroot/opp_approvals/index.ui | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/json/opp_approvals.json b/json/opp_approvals.json index a1ce9c6..a6b0f20 100644 --- a/json/opp_approvals.json +++ b/json/opp_approvals.json @@ -29,6 +29,11 @@ "field": "status", "op": "=", "var": "status_input" + }, + { + "field": "report_id", + "op": "LIKE", + "var": "report_id_input" } ] } diff --git a/wwwroot/opp_approvals/index.ui b/wwwroot/opp_approvals/index.ui index 580e33b..7d9f844 100644 --- a/wwwroot/opp_approvals/index.ui +++ b/wwwroot/opp_approvals/index.ui @@ -158,6 +158,11 @@ "field": "status", "op": "=", "var": "status_input" + }, + { + "field": "report_id", + "op": "LIKE", + "var": "report_id_input" } ] },