feat: 国际出港 理货报告

This commit is contained in:
2025-12-30 12:34:03 +08:00
parent ca35757864
commit 04c3c08952
12 changed files with 849 additions and 1 deletions

View File

@@ -400,6 +400,13 @@
android:exported="false"
android:screenOrientation="userLandscape" />
<!-- 国际进港-理货报告 -->
<activity
android:name="com.lukouguoji.gjj.activity.IntImpTallyActivity"
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

@@ -442,6 +442,13 @@ class HomeFragment : Fragment() {
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_INT_IMP_MANIFEST)
.navigation()
}
// 理货报告
Constant.AuthName.IntImpTally -> {
ARouter.getInstance().build(ARouterConstants.ACTIVITY_URL_INT_IMP_TALLY)
.navigation()
}
/**
* 航班查询
*/
@@ -786,6 +793,13 @@ class HomeFragment : Fragment() {
"进港舱单"
)
)
list.add(
RightMenu(
Constant.AuthName.IntImpTally,
R.mipmap.img_bwjx,
"理货报告"
)
)
}
Constant.AuthName.Flight -> {