feat: 修改进入开始组装时只查当前ULD的组装信息
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1122,6 +1122,11 @@ class IntExpAssembleStartViewModel : BaseViewModel() {
|
||||
this.uldNo = uldNo
|
||||
}
|
||||
|
||||
// 将 ULD 编号填充到左上角 ULD 列表筛选框,使组装信息列表只查询该 ULD。
|
||||
// loadAssembledList() 会读取 uldSearchText 作为 uld 查询参数,因此只显示这一个 ULD 的组装信息。
|
||||
// 用户可手动清空该筛选框后重新查询,即可查看该航班的全部组装信息。
|
||||
uldSearchText.value = uldNo
|
||||
|
||||
// 更新防抖标记,确保查询能触发
|
||||
lastQueriedUldNo = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user