[PROMOTE] 簡化銷售紀錄搜尋框提示詞至 demo 環境

1. 銷售紀錄搜尋框提示詞更新為「搜尋 訂單號 / 卡號與代碼...」,兼顧未來通行碼與取貨碼擴充性並提升版面潔淨度。
This commit is contained in:
sky121113 2026-05-19 11:04:02 +08:00
commit 4a48b8c806
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">