feat: 国际进港仓库清仓弹框新增备注并在列表第三行显示

清仓时备注同时通过 clearRemark query 参数和运单字段发送,兼容服务端两种取值方式;
列表项新增独占一行的备注展示,与国际出港仓库保持一致。

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
2026-09-11 15:44:34 +08:00
parent 52584b9cfe
commit 2f4e723dd7
6 changed files with 67 additions and 4 deletions

View File

@@ -983,7 +983,11 @@ interface Api {
* 接口路径: /IntImpStorage/updateClear
*/
@POST("IntImpStorage/updateClear")
suspend fun clearIntImpStorage(@Query("clearNormal") clearNormal: String, @Body data: RequestBody): BaseResultBean<Boolean>
suspend fun clearIntImpStorage(
@Query("clearNormal") clearNormal: String,
@Query("clearRemark") clearRemark: String?,
@Body data: RequestBody
): BaseResultBean<Boolean>
/**
* 国际进港库位操作-修改库位