[FIX] 徹底修復商品管理分頁參數洩漏與 UI 狀態不一致問題
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 59s
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 59s
1. 隔離商品列表與分類管理的搜尋參數(product_search / category_search)。 2. 隔離商品列表與分類管理的公司篩選參數(product_company_id / category_company_id)。 3. 優化分頁切換邏輯,切換 Tab 時自動清理 URL 參數,解決標籤殘留問題。 4. 修復 searchable-select 組件因屬性傳遞錯誤導致的 500 Internal Server Error。 5. 統一各分頁「公司篩選」Placeholder 為「所有公司」。 6. 完成分類管理搜尋框的多語系支援(新增 Search categories... 翻譯鍵值)。 7. 優化分頁器 (Pagination) 樣式以符合極簡奢華風規範。
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
"Apply changes to all identical products in this machine": "Apply changes to all identical products in this machine",
|
||||
"Apply to all identical products in this machine": "Apply to all identical products in this machine",
|
||||
"Are you sure to delete this customer?": "Are you sure to delete this customer?",
|
||||
"Are you sure you want to change the status of this item? This will affect its visibility on vending machines.": "Are you sure you want to change the status of this item? This will affect its visibility on vending machines.",
|
||||
"Are you sure you want to change the status of this product? Disabled products will not be visible on the machine.": "Are you sure you want to change the status of this product? Disabled products will not be visible on the machine.",
|
||||
"Are you sure you want to change the status? After disabling, this account will no longer be able to log in to the system.": "Are you sure you want to change the status? After disabling, this account will no longer be able to log in to the system.",
|
||||
"Are you sure you want to change the status? This may affect associated accounts.": "Are you sure you want to change the status? This may affect associated accounts.",
|
||||
@@ -95,6 +96,7 @@
|
||||
"Are you sure you want to delete this configuration?": "您確定要刪除此金流配置嗎?",
|
||||
"Are you sure you want to delete this configuration? This action cannot be undone.": "Are you sure you want to delete this configuration? This action cannot be undone.",
|
||||
"Are you sure you want to delete this item? This action cannot be undone.": "Are you sure you want to delete this item? This action cannot be undone.",
|
||||
"Are you sure you want to delete this product or category? This action cannot be undone.": "Are you sure you want to delete this product or category? This action cannot be undone.",
|
||||
"Are you sure you want to delete this product?": "Are you sure you want to delete this product?",
|
||||
"Are you sure you want to delete this product? All related historical translation data will also be removed.": "Are you sure you want to delete this product? All related historical translation data will also be removed.",
|
||||
"Are you sure you want to delete this role? This action cannot be undone.": "Are you sure you want to delete this role? This action cannot be undone.",
|
||||
@@ -828,6 +830,7 @@
|
||||
"Search by name or S\/N...": "Search by name or S\/N...",
|
||||
"Search cargo lane": "Search cargo lane",
|
||||
"Search Company Title...": "Search Company Title...",
|
||||
"Search categories...": "Search categories...",
|
||||
"Search company...": "Search company...",
|
||||
"Search configurations...": "Search configurations...",
|
||||
"Search customers...": "Search customers...",
|
||||
@@ -1155,5 +1158,8 @@
|
||||
"Expired Time": "Expired Time",
|
||||
"Inventory synced with machine": "Inventory synced with machine",
|
||||
"Failed to load tab content": "Failed to load tab content",
|
||||
"No machines found": "No machines found"
|
||||
"No machines found": "No machines found",
|
||||
"No products found matching your criteria.": "No products found matching your criteria.",
|
||||
"No categories found.": "No categories found.",
|
||||
"Track Limit (Track/Spring)": "Track Limit (Track/Spring)"
|
||||
}
|
||||
@@ -85,6 +85,7 @@
|
||||
"Apply changes to all identical products in this machine": "この機台の同一商品すべてに変更を適用",
|
||||
"Apply to all identical products in this machine": "この機体内のすべての同一商品に適用する",
|
||||
"Are you sure to delete this customer?": "この顧客を削除してもよろしいですか?",
|
||||
"Are you sure you want to change the status of this item? This will affect its visibility on vending machines.": "この項目のステータスを変更してもよろしいですか?自動販売機での表示に影響します。",
|
||||
"Are you sure you want to change the status of this product? Disabled products will not be visible on the machine.": "この商品のステータスを変更してもよろしいですか?無効にすると機体に表示されなくなります。",
|
||||
"Are you sure you want to change the status? After disabling, this account will no longer be able to log in to the system.": "ステータスを変更してもよろしいですか?無効にすると、このアカウントはシステムにログインできなくなります。",
|
||||
"Are you sure you want to change the status? This may affect associated accounts.": "ステータスを変更してもよろしいですか?関連するアカウントに影響を与える可能性があります。",
|
||||
@@ -95,6 +96,7 @@
|
||||
"Are you sure you want to delete this configuration?": "この設定を削除してもよろしいですか?",
|
||||
"Are you sure you want to delete this configuration? This action cannot be undone.": "この設定を削除してもよろしいですか?この操作は取り消せません。",
|
||||
"Are you sure you want to delete this item? This action cannot be undone.": "この項目を削除してもよろしいですか?この操作は取り消せません。",
|
||||
"Are you sure you want to delete this product or category? This action cannot be undone.": "この商品またはカテゴリーを削除してもよろしいですか?この操作は取り消せません。",
|
||||
"Are you sure you want to delete this product?": "この商品を削除してもよろしいですか?",
|
||||
"Are you sure you want to delete this product? All related historical translation data will also be removed.": "この商品を削除してもよろしいですか?関連するすべての翻訳履歴データも削除されます。",
|
||||
"Are you sure you want to delete this role? This action cannot be undone.": "この権限を削除してもよろしいですか?この操作は取り消せません。",
|
||||
@@ -827,6 +829,7 @@
|
||||
"Search by name or S\/N...": "名称または製造番号で検索...",
|
||||
"Search cargo lane": "貨道を検索",
|
||||
"Search Company Title...": "会社名を検索...",
|
||||
"Search categories...": "カテゴリーを検索...",
|
||||
"Search company...": "会社を検索...",
|
||||
"Search configurations...": "設定を検索...",
|
||||
"Search customers...": "顧客を検索...",
|
||||
@@ -1154,5 +1157,8 @@
|
||||
"Expired Time": "終了時間",
|
||||
"Inventory synced with machine": "在庫が機体と同期されました",
|
||||
"Failed to load tab content": "タブコンテンツの読み込みに失敗しました",
|
||||
"No machines found": "マシンが見つかりません"
|
||||
"No machines found": "マシンが見つかりません",
|
||||
"No products found matching your criteria.": "条件に一致する商品が見つかりませんでした。",
|
||||
"No categories found.": "カテゴリーが見つかりませんでした。",
|
||||
"Track Limit (Track/Spring)": "在庫上限 (ベルト/スプリング)"
|
||||
}
|
||||
@@ -87,6 +87,7 @@
|
||||
"Apply changes to all identical products in this machine": "同步套用至此機台內的所有相同商品",
|
||||
"Apply to all identical products in this machine": "同步套用至此機台內的所有相同商品",
|
||||
"Are you sure to delete this customer?": "您確定要刪除此客戶嗎?",
|
||||
"Are you sure you want to change the status of this item? This will affect its visibility on vending machines.": "您確定要變更此項目的狀態嗎?這將會影響其在販賣機上的顯示內容。",
|
||||
"Are you sure you want to change the status of this product? Disabled products will not be visible on the machine.": "確定要變更此商品的狀態嗎?停用的商品將不會在機台上顯示。",
|
||||
"Are you sure you want to change the status? After disabling, this account will no longer be able to log in to the system.": "您確定要變更狀態嗎?停用之後,該帳號將會立即被登出且無法再登入系統。",
|
||||
"Are you sure you want to change the status? This may affect associated accounts.": "您確定要變更狀態嗎?這可能會影響相關帳號的權限效力。",
|
||||
@@ -97,6 +98,7 @@
|
||||
"Are you sure you want to delete this configuration?": "您確定要刪除此金流配置嗎?",
|
||||
"Are you sure you want to delete this configuration? This action cannot be undone.": "您確定要刪除此金流配置嗎?此操作將無法復原。",
|
||||
"Are you sure you want to delete this item? This action cannot be undone.": "確定要刪除此項目嗎?此操作無法復原。",
|
||||
"Are you sure you want to delete this product or category? This action cannot be undone.": "您確定要刪除此商品或分類嗎?此操作將無法復原。",
|
||||
"Are you sure you want to delete this product?": "您確定要刪除此商品嗎?",
|
||||
"Are you sure you want to delete this product? All related historical translation data will also be removed.": "確定要刪除此商品嗎?所有相關的歷史翻譯數據也將被移除。",
|
||||
"Are you sure you want to delete this role? This action cannot be undone.": "您確定要刪除此角色嗎?此操作將無法復原。",
|
||||
@@ -636,6 +638,7 @@
|
||||
"OEE.Sales": "銷售",
|
||||
"of": "/共",
|
||||
"Offline": "離線",
|
||||
"of items": "筆項目",
|
||||
"Offline Machines": "離線機台",
|
||||
"Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "一旦您的帳號被刪除,其所有資源和數據將被永久刪除。在刪除帳號之前,請下載您希望保留的任何數據或資訊。",
|
||||
"Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "帳號一旦刪除,所有關連數據將被永久移除。請輸入您的密碼以確認您希望永久刪除此帳號。",
|
||||
@@ -831,6 +834,7 @@
|
||||
"Search by name or S\/N...": "搜尋名稱或序號...",
|
||||
"Search cargo lane": "搜尋貨道編號或商品名稱",
|
||||
"Search Company Title...": "搜尋公司名稱...",
|
||||
"Search categories...": "搜尋分類...",
|
||||
"Search company...": "搜尋公司...",
|
||||
"Search configurations...": "搜尋設定...",
|
||||
"Search customers...": "搜尋客戶...",
|
||||
@@ -880,7 +884,7 @@
|
||||
"Show": "顯示",
|
||||
"Show material code field in products": "在商品資料中顯示物料編號欄位",
|
||||
"Show points rules in products": "在商品資料中顯示點數規則相關欄位",
|
||||
"Showing": "顯示第",
|
||||
"Showing": "目前顯示",
|
||||
"Showing :from to :to of :total items": "顯示第 :from 到 :to 項,共 :total 項",
|
||||
"Sign in to your account": "隨時隨地掌控您的業務。",
|
||||
"Signed in as": "登入身份",
|
||||
@@ -985,7 +989,10 @@
|
||||
"Track Channel Limit": "履帶貨道上限",
|
||||
"Track device health and maintenance history": "追蹤設備健康與維修歷史",
|
||||
"Track Limit": "履帶貨道上限",
|
||||
"Track Limit (Track/Spring)": "貨道上限(履帶/彈簧)",
|
||||
"Traditional Chinese": "繁體中文",
|
||||
"Track": "履帶",
|
||||
"Spring": "彈簧",
|
||||
"Transfer Audit": "調撥單",
|
||||
"Transfers": "調撥單",
|
||||
"Trigger": "觸發",
|
||||
@@ -1160,5 +1167,7 @@
|
||||
"Expired Time": "下架時間",
|
||||
"Inventory synced with machine": "庫存已與機台同步",
|
||||
"Failed to load tab content": "載入分頁內容失敗",
|
||||
"No machines found": "未找到機台"
|
||||
"No machines found": "未找到機台",
|
||||
"No products found matching your criteria.": "找不到符合條件的商品。",
|
||||
"No categories found.": "找不到分類。"
|
||||
}
|
||||
Reference in New Issue
Block a user