fix: 国际进港原始舱单列表项点击跳转详情页

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 12:21:37 +08:00
parent 97ef9b4679
commit b81d887b0b

View File

@@ -21,7 +21,10 @@ class IntArrAirManifestViewHolder(view: View) :
binding.position = position binding.position = position
binding.executePendingBindings() binding.executePendingBindings()
// 添加图标点击事件 - 切换选择状态 // 整卡点击 - 跳转详情页
notifyItemClick(position, binding.ll)
// 图标点击 - 切换选择状态(拦截,不触发卡片点击)
binding.ivIcon.setOnClickListener { binding.ivIcon.setOnClickListener {
bean.checked.set(!bean.checked.get()) bean.checked.set(!bean.checked.get())
binding.executePendingBindings() binding.executePendingBindings()