Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
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
Dida Adams Arizona
Tia-dev
Commits
e7bedee0
Commit
e7bedee0
authored
Aug 17, 2020
by
EKSAD
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
report item
parent
e6b8cb2c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
152 additions
and
35 deletions
+152
-35
ReportItems.js
src/container/MasterData/ReportItems.js
+2
-0
CreateReportItems.js
...container/MasterData/formReportItems/CreateReportItems.js
+150
-35
No files found.
src/container/MasterData/ReportItems.js
View file @
e7bedee0
...
...
@@ -414,6 +414,7 @@ export default class ReportItems extends Component {
<
CreateReportItems
onClickClose
=
{()
=>
this
.
setState
({
add
:
false
})}
data
=
{
this
.
state
.
listData
}
refresh
=
{
this
.
getData
.
bind
(
this
)}
createReportItems
=
{
this
.
createReportItems
.
bind
(
this
)}
/
>
)}
...
...
@@ -421,6 +422,7 @@ export default class ReportItems extends Component {
<
EditReportItems
onClickClose
=
{()
=>
this
.
setState
({
edit
:
false
})}
data
=
{
this
.
state
.
listData
[
this
.
state
.
selectIndex
]}
refresh
=
{
this
.
getData
.
bind
(
this
)}
updateReportItems
=
{
this
.
updateReportItems
.
bind
(
this
)}
/
>
)}
...
...
src/container/MasterData/formReportItems/CreateReportItems.js
View file @
e7bedee0
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