feat: 进港舱单新增总重量字段并修正过磅记录代理显示

- 进港舱单 Bean 增加 totalWeight 字段
- 新增/详情页表单加入"总重量"项并重排布局,备注移至 UN 编号同行
- 出港过磅记录列表代理列由 agentCode 改为 agentName 显示

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-14 13:02:46 +08:00
parent 623ebc22f7
commit 5750ab2036
6 changed files with 111 additions and 68 deletions

View File

@@ -181,7 +181,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text='@{bean.agentCode}'
android:text='@{bean.agentName}'
android:textSize="15sp"
tools:text="顺丰" />