style: 调整进港舱单返回按钮间距及国际出港菜单顺序

- 分单管理返回按钮增加底部间距,与右侧间距保持一致
- 国际出港首页菜单互换"出库交接"与"出港理货"顺序

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-08 16:25:42 +08:00
parent c92a17e316
commit 5ae63776ac
2 changed files with 12 additions and 11 deletions

View File

@@ -749,16 +749,7 @@ class HomeFragment : Fragment() {
)
)
// 8. 出库交接
list.add(
RightMenu(
Constant.AuthName.GjcIntExpOutHandover,
R.drawable.img_gjc_chuku_jiaojie,
"出库交接"
)
)
// 9. 出港理货
// 8. 出港理货
list.add(
RightMenu(
Constant.AuthName.GjcIntExpTally,
@@ -767,6 +758,15 @@ class HomeFragment : Fragment() {
)
)
// 9. 出库交接
list.add(
RightMenu(
Constant.AuthName.GjcIntExpOutHandover,
R.drawable.img_gjc_chuku_jiaojie,
"出库交接"
)
)
// 10. 出港移库
list.add(
RightMenu(

View File

@@ -165,6 +165,7 @@
android:layout_height="wrap_content"
android:gravity="end"
android:paddingHorizontal="20dp"
android:paddingBottom="20dp"
android:visibility="@{viewModel.isSubManagementMode ? View.VISIBLE : View.GONE}">
<ImageView
@@ -194,7 +195,7 @@
<ImageView
android:id="@+id/checkIcon"
setIVCheckAllImage="@{viewModel.isAllChecked}"
setIVCheckAllImage="@{viewModel.isAllChecked}"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginEnd="5dp"