From 6bb7af353546efca5be0eef32cc85103a364e1bc Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 22 Jun 2026 14:43:34 +0800 Subject: [PATCH] =?UTF-8?q?data=5Ffilter=E6=94=B9=E4=B8=BAfilterjson?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E8=A1=A8=E8=BE=BE=E5=BC=8F=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/pricing_program.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/json/pricing_program.json b/json/pricing_program.json index 9070475..560291e 100644 --- a/json/pricing_program.json +++ b/json/pricing_program.json @@ -17,10 +17,12 @@ } } }, - "search_fields": [ - {"field": "name", "title": "项目名称", "uitype": "str", "op": "LIKE"}, - {"field": "providerid", "title": "供应商", "uitype": "code"} - ], + "data_filter": { + "AND": [ + {"field": "name", "op": "LIKE", "var": "name"}, + {"field": "providerid", "op": "=", "var": "providerid"} + ] + }, "editexclouded": [ "id", "ownerid" ],