feat: 国际出港查询
This commit is contained in:
@@ -104,6 +104,12 @@
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
<!-- 国际出港查询 -->
|
||||
<activity
|
||||
android:name="com.lukouguoji.gjc.activity.GjcQueryActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
<activity
|
||||
android:name="com.lukouguoji.gjc.activity.GjcBoxWeighingActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
|
||||
@@ -656,13 +656,13 @@ class HomeFragment : Fragment() {
|
||||
)
|
||||
)
|
||||
|
||||
// list.add(
|
||||
// RightMenu(
|
||||
// Constant.AuthName.GjcQueryListActivity,
|
||||
// R.mipmap.gjc_query_icon,
|
||||
// "出港查询"
|
||||
// )
|
||||
// )
|
||||
list.add(
|
||||
RightMenu(
|
||||
Constant.AuthName.GjcQueryListActivity,
|
||||
R.mipmap.gjc_query_icon,
|
||||
"出港查询"
|
||||
)
|
||||
)
|
||||
|
||||
// list.add(
|
||||
// RightMenu(
|
||||
|
||||
Reference in New Issue
Block a user