feat: 国际进港-原始舱

This commit is contained in:
2025-12-26 23:20:38 +08:00
parent f291a73b5b
commit a672e3927c
23 changed files with 2203 additions and 1 deletions

View File

@@ -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" />

View File

@@ -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 -> {