feat: 国际进港-进港舱单

This commit is contained in:
2025-12-27 23:11:38 +08:00
parent 710b85de9a
commit 7f00cbc44b
11 changed files with 925 additions and 0 deletions

View File

@@ -386,6 +386,13 @@
android:exported="false"
android:screenOrientation="userLandscape" />
<!-- 国际进港-进港舱单 -->
<activity
android:name="com.lukouguoji.gjj.activity.IntImpManifestActivity"
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

@@ -437,6 +437,11 @@ class HomeFragment : Fragment() {
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_INT_ARR_AIR_MANIFEST)
.navigation()
}
// 进港舱单
Constant.AuthName.IntImpManifest -> {
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_INT_IMP_MANIFEST)
.navigation()
}
/**
* 航班查询
*/
@@ -774,6 +779,13 @@ class HomeFragment : Fragment() {
"原始舱单"
)
)
list.add(
RightMenu(
Constant.AuthName.IntImpManifest,
R.mipmap.img_bwjx,
"进港舱单"
)
)
}
Constant.AuthName.Flight -> {