Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
android
/
dayu
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7008a8c2
authored
Sep 25, 2020
by
mReturn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化sop设置项显示方式
parent
555b1333
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
orderCenter/src/main/java/com/dayu/order/ui/activity/SopLocalActivity.java
orderCenter/src/main/java/com/dayu/order/ui/activity/SopLocalActivity.java
View file @
7008a8c2
...
...
@@ -173,7 +173,7 @@ public class SopLocalActivity extends BaseActivity<SImplePresenter, ActivitySopL
//根据是否已设置sop判断布局显示
private
void
setAnswerStatuView
()
{
if
(
currentSop
.
get
Text
Option
()!=
2
){
if
(
currentSop
.
get
Radio
Option
()!=
2
){
mBind
.
tvRadio
.
setVisibility
(
View
.
GONE
);
mBind
.
rgSop
.
setVisibility
(
View
.
GONE
);
}
else
{
...
...
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