feat: 国际出港-出港装载 opt

This commit is contained in:
2026-01-07 21:27:35 +08:00
parent 2b5e0a45aa
commit 38625562ef
9 changed files with 60 additions and 45 deletions

View File

@@ -47,17 +47,4 @@ class GjcExportLoad {
fun getFullWaybillNo(): String {
return if (prefix.isNotEmpty()) "$prefix$no" else no
}
/**
* 获取装载状态显示文字
*/
fun getLoadStatusText(): String {
return when (loadStatus) {
"01" -> "已申报"
"02" -> "申报中"
"03" -> "申报失败"
"04" -> "已删除"
else -> loadStatus
}
}
}

View File

@@ -105,7 +105,6 @@ data class GjcMaWb(
var activeId: Long? = null, // 有效值
// ==================== 关联列表(非数据库字段,用于展示) ====================
@Transient
var haWbList: List<GjcHaWb>? = null, // 分单列表
@Transient
var storageUseList: List<GjcStorageUse>? = null, // 库位使用列表