feat: 国际进港仓库清仓弹框新增备注并在列表第三行显示
清仓时备注同时通过 clearRemark query 参数和运单字段发送,兼容服务端两种取值方式; 列表项新增独占一行的备注展示,与国际出港仓库保持一致。 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
/**
|
||||
* 国际进港库位操作-修改库位
|
||||
|
||||
Reference in New Issue
Block a user