feat: 国际进港-原始舱
This commit is contained in:
@@ -365,6 +365,27 @@
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
|
||||
<!-- 国际进港-原始舱单 -->
|
||||
<activity
|
||||
android:name="com.lukouguoji.gjj.activity.IntArrAirManifestActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
|
||||
<!-- 国际进港-原始舱单详情 -->
|
||||
<activity
|
||||
android:name="com.lukouguoji.gjj.activity.IntArrAirManifestDetailsActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
|
||||
<!-- 国际进港-补充信息 -->
|
||||
<activity
|
||||
android:name="com.lukouguoji.gjj.activity.IntArrSupplementInfoActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:exported="false"
|
||||
android:screenOrientation="userLandscape" />
|
||||
|
||||
<service android:name="com.huitao.printer.service.PrinterService" />
|
||||
<service android:name="com.lukouguoji.gnc.bluetooth.service.AncillaryService" />
|
||||
<service android:name="com.lukouguoji.gnc.bluetooth.service.MyService" />
|
||||
|
||||
@@ -432,6 +432,11 @@ class HomeFragment : Fragment() {
|
||||
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_INT_IMP_MSG_PARSE)
|
||||
.navigation()
|
||||
}
|
||||
// 原始舱单
|
||||
Constant.AuthName.IntArrAirManifest -> {
|
||||
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_INT_ARR_AIR_MANIFEST)
|
||||
.navigation()
|
||||
}
|
||||
/**
|
||||
* 航班查询
|
||||
*/
|
||||
@@ -762,6 +767,13 @@ class HomeFragment : Fragment() {
|
||||
"电报解析"
|
||||
)
|
||||
)
|
||||
list.add(
|
||||
RightMenu(
|
||||
Constant.AuthName.IntArrAirManifest,
|
||||
R.mipmap.img_bwjx,
|
||||
"原始舱单"
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Constant.AuthName.Flight -> {
|
||||
|
||||
Reference in New Issue
Block a user