feat: opt 开始装载

This commit is contained in:
2025-12-21 11:26:50 +08:00
parent c6fe8f5310
commit 8c6565d354
2 changed files with 5 additions and 1 deletions

View File

@@ -351,6 +351,8 @@ class IntExpAssembleStartViewModel : BaseViewModel() {
if (materialWeight.isEmpty()) {
materialWeight = uldBean.consumeWeight?.toString() ?: ""
}
// 保存useId用于装货/卸货接口)
useId = uldBean.useId
}
}
}
@@ -442,7 +444,8 @@ class IntExpAssembleStartViewModel : BaseViewModel() {
"故障" -> "1"
else -> ""
},
"loadArea" to loadArea
"loadArea" to loadArea,
"useId" to uldInfo.value?.useId // 添加useId来自getUld接口
)
// 4. 构建wbInfo运单信息