Compare commits
2 Commits
00ea0bbb68
...
cc10987a60
| Author | SHA1 | Date | |
|---|---|---|---|
| cc10987a60 | |||
| f69cf8043a |
@@ -267,7 +267,7 @@ interface Constant {
|
||||
|
||||
const val GjjPacketParseActivity = "AppIntExpPacketParse" //报文解析(旧)
|
||||
const val IntImpMsgParseActivity = "AppIntImpMsgParse" //电报解析(电报生成)
|
||||
const val IntArrAirManifest = "AppIntArrAirManifest" //原始舱单
|
||||
const val IntArrAirManifest = "AppIntImpOMFT" //原始舱单
|
||||
const val IntImpManifest = "AppIntImpManifest" //进港舱单
|
||||
const val IntImpTally = "AppIntImpTally" //理货报告
|
||||
const val IntImpPickUpRecord = "AppIntImpPickUpRecord" //提取记录
|
||||
|
||||
@@ -448,6 +448,8 @@ class IntExpAssembleStartViewModel : BaseViewModel() {
|
||||
assembleFlightDate.value = ""
|
||||
assembleInfoList.value = mutableListOf()
|
||||
}
|
||||
} else {
|
||||
showToast("未查询到该ULD信息")
|
||||
}
|
||||
}
|
||||
onFailed = { code, message ->
|
||||
|
||||
@@ -495,7 +495,7 @@
|
||||
android:id="@+id/divider_header"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1px"
|
||||
android:background="@color/sub_list_divider" />
|
||||
app:dividerColor="@color/sub_list_divider" />
|
||||
|
||||
<!-- 子列表 RecyclerView -->
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
||||
Reference in New Issue
Block a user