feat: 国际进港舱单新增页面优化及菜单调整

- 对调首页国际进港模块"原始舱单"和"进港舱单"菜单位置
- 航班日期默认为当天日期
- 运单号增加11位数字及mod7校验位验证
- 业务类型默认选中"普通货物运输"
- 件数限制整数输入,重量允许小数输入

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 17:54:26 +08:00
parent 8af644288d
commit 89d4812d9f
4 changed files with 53 additions and 7 deletions

View File

@@ -825,16 +825,16 @@ class HomeFragment : Fragment() {
)
list.add(
RightMenu(
Constant.AuthName.IntArrAirManifest,
Constant.AuthName.IntImpManifest,
R.mipmap.img_bwjx,
"原始舱单"
"进港舱单"
)
)
list.add(
RightMenu(
Constant.AuthName.IntImpManifest,
Constant.AuthName.IntArrAirManifest,
R.mipmap.img_bwjx,
"进港舱单"
"原始舱单"
)
)
list.add(