fix(sales): 取貨碼新增彈窗「產生數量」改為獨立整列,避免與使用次數上限重疊
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6bb08a13ce
commit
9dbde50f56
@ -293,8 +293,9 @@ transition-all duration-300",
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{-- Quantity (Batch Generate) --}}
|
||||
{{-- Quantity (Batch Generate) — 獨立整列,避免與使用次數上限擠在同一列重疊 --}}
|
||||
<div class="space-y-2">
|
||||
<label class="text-xs font-black text-slate-500 uppercase tracking-widest pl-1">{{
|
||||
__('Generate Quantity') }} (1-1000)</label>
|
||||
@ -327,7 +328,6 @@ transition-all duration-300",
|
||||
{{ __('Batch mode: codes are auto-generated and the custom code is ignored.') }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{-- Pickup Code Preview Section --}}
|
||||
<div class="space-y-2">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user