feat: 国际出港 理货报告
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user