[STYLE] 簡化銷售紀錄搜尋框提示詞,優化版面潔淨度

1. 修改 tab-orders.blade.php,將搜尋提示詞簡化為「Search Order No / Cards & Codes...」,移除冗長且非核心的流水號與發票提示。
2. 更新 zh_TW.json 翻譯,對應為「搜尋 訂單號 / 卡號與代碼...」,兼顧未來的通行碼與取貨碼擴充性。
This commit is contained in:
sky121113 2026-05-19 11:03:47 +08:00
parent d9423a3fb1
commit 6cddc5b1b8
2 changed files with 2 additions and 2 deletions

View File

@ -1407,7 +1407,7 @@
"Search Invoice No / Flow ID...": "搜尋 發票號碼 / 流水號...",
"Search Machine...": "搜尋機台...",
"Search Order No / Flow ID / Invoice...": "搜尋 訂單號 / 流水號 / 發票號碼...",
"Search Order No / Flow ID / Invoice / Staff Info...": "搜尋 訂單號 / 流水號 / 發票號碼 / 員工資訊...",
"Search Order No / Cards & Codes...": "搜尋 訂單號 / 卡號與代碼...",
"Search Product": "搜尋商品",
"Search Product / Slot...": "搜尋商品名稱 / 貨道...",
"Search accounts...": "搜尋帳號...",

View File

@ -14,7 +14,7 @@
</span>
<input type="text" name="search" value="{{ $tab === 'orders' ? $filters['search'] : '' }}"
class="py-2.5 pl-12 pr-6 block w-full luxury-input"
placeholder="{{ __('Search Order No / Flow ID / Invoice / Staff Info...') }}">
placeholder="{{ __('Search Order No / Cards & Codes...') }}">
</div>
<div class="w-full lg:w-48">