Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppUms_Lecturer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tungnq
AppUms_Lecturer
Commits
7fea3f07
Commit
7fea3f07
authored
Aug 27, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Hoàn thiện xong giao diện phần màn hình chi tiết văn bản
parent
67627291
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
style.js
src/screens/incoming_document/detail/style.js
+1
-1
view.js
src/screens/incoming_document/detail/view.js
+3
-3
No files found.
src/screens/incoming_document/detail/style.js
View file @
7fea3f07
...
...
@@ -63,7 +63,7 @@ const styles = StyleSheet.create({
padding
:
10
,
alignSelf
:
'flex-start'
,
backgroundColor
:
R
.
colors
.
orange
,
marginHorizontal
:
5
marginHorizontal
:
5
,
},
containerBtn
:{
flexDirection
:
'row'
,
...
...
src/screens/incoming_document/detail/view.js
View file @
7fea3f07
...
...
@@ -156,7 +156,7 @@ const DetailIncomingDocumentView = props => {
{
icomingDocument
.
received_departments
.
map
((
item
,
index
)
=>
{
return
(
<
View
style
=
{
styles
.
card
}
>
<
Text
style
=
{{
color
:
R
.
colors
.
white
}}
key
=
{
index
}
>
<
Text
style
=
{{
color
:
R
.
colors
.
white
,
fontSize
:
R
.
fontsize
.
fontSizeContent
}}
key
=
{
index
}
>
{
item
.
name
}
<
/Text
>
<
/View
>
...
...
@@ -174,7 +174,7 @@ const DetailIncomingDocumentView = props => {
{
icomingDocument
.
received_group
.
map
((
item
,
index
)
=>
{
return
(
<
View
style
=
{[
styles
.
card
,
{
backgroundColor
:
R
.
colors
.
blue
}]}
>
<
Text
style
=
{{
color
:
R
.
colors
.
white
}}
key
=
{
index
}
>
<
Text
style
=
{{
color
:
R
.
colors
.
white
,
fontSize
:
R
.
fontsize
.
fontSizeContent
}}
key
=
{
index
}
>
{
item
.
name
}
<
/Text
>
<
/View
>
...
...
@@ -193,7 +193,7 @@ const DetailIncomingDocumentView = props => {
{
icomingDocument
.
receiver
.
map
((
item
,
index
)
=>
{
return
(
<
View
style
=
{[
styles
.
card
,
{
backgroundColor
:
R
.
colors
.
blue
}]}
>
<
Text
style
=
{{
color
:
R
.
colors
.
white
}}
key
=
{
index
}
>
<
Text
style
=
{{
color
:
R
.
colors
.
white
,
fontSize
:
R
.
fontsize
.
fontSizeContent
}}
key
=
{
index
}
>
{
item
.
name
}
<
/Text
>
<
/View
>
...
...
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