feat: 出港理货
This commit is contained in:
@@ -121,6 +121,12 @@
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
<!-- 国际出港理货 -->
|
||||
<activity
|
||||
android:name="com.lukouguoji.gjc.activity.IntExpTallyActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
<!-- 国际出港运抵 -->
|
||||
<activity
|
||||
android:name="com.lukouguoji.gjc.activity.IntExpArriveActivity"
|
||||
|
||||
@@ -376,6 +376,12 @@ class HomeFragment : Fragment() {
|
||||
.build(ARouterConstants.ACTIVITY_URL_INT_EXP_LOAD)
|
||||
.navigation()
|
||||
}
|
||||
// 出港理货
|
||||
Constant.AuthName.GjcIntExpTally -> {
|
||||
ARouter.getInstance()
|
||||
.build(ARouterConstants.ACTIVITY_URL_INT_EXP_TALLY)
|
||||
.navigation()
|
||||
}
|
||||
// 出港运抵
|
||||
Constant.AuthName.GjcIntExpArrive -> {
|
||||
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_INT_EXP_ARRIVE)
|
||||
@@ -703,6 +709,14 @@ class HomeFragment : Fragment() {
|
||||
)
|
||||
)
|
||||
|
||||
list.add(
|
||||
RightMenu(
|
||||
Constant.AuthName.GjcIntExpTally,
|
||||
com.lukouguoji.module_base.R.drawable.img_gjc_banxiangzuzhuang,
|
||||
"出港理货"
|
||||
)
|
||||
)
|
||||
|
||||
list.add(
|
||||
RightMenu(
|
||||
Constant.AuthName.GjcIntExpArrive,
|
||||
|
||||
Reference in New Issue
Block a user