feat: 换货新旧资产展示与独立搜索
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m34s

This commit is contained in:
luo
2026-07-22 16:57:17 +08:00
parent 8faa2ea2ef
commit 7d3352038a
5 changed files with 197 additions and 13 deletions

View File

@@ -11,7 +11,8 @@ export interface ExchangeQueryParams {
page_size?: number
status?: number // 换货状态
flow_type?: string // 流程类型shipping/direct
identifier?: string // 资产标识符(模糊匹配,同时匹配旧资产、新资产
old_asset_keyword?: string // 资产关键词ICCID、接入号、虚拟号、IMEI、SN
new_asset_keyword?: string // 新资产关键词ICCID、接入号、虚拟号、IMEI、SN
created_at_start?: string // 创建时间起始
created_at_end?: string // 创建时间结束
}
@@ -33,10 +34,13 @@ export interface ExchangeResponse {
exchange_no: string
exchange_reason: string
old_asset_type: string
old_asset_id: number
old_asset_identifier: string
new_asset_type: string
new_asset_identifier: string
new_asset_type?: string | null
new_asset_id?: number | null
new_asset_identifier?: string | null
status: number // 换货状态1:待填写信息, 2:待发货, 3:已发货待确认, 4:已完成, 5:已取消)
status_name?: string
status_text: string
flow_type: string // 流程类型shipping/direct
flow_type_name: string // 流程类型名称