feat: opt 收货交接单

This commit is contained in:
2025-12-15 17:17:45 +08:00
parent 746e4cce03
commit 7fb91d29b2

View File

@@ -313,12 +313,7 @@ class GjcHandoverViewModel : BaseViewModel() {
else -> null else -> null
} }
// 安检信息 // 发送保存请求(已删除不需要的安检信息字段赋值)
bean.securityChannel = securityChannel.value
bean.securityStartTime = securityStartTime.value
bean.securityEndTime = securityEndTime.value
// 发送保存请求
launchLoadingCollect({ NetApply.api.saveHandoverSheet(bean.toRequestBody()) }) { launchLoadingCollect({ NetApply.api.saveHandoverSheet(bean.toRequestBody()) }) {
onSuccess = { onSuccess = {
showToast("保存成功") showToast("保存成功")