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
20342c85
Commit
20342c85
authored
Aug 20, 2020
by
Deni Rinaldi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'faisal' into 'master'
update company See merge request
!133
parents
0eb344cf
4c88492d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
750 additions
and
31 deletions
+750
-31
CreatePerusahaan.js
src/container/MasterData/Perusahaan/CreatePerusahaan.js
+411
-30
CreatePerusahaanCopy.js
src/container/MasterData/Perusahaan/CreatePerusahaanCopy.js
+327
-0
Perusahaan.js
src/container/MasterData/Perusahaan/Perusahaan.js
+12
-1
No files found.
src/container/MasterData/Perusahaan/CreatePerusahaan.js
View file @
20342c85
This diff is collapsed.
Click to expand it.
src/container/MasterData/Perusahaan/CreatePerusahaanCopy.js
0 → 100644
View file @
20342c85
This diff is collapsed.
Click to expand it.
src/container/MasterData/Perusahaan/Perusahaan.js
View file @
20342c85
...
@@ -285,6 +285,7 @@ export default class Perusahaan extends Component {
...
@@ -285,6 +285,7 @@ export default class Perusahaan extends Component {
this
.
setState
({
visibleEdit
:
false
})
this
.
setState
({
visibleEdit
:
false
})
api
.
create
().
updatePerusahaan
(
payload
).
then
(
response
=>
{
api
.
create
().
updatePerusahaan
(
payload
).
then
(
response
=>
{
if
(
response
.
data
.
status
==
'success'
)
{
if
(
response
.
data
.
status
==
'success'
)
{
alert
(
response
.
data
.
message
)
this
.
getData
()
this
.
getData
()
}
else
{
}
else
{
alert
(
response
.
data
.
message
)
alert
(
response
.
data
.
message
)
...
@@ -296,6 +297,7 @@ export default class Perusahaan extends Component {
...
@@ -296,6 +297,7 @@ export default class Perusahaan extends Component {
this
.
setState
({
visibleCreate
:
false
})
this
.
setState
({
visibleCreate
:
false
})
api
.
create
().
createPerusahaan
(
payload
).
then
(
response
=>
{
api
.
create
().
createPerusahaan
(
payload
).
then
(
response
=>
{
if
(
response
.
data
.
status
==
'success'
)
{
if
(
response
.
data
.
status
==
'success'
)
{
alert
(
response
.
data
.
message
)
this
.
getData
()
this
.
getData
()
}
else
{
}
else
{
alert
(
response
.
data
.
message
)
alert
(
response
.
data
.
message
)
...
@@ -580,7 +582,7 @@ export default class Perusahaan extends Component {
...
@@ -580,7 +582,7 @@ export default class Perusahaan extends Component {
)}
)}
{
this
.
state
.
visibleEdit
&&
(
{
this
.
state
.
visibleEdit
&&
(
<
Edit
Perusahaan
<
Create
Perusahaan
type
=
{
"edit"
}
type
=
{
"edit"
}
onClickClose
=
{()
=>
this
.
setState
({
visibleEdit
:
false
})}
onClickClose
=
{()
=>
this
.
setState
({
visibleEdit
:
false
})}
data
=
{
this
.
state
.
listData
[
this
.
state
.
selectIndex
]}
data
=
{
this
.
state
.
listData
[
this
.
state
.
selectIndex
]}
...
@@ -588,6 +590,15 @@ export default class Perusahaan extends Component {
...
@@ -588,6 +590,15 @@ export default class Perusahaan extends Component {
/
>
/
>
)}
)}
{
/* {this.state.visibleEdit && (
<EditPerusahaan
type={"edit"}
onClickClose={() => this.setState({ visibleEdit: false })}
data={this.state.listData[this.state.selectIndex]}
updatePerusahaan={this.updatePerusahaan.bind(this)}
/>
)} */
}
{
this
.
state
.
popupError
&&
(
{
this
.
state
.
popupError
&&
(
<
PopUpFailedSave
onClickClose
=
{()
=>
this
.
setState
({
popupError
:
false
})}
/
>
<
PopUpFailedSave
onClickClose
=
{()
=>
this
.
setState
({
popupError
:
false
})}
/
>
)}
)}
...
...
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