fix: 国际进港仓库接口路径修复及操作逻辑优化
- API路径从 IntImpStorageUse 修正为 IntImpStorage - 清仓/入库接口参数改为 Query + Body 分离传递 - 清仓/出库/入库支持勾选运单号全选所有库位 - 出库确认弹框改为自定义 ConfirmDialogModel - 搜索增加清仓综合结果筛选参数 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
autoQueryMinLength="@{4}"
|
||||
autoQueryParamKey="@{`wbNo`}"
|
||||
autoQueryTitle="@{`选择运单号`}"
|
||||
autoQueryUrl="@{`/IntImpStorageUse/queryWbNoList`}"
|
||||
autoQueryUrl="@{`/IntImpStorage/queryWbNoList`}"
|
||||
hint='@{"请输入运单号"}'
|
||||
icon="@{@drawable/img_scan}"
|
||||
setOnIconClickListener="@{(v)-> viewModel.scanWbNo()}"
|
||||
|
||||
Reference in New Issue
Block a user