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
ee725aba
Commit
ee725aba
authored
May 09, 2023
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Parameter Setting Currency USD
parent
8083f146
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
233 additions
and
137 deletions
+233
-137
index.js
src/api/index.js
+2
-0
CreateParameter.js
src/container/MasterData/Parameter/CreateParameter.js
+153
-87
Parameter.js
src/container/MasterData/Parameter/Parameter.js
+78
-50
No files found.
src/api/index.js
View file @
ee725aba
...
...
@@ -184,6 +184,7 @@ const create = (type = "") => {
const
uploadParameter
=
(
body
)
=>
api
.
post
(
'/setting/import_setting'
,
body
)
const
searchParameter
=
(
body
)
=>
api
.
post
(
'setting/search_setting'
,
body
)
const
deleteParameter
=
(
id
)
=>
api
.
post
(
`setting/delete_setting/
${
id
}
`
)
const
getDataReport
=
()
=>
api
.
get
(
'type_report/get_all_type_report'
)
// MASTER DATA - CAT
const
getAllMasterDataCat
=
()
=>
api
.
get
(
'item_report_company/get_all_item_report_company'
)
...
...
@@ -608,6 +609,7 @@ const create = (type = "") => {
getDetailReportMB
,
deleteUnitBisnis
,
deleteParameter
,
getDataReport
,
deletePerusahaan
,
deleteReportItems
,
getCarfmDocumentBySubmenu
,
...
...
src/container/MasterData/Parameter/CreateParameter.js
View file @
ee725aba
This diff is collapsed.
Click to expand it.
src/container/MasterData/Parameter/Parameter.js
View file @
ee725aba
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