仓库自动配送开关
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-07-17 08:50:18 +08:00
parent c643b0b979
commit c204fb0a92
3 changed files with 85 additions and 74 deletions
+2 -2
View File
@@ -194,8 +194,8 @@ export const FULFILLMENT_PROVIDER_STATUS_LABELS: Record<FulfillmentProviderStatu
};
export const WAREHOUSE_FULFILLMENT_MODE_LABELS: Record<WarehouseFulfillmentMode, string> = {
[WarehouseFulfillmentMode.API_AUTO]: 'API 自动推单',
[WarehouseFulfillmentMode.MANUAL]: '自管手工填单',
[WarehouseFulfillmentMode.API_AUTO]: '自动发货',
[WarehouseFulfillmentMode.MANUAL]: '关闭(手工填单',
};
export enum AccountStatus {