Commit be870e8b authored by linwei's avatar linwei
Browse files

优化存货盘点分类过滤

Showing with 1 addition and 1 deletion
+1 -1
......@@ -314,7 +314,7 @@ class CheckGoodsSubmitActivity : BaseActivity(), CheckGoodsSubmitContract.IView
val radioButton =
layoutInflater.inflate(R.layout.add_sell_radio_button, null) as RadioButton
labelRadioGroup.addView(view = radioButton, text = "全部") {
refreshRvByLabel(detailList, 0)
refreshRvByLabel(detailList, -1)
}
labelRadioGroup.setChildChecked(0)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment