Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Android
TradeSteward
Commits
be870e8b
Commit
be870e8b
authored
1 year ago
by
linwei
Browse files
Options
Download
Email Patches
Plain Diff
优化存货盘点分类过滤
parent
0d53c996
master
dev
dev-learning-center
dev-permission
dev-uniapp
master-uniapp
v9.39.0_tag
v9.38.0_tag
v9.37.1_tag
v9.37.0_tag
v9.36.1_tag
v9.36.0_tag
v9.35.0_tag
v9.34.2_tag
v9.34.1_tag
v9.34.0_tag
v9.33.0_tag
v9.32.0_tag
v9.31.0_tag
v9.30.0_tag
v9.29.0_tag
v9.28.0_tag
v9.27.0_tag
v9.26.1_tag
v9.25.0_tag
v9.24.0_tag
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/com/urovo/activity/checkGoodsTabAct/view/CheckGoodsSubmitActivity.kt
+1
-1
...ctivity/checkGoodsTabAct/view/CheckGoodsSubmitActivity.kt
with
1 addition
and
1 deletion
+1
-1
src/com/urovo/activity/checkGoodsTabAct/view/CheckGoodsSubmitActivity.kt
+
1
-
1
View file @
be870e8b
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help