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
77f8c9c5
Commit
77f8c9c5
authored
Nov 27, 2020
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check upload plmr
parent
02c0f3bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
4 deletions
+44
-4
ProfitLossMR.js
src/container/MonthlyReport/ProfitLossMR.js
+44
-4
No files found.
src/container/MonthlyReport/ProfitLossMR.js
View file @
77f8c9c5
...
@@ -106,9 +106,9 @@ export default class ProfitLossMR extends Component {
...
@@ -106,9 +106,9 @@ export default class ProfitLossMR extends Component {
"monthly_report_id": this.props.monthlyReportId,
"monthly_report_id": this.props.monthlyReportId,
"months": this.props.month.month_id
"months": this.props.month.month_id
}
}
console.log(payload);
api.create().getHierarkiMontlyReportPL(payload).then(response => {
api.create().getHierarkiMontlyReportPL(payload).then(response => {
console
.
log
(
response
);
//
console.log(response);
let dataTable = []
let dataTable = []
if (response.data) {
if (response.data) {
let res = response.data.data
let res = response.data.data
...
@@ -304,7 +304,7 @@ export default class ProfitLossMR extends Component {
...
@@ -304,7 +304,7 @@ export default class ProfitLossMR extends Component {
company_id: this.props.company.company_id,
company_id: this.props.company.company_id,
periode: this.props.periode,
periode: this.props.periode,
report_id: this.props.report_id,
report_id: this.props.report_id,
months
:
"2021"
,
months:
this.props.month.month_id
,
profit_loss: payload
profit_loss: payload
}
}
console.log(body)
console.log(body)
...
@@ -1381,6 +1381,26 @@ export default class ProfitLossMR extends Component {
...
@@ -1381,6 +1381,26 @@ export default class ProfitLossMR extends Component {
{tableMeta.rowData[0] === 4 || tableMeta.rowData[0] === 1 ?
{tableMeta.rowData[0] === 4 || tableMeta.rowData[0] === 1 ?
null
null
:
:
Number(tableMeta.rowData[19]).toFixed(1) > Number(this.state.value).toFixed(1) ?
<div style={{ flex: 1 }}>
<FormControlLabel
style={{ margin: 0 }}
value={tableMeta.rowData[19]}
control={
<NumberFormat
thousandSeparator={true}
style={{ color: "#5198ea", fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
placeholder=""
disabled={false}
value={Number(tableMeta.rowData[19]).toFixed(1)}
onBlur={(event) => {
handleChange(event.target.value, tableMeta)
}}
/>
}
/>
</div> :
tableMeta.rowData[0] === 2 ?
tableMeta.rowData[0] === 2 ?
<span style={{ fontSize: 12, textAlign: 'right' }}>
<span style={{ fontSize: 12, textAlign: 'right' }}>
<NumberFormat
<NumberFormat
...
@@ -1416,6 +1436,26 @@ export default class ProfitLossMR extends Component {
...
@@ -1416,6 +1436,26 @@ export default class ProfitLossMR extends Component {
{tableMeta.rowData[0] === 4 || tableMeta.rowData[0] === 1 ?
{tableMeta.rowData[0] === 4 || tableMeta.rowData[0] === 1 ?
null
null
:
:
Number(tableMeta.rowData[20]).toFixed(1) > Number(this.state.value).toFixed(1) ?
<div style={{ flex: 1 }}>
<FormControlLabel
style={{ margin: 0 }}
value={tableMeta.rowData[20]}
control={
<NumberFormat
thousandSeparator={true}
style={{ color: "#5198ea", fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
placeholder=""
disabled={false}
value={Number(tableMeta.rowData[20]).toFixed(1)}
onBlur={(event) => {
handleChange(event.target.value, tableMeta)
}}
/>
}
/>
</div> :
tableMeta.rowData[0] === 2 ?
tableMeta.rowData[0] === 2 ?
<span style={{ fontSize: 12, textAlign: 'right' }}>
<span style={{ fontSize: 12, textAlign: 'right' }}>
<NumberFormat
<NumberFormat
...
@@ -1451,7 +1491,7 @@ export default class ProfitLossMR extends Component {
...
@@ -1451,7 +1491,7 @@ export default class ProfitLossMR extends Component {
{tableMeta.rowData[0] === 4 || tableMeta.rowData[0] === 1 ?
{tableMeta.rowData[0] === 4 || tableMeta.rowData[0] === 1 ?
null
null
:
:
Number
(
tableMeta
.
rowData
[
21
]).
toFixed
(
1
)
<
Number
(
this
.
state
.
value
).
toFixed
(
1
)
?
Number(tableMeta.rowData[21]).toFixed(1)
>
Number(this.state.value).toFixed(1) ?
<div style={{ flex: 1 }}>
<div style={{ flex: 1 }}>
<FormControlLabel
<FormControlLabel
style={{ margin: 0 }}
style={{ margin: 0 }}
...
...
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