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
81aff5b2
Commit
81aff5b2
authored
Jan 06, 2021
by
Riri Novita
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://103.44.149.204/d.arizona/tia-dev
into riri
parents
5a0ab914
6daeda8b
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
181 additions
and
167 deletions
+181
-167
BudgetTahunan.js
src/container/BudgetTahunan.js
+48
-47
BalanceSheetMR.js
src/container/MonthlyReport/BalanceSheetMR.js
+130
-117
CorporateAnnualTargetMR.js
src/container/MonthlyReport/CorporateAnnualTargetMR.js
+1
-1
ProfitLossMR.js
src/container/MonthlyReport/ProfitLossMR.js
+1
-1
TaxPlanningMR.js
src/container/MonthlyReport/TaxPlanningMR.js
+1
-1
No files found.
src/container/BudgetTahunan.js
View file @
81aff5b2
This diff is collapsed.
Click to expand it.
src/container/MonthlyReport/BalanceSheetMR.js
View file @
81aff5b2
This diff is collapsed.
Click to expand it.
src/container/MonthlyReport/CorporateAnnualTargetMR.js
View file @
81aff5b2
...
@@ -142,7 +142,7 @@ export default class CorporateAnnualTargetMR extends Component {
...
@@ -142,7 +142,7 @@ export default class CorporateAnnualTargetMR extends Component {
let
payload
=
{
let
payload
=
{
"report_id"
:
this
.
props
.
report_id
,
"report_id"
:
this
.
props
.
report_id
,
"revision"
:
Number
(
this
.
props
.
revision
),
"revision"
:
Number
(
this
.
props
.
revision
),
"periode"
:
"2021"
,
"periode"
:
this
.
props
.
periode
,
"company_id"
:
this
.
props
.
company
.
company_id
,
"company_id"
:
this
.
props
.
company
.
company_id
,
"monthly_report_id"
:
this
.
props
.
monthlyReportId
,
"monthly_report_id"
:
this
.
props
.
monthlyReportId
,
"months"
:
this
.
props
.
month
.
month_id
,
"months"
:
this
.
props
.
month
.
month_id
,
...
...
src/container/MonthlyReport/ProfitLossMR.js
View file @
81aff5b2
...
@@ -1275,7 +1275,7 @@ export default class ProfitLossMR extends Component {
...
@@ -1275,7 +1275,7 @@ export default class ProfitLossMR extends Component {
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
11
]).
toFixed
(
1
)
}
value
=
{
Number
(
tableMeta
.
rowData
[
23
]).
toFixed
(
1
)
}
/
>
/
>
:
:
// tableMeta.rowData[0] === 2 ?
// tableMeta.rowData[0] === 2 ?
...
...
src/container/MonthlyReport/TaxPlanningMR.js
View file @
81aff5b2
...
@@ -410,7 +410,7 @@ export default class TaxPlanningMR extends Component {
...
@@ -410,7 +410,7 @@ export default class TaxPlanningMR extends Component {
api
.
create
(
'UPLOAD'
).
uploadMonthlyReportTP
(
body
).
then
(
response
=>
{
api
.
create
(
'UPLOAD'
).
uploadMonthlyReportTP
(
body
).
then
(
response
=>
{
// console.log(body);
// console.log(body);
// console.log(JSON.stringify(body));
// console.log(JSON.stringify(body));
//
console.log(response);
console
.
log
(
response
);
if
(
response
.
data
)
{
if
(
response
.
data
)
{
if
(
response
.
data
.
status
===
"success"
)
{
if
(
response
.
data
.
status
===
"success"
)
{
this
.
props
.
saveToMonthlyReport
()
this
.
props
.
saveToMonthlyReport
()
...
...
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