feat: 开始组装 opt

This commit is contained in:
2025-12-16 15:58:37 +08:00
parent 644c937476
commit 2664cc7c69
7 changed files with 104 additions and 53 deletions

View File

@@ -16,9 +16,9 @@ class AssembleWaybillViewHolder(view: View) :
binding.bean = bean
binding.position = position
// 点击运单
// 点击整行触发选择事件(单选模式,通过回调处理)
itemView.setOnClickListener {
clickListener?.onItemClick(position, 0)
clickListener?.onItemClick(position, 1) // type=1表示运单列表点击
}
binding.executePendingBindings()