feat: 完成出港运抵页面5.5寸手机端适配

- 主列表新增待运抵/已运抵 Tab(客户端按申报状态拆分)+ 卡片长按浮层(补充/重置/回执)
- 新增分单明细页:复用主列表已加载数据,零新增请求
- 新增回执内容只读页
- 新增补充信息页:参照 Pad 端收发货人信息批量应用模式(后端接口暂缺,已登记问题清单)
- 手机首页「国际」Tab 增加「出港运抵」入口
- 修复两个平台坑:RecyclerView 内 GONE 不塌陷高度;Serializable Intent 传递
  遇 @Transient 字段反序列化为 null 导致的崩溃
- 登记后端接口缺口 2 项(#19~#20)至问题清单

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-30 11:44:51 +08:00
parent 1eb288a703
commit ef8e7cfacb
37 changed files with 2825 additions and 775 deletions

View File

@@ -54,6 +54,12 @@ class GjViewModel : BaseViewModel() {
Constant.AuthName.GjcCheckWeighing,
ARouterConstants.ACTIVITY_URL_GJC_WEIGHING_LIST
),
ActionBean(
"出港运抵",
R.drawable.img_gjc_chugang_diyun,
Constant.AuthName.GjcIntExpArrive,
ARouterConstants.ACTIVITY_URL_INT_EXP_ARRIVE
),
// ULD管理属综合管理业务Pad 端在「综合管理」菜单组),手机端首页暂无综合 Tab挂在国际 Tab 下
ActionBean(
"ULD管理",

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB