Update search placeholder to indicate fuzzy search support

The stored procedure now supports LIKE matching on 车间号,
so update the placeholder hint to inform users they can enter
partial workshop numbers for fuzzy matching.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Misaka_Company
2026-06-11 08:39:08 +08:00
parent 0ac67bbfe8
commit aaff8b410b

View File

@@ -409,7 +409,7 @@ function SearchBar({
>
<Input
prefix={<SearchOutlined />}
placeholder="请输入车间号,如 R05697"
placeholder="支持模糊搜索,输入排产号数字部分即可查询"
onPressEnter={handleSearch}
allowClear
/>