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
eae247a0
Commit
eae247a0
authored
Dec 16, 2020
by
rifkaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
issue index 5 docmanag dan handleLoading
parent
b25c41af
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
572 additions
and
1 deletion
+572
-1
AllDocument.js
src/container/DocumentManagement/AllDocument.js
+1
-1
CreateManagementDoc.js
src/container/DocumentManagement/CreateManagementDoc.js
+1
-0
SummaryFR.js
src/container/Laporan/SummaryFR.js
+570
-0
No files found.
src/container/DocumentManagement/AllDocument.js
View file @
eae247a0
...
@@ -123,7 +123,7 @@ export default class getAllDocument extends Component {
...
@@ -123,7 +123,7 @@ export default class getAllDocument extends Component {
openPopUp
=
async
(
index
,
val
,
type
)
=>
{
openPopUp
=
async
(
index
,
val
,
type
)
=>
{
if
(
type
===
'download'
)
{
if
(
type
===
'download'
)
{
let
res
=
await
fetch
(
let
res
=
await
fetch
(
`
${
process
.
env
.
REACT_APP_URL_MAIN_BE
}
/public/document/download_document?documentName=`
+
this
.
state
.
docPath
[
val
]
+
"&&fileType="
+
index
[
5
]
`
${
process
.
env
.
REACT_APP_URL_MAIN_BE
}
/public/document/download_document?documentName=`
+
this
.
state
.
docPath
[
val
]
+
"&&fileType="
+
index
[
6
]
)
)
res
=
await
res
.
blob
()
res
=
await
res
.
blob
()
// console.log(res)
// console.log(res)
...
...
src/container/DocumentManagement/CreateManagementDoc.js
View file @
eae247a0
...
@@ -302,6 +302,7 @@ export default class CreateManagementDoc extends Component {
...
@@ -302,6 +302,7 @@ export default class CreateManagementDoc extends Component {
})
})
}
}
}
}
this
.
props
.
handleLoading
(
0
)
}
}
deleteFile
(
e
)
{
deleteFile
(
e
)
{
...
...
src/container/Laporan/SummaryFR.js
0 → 100644
View file @
eae247a0
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