feat: 板箱过磅
This commit is contained in:
@@ -104,6 +104,21 @@
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
<activity
|
||||
android:name="com.lukouguoji.gjc.activity.GjcBoxWeighingActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
<activity
|
||||
android:name="com.lukouguoji.gjc.activity.GjcBoxWeighingDetailsActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
<activity
|
||||
android:name="com.lukouguoji.gjc.activity.GjcBoxWeighingAddActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
<activity
|
||||
android:name="com.lukouguoji.gjc.activity.GjcHandoverActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
|
||||
@@ -308,9 +308,14 @@ class HomeFragment : Fragment() {
|
||||
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_GJC_RECEIVE_LIST)
|
||||
.navigation()
|
||||
}
|
||||
//复磅
|
||||
//复磅(板箱过磅)
|
||||
Constant.AuthName.GjcFuBangActivity -> {
|
||||
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_GJC_FU_BANG)
|
||||
// TODO: 2025-11-21 旧版跳转,已改为新的列表页面
|
||||
// ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_GJC_FU_BANG)
|
||||
// .navigation()
|
||||
|
||||
// 新版板箱过磅列表页面
|
||||
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_GJC_BOX_WEIGHING)
|
||||
.navigation()
|
||||
}
|
||||
//仓库
|
||||
|
||||
Reference in New Issue
Block a user