From 2b4219ff03263575509c24f5ae4437c7b906e324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Mon, 22 Sep 2025 15:03:37 +0800 Subject: [PATCH] =?UTF-8?q?```=20feat(src/hjm/query.tsx):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=BD=A6=E6=9E=B6=E5=8F=B7=E6=9F=A5=E8=AF=A2=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在查询表单中新增车架号(vinCode)输入框,用于车辆信息的精确查询。 该字段为必填项,包含输入验证和禁用状态控制功能。 ``` --- src/hjm/query.tsx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/hjm/query.tsx b/src/hjm/query.tsx index 8d4a002..3766964 100644 --- a/src/hjm/query.tsx +++ b/src/hjm/query.tsx @@ -65,6 +65,7 @@ const Query = () => { parentOrganizationAdmin: undefined, // 车辆编号 code: undefined, + vinCode: undefined, // 操作员 driver: undefined, // 保险状态 @@ -558,6 +559,27 @@ const Query = () => { } +