feat: opt 收货交接单
This commit is contained in:
@@ -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("保存成功")
|
||||||
|
|||||||
Reference in New Issue
Block a user