fix: 修复国际进港仓库入库接口参数格式,去除主子列表选中联动,更新分单理货报告字段

- 入库接口请求体改为 {location, locationId, warehouseList} 结构
- 移除主列表与子列表之间的双向选中联动,保留全选按钮同时选中两者
- 舱单子列表理货报告字段从 lastMftStatus 改为 tallyStatus
- GjjHaWb 新增 tallyStatus 字段

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-15 14:13:22 +08:00
parent 4451b790de
commit 4117cbb489
6 changed files with 14 additions and 36 deletions

View File

@@ -29,7 +29,8 @@ data class GjjHaWb(
var opDate: String = "",
var billsNo: String = "",
var remark: String = "",
var response: String = ""
var response: String = "",
var tallyStatus: String = ""
) : Serializable {
@Transient
val checked: ObservableBoolean = ObservableBoolean(false)

View File

@@ -963,7 +963,7 @@ interface Api {
* 接口路径: /IntImpStorage/inStorage
*/
@POST("IntImpStorage/inStorage")
suspend fun inIntImpStorage(@Query("location") location: String, @Body data: RequestBody): BaseResultBean<Boolean>
suspend fun inIntImpStorage(@Body data: RequestBody): BaseResultBean<Boolean>
/**
* 国际进港提取记录-分页查询