feat: 国际进港装机单编辑页面及列表侧滑优化
- 新增装机单编辑页面(Activity/ViewModel/布局) - 装机单列表项添加侧滑编辑按钮,点击跳转编辑页 - 修复舱单列表项侧滑按钮未覆盖展开按钮的问题 - 修复装机单列表项两行同列completeSpace不一致 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1846,6 +1846,12 @@ interface Api {
|
||||
@POST("IntImpManifest/pageQueryAirTotal")
|
||||
suspend fun getIntImpLoadingTotal(@Body data: RequestBody): BaseResultBean<ManifestTotalDto>
|
||||
|
||||
/**
|
||||
* 国际进港舱单-分拣理货(装机单)-修改装机单
|
||||
*/
|
||||
@POST("IntImpManifest/modifyManifestAir")
|
||||
suspend fun modifyIntImpLoadingList(@Body data: RequestBody): BaseResultBean<String>
|
||||
|
||||
/**
|
||||
* 国际进港理货报告-分页查询
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user