fix: 国际进港原始舱单补充信息改为批量保存模式

回滚列表项侧滑菜单,改为多选后点底部按钮进入补充信息页;
表单信息批量复制到所有选中单据后调用 complete 接口提交数组。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 13:35:23 +08:00
parent 9406047a57
commit d0c7207b5a
6 changed files with 119 additions and 19 deletions

View File

@@ -1753,6 +1753,12 @@ interface Api {
@POST("IntImpAirManifest/deleteDeclare")
suspend fun deleteIntArrManifestDeclare(@Body data: RequestBody): BaseResultBean<Boolean>
/**
* 国际进港原始舱单-补充收发货人信息
*/
@POST("IntImpAirManifest/complete")
suspend fun completeIntArrManifest(@Body data: RequestBody): BaseResultBean<Any>
///////////////////////////////////////////////////////////////////////////
// 国际进港-进港舱单
///////////////////////////////////////////////////////////////////////////