feat: 出港计重 ui
This commit is contained in:
@@ -119,6 +119,11 @@
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
<activity
|
||||
android:name="com.lukouguoji.gjc.activity.GjcWeighingListActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
<activity
|
||||
android:name="com.lukouguoji.gjc.activity.GjcHandoverActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
|
||||
@@ -318,6 +318,11 @@ class HomeFragment : Fragment() {
|
||||
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_GJC_BOX_WEIGHING)
|
||||
.navigation()
|
||||
}
|
||||
//出港计重
|
||||
Constant.AuthName.GjcCheckWeighing -> {
|
||||
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_GJC_WEIGHING_LIST)
|
||||
.navigation()
|
||||
}
|
||||
//仓库
|
||||
Constant.AuthName.GjcWareHouseActivity -> {
|
||||
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_GJC_WARE_HOUSE)
|
||||
@@ -604,6 +609,13 @@ class HomeFragment : Fragment() {
|
||||
"板箱过磅"
|
||||
)
|
||||
)
|
||||
list.add(
|
||||
RightMenu(
|
||||
Constant.AuthName.GjcCheckWeighing,
|
||||
R.mipmap.gjc_fu_bang_icon,
|
||||
"出港计重"
|
||||
)
|
||||
)
|
||||
list.add(
|
||||
RightMenu(
|
||||
Constant.AuthName.GjcWareHouseActivity,
|
||||
|
||||
Reference in New Issue
Block a user