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
24e7864f
authored
Jun 14, 2024
by
xuxuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏工单详情按钮
parent
777ceed3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
orderCenter/src/main/java/com/dayu/order/presenter/orderdetail/OrderDetailClockPresenter.java
orderCenter/src/main/res/layout/activity_order_details_clock.xml
orderCenter/src/main/java/com/dayu/order/presenter/orderdetail/OrderDetailClockPresenter.java
View file @
24e7864f
...
...
@@ -187,7 +187,9 @@ public class OrderDetailClockPresenter extends OrderDetailClockContract.Presente
}
public
boolean
getIsShowBtn
()
{
return
isShowBtn
;
// return isShowBtn;
//隐藏所有情况的按钮
return
false
;
}
public
void
receiveOrder
(
int
orders
,
int
engineer
,
String
appointmentTime
,
int
createdSource
)
{
...
...
orderCenter/src/main/res/layout/activity_order_details_clock.xml
View file @
24e7864f
...
...
@@ -410,7 +410,6 @@
android:id=
"@+id/recyclerView"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"@dimen/dp_10"
android:background=
"@color/transparent"
/>
</RelativeLayout>
...
...
@@ -434,6 +433,6 @@
android:text=
"@string/tv_work_order_four"
android:textColor=
"@color/cl_white"
android:textSize=
"@dimen/sp_16"
android:visibility=
"
invisibl
e"
/>
android:visibility=
"
gon
e"
/>
</LinearLayout>
</layout>
\ No newline at end of file
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