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
a4f11c33
Commit
a4f11c33
authored
Nov 26, 2020
by
d.arizona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apdet urgent
parent
161a2e6c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
ApprovalMatrix.js
src/container/ApprovalMatrix/ApprovalMatrix.js
+1
-1
Parameter.js
src/container/MasterData/Parameter/Parameter.js
+1
-1
Perusahaan.js
src/container/MasterData/Perusahaan/Perusahaan.js
+1
-1
ReportItems.js
src/container/MasterData/ReportItems.js
+1
-1
UnitBisnis.js
src/container/MasterData/UnitBisnis.js
+1
-1
User.js
src/container/Otorisasi/User.js
+1
-1
No files found.
src/container/ApprovalMatrix/ApprovalMatrix.js
View file @
a4f11c33
...
...
@@ -973,7 +973,7 @@ export default class ApprovalMatrix extends Component {
}}
// onUpload={() => this.setState({ visibleUpload: false, visibleAM: false })}
onUpload
=
{()
=>
{
this
.
state
.
judul
===
"APPROVAL MATRIX"
?
String
(
this
.
state
.
judul
).
includes
(
"APPROVAL MATRIX"
)
?
this
.
checkUpload
()
:
this
.
setState
({
alert
:
true
,
messageAlert
:
"Invalid Template"
,
tipeAlert
:
'warning'
})
}}
...
...
src/container/MasterData/Parameter/Parameter.js
View file @
a4f11c33
...
...
@@ -1074,7 +1074,7 @@ export default class Parameter extends Component {
this
.
setState
({
uploadStatus
:
'idle'
,
percentage
:
'0'
})
}}
onUpload
=
{()
=>
{
this
.
state
.
judul
===
"MASTER DATA - PARAMETER"
?
String
(
this
.
state
.
judul
).
includes
(
"MASTER DATA - PARAMETER"
)
?
this
.
checkUpload
()
:
this
.
setState
({
alert
:
true
,
messageAlert
:
"Invalid Template"
,
tipeAlert
:
'warning'
})
}}
...
...
src/container/MasterData/Perusahaan/Perusahaan.js
View file @
a4f11c33
...
...
@@ -923,7 +923,7 @@ export default class Perusahaan extends Component {
this
.
setState
({
uploadStatus
:
'idle'
,
percentage
:
'0'
})
}}
onUpload
=
{()
=>
{
this
.
state
.
judul
===
"MASTER DATA - COMPANY"
?
String
(
this
.
state
.
judul
).
includes
(
"MASTER DATA - COMPANY"
)
?
this
.
checkUpload
()
:
this
.
setState
({
alert
:
true
,
messageAlert
:
"Invalid Template"
,
tipeAlert
:
'warning'
})
}}
...
...
src/container/MasterData/ReportItems.js
View file @
a4f11c33
...
...
@@ -1275,7 +1275,7 @@ export default class ReportItems extends Component {
this
.
setState
({
uploadStatus
:
'idle'
,
percentage
:
'0'
})
}}
onUpload
=
{()
=>
{
this
.
state
.
judul
===
"MASTER DATA - REPORT ITEMS"
&&
!
this
.
state
.
invalidTemplate
?
String
(
this
.
state
.
judul
).
includes
(
"MASTER DATA - REPORT ITEMS"
)
&&
!
this
.
state
.
invalidTemplate
?
this
.
checkUpload
()
:
this
.
setState
({
alert
:
true
,
messageAlert
:
"Invalid Template"
,
tipeAlert
:
'warning'
})
}}
...
...
src/container/MasterData/UnitBisnis.js
View file @
a4f11c33
...
...
@@ -798,7 +798,7 @@ export default class UnitBisnis extends Component {
this
.
setState
({
uploadStatus
:
'idle'
,
percentage
:
'0'
})
}}
onUpload
=
{()
=>
{
this
.
state
.
judul
===
"MASTER DATA - BUSINESS UNIT"
?
String
(
this
.
state
.
judul
).
includes
(
"MASTER DATA - BUSINESS UNIT"
)
?
this
.
checkUpload
()
:
this
.
setState
({
alert
:
true
,
messageAlert
:
"Invalid Template"
,
tipeAlert
:
'warning'
})
}}
...
...
src/container/Otorisasi/User.js
View file @
a4f11c33
...
...
@@ -986,7 +986,7 @@ export default class UserRole extends Component {
this
.
setState
({
uploadStatus
:
'idle'
,
percentage
:
'0'
})
}}
onUpload
=
{()
=>
{
this
.
state
.
judul
===
'MASTER DATA - USER'
?
String
(
this
.
state
.
judul
).
includes
(
"MASTER DATA - USER"
)
?
this
.
checkUpload
()
:
this
.
setState
({
alert
:
true
,
messageAlert
:
"Invalid Template"
,
tipeAlert
:
'warning'
})
}}
...
...
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