feat: 出港组装 list
This commit is contained in:
@@ -145,6 +145,12 @@
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
<!-- 国际出港-出港组装 -->
|
||||
<activity
|
||||
android:name="com.lukouguoji.gjc.page.assemble.IntExpAssembleActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
<activity
|
||||
android:name=".MineActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
|
||||
@@ -353,6 +353,11 @@ class HomeFragment : Fragment() {
|
||||
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_GJC_INSPECTION)
|
||||
.navigation()
|
||||
}
|
||||
// 出港组装
|
||||
Constant.AuthName.GjcIntExpAssembleActivity -> {
|
||||
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_INT_EXP_ASSEMBLE)
|
||||
.navigation()
|
||||
}
|
||||
/**
|
||||
* 国际进港
|
||||
*/
|
||||
@@ -645,6 +650,13 @@ class HomeFragment : Fragment() {
|
||||
"板箱组装"
|
||||
)
|
||||
)
|
||||
list.add(
|
||||
RightMenu(
|
||||
Constant.AuthName.GjcIntExpAssembleActivity,
|
||||
com.lukouguoji.module_base.R.drawable.img_gjc_banxiangzuzhuang,
|
||||
"出港组装"
|
||||
)
|
||||
)
|
||||
list.add(
|
||||
RightMenu(
|
||||
Constant.AuthName.GjcGoodsListActivity,
|
||||
|
||||
Reference in New Issue
Block a user