feat: add temp storage shelf (B prefix) UI support
Recognize B-prefix location codes as temp storage shelves. Add purple color scheme, conflict detection for temp_stored status, and updated submit/dialog logic for temp storage target handling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -52,4 +52,7 @@ extension _RegistrationStatusPart on _RegistrationPageState {
|
||||
_zongpaiNos.isNotEmpty && _locationCode != null && !_isSubmitting;
|
||||
|
||||
bool get _isTransitTarget => isTransitTarget(_locationType, _locationCode);
|
||||
|
||||
bool get _isTempStorageTarget =>
|
||||
isTempStorageTarget(_locationType, _locationCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user