feat: 出港运抵

This commit is contained in:
2025-12-04 18:59:54 +08:00
parent d67c5edb19
commit 6073010531
11 changed files with 866 additions and 2 deletions

View File

@@ -115,6 +115,12 @@
android:configChanges="orientation|keyboardHidden"
android:exported="false"
android:screenOrientation="userLandscape" />
<!-- 国际出港运抵 -->
<activity
android:name="com.lukouguoji.gjc.activity.IntExpArriveActivity"
android:configChanges="orientation|keyboardHidden"
android:exported="false"
android:screenOrientation="userLandscape" />
<!-- 国际出港查询 -->
<activity
android:name="com.lukouguoji.gjc.activity.GjcQueryActivity"

View File

@@ -368,6 +368,11 @@ class HomeFragment : Fragment() {
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_INT_EXP_OUT_HANDOVER)
.navigation()
}
// 出港运抵
Constant.AuthName.GjcIntExpArrive -> {
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_INT_EXP_ARRIVE)
.navigation()
}
/**
* 国际进港
*/
@@ -666,6 +671,14 @@ class HomeFragment : Fragment() {
)
)
list.add(
RightMenu(
Constant.AuthName.GjcIntExpArrive,
com.lukouguoji.module_base.R.drawable.img_gjc_banxiangzuzhuang,
"出港运抵"
)
)
// list.add(
// RightMenu(
// Constant.AuthName.GjcWareHouseActivity,