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
9e22c668
Commit
9e22c668
authored
Jan 07, 2021
by
d.arizona
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://103.44.149.204/d.arizona/tia-dev
into didam
parents
be94de8d
957f8eb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
ProfitLossMR.js
src/container/MonthlyReport/ProfitLossMR.js
+8
-8
No files found.
src/container/MonthlyReport/ProfitLossMR.js
View file @
9e22c668
...
...
@@ -281,10 +281,10 @@ export default class ProfitLossMR extends Component {
}
}
})
if
(
err
===
true
)
{
this
.
setState
({
bebas
:
true
})
}
this
.
setState
({
dataTable
,
loading
:
false
,
buttonError
:
true
,
saveDraft
:
true
})
//
if (err === true) {
//
this.setState({ bebas: true })
//
}
this.setState({ dataTable, loading: false, buttonError: true, saveDraft: true
, refresh: false
})
} else {
this.setState({ loading: false, alert: true, messageAlert: response.data.message, tipeAlert: 'warning' }, () => {
if (response.data.message.includes("Someone Logged In")) {
...
...
@@ -296,7 +296,7 @@ export default class ProfitLossMR extends Component {
})
}
} else {
this
.
setState
({
dataTable
,
loading
:
false
,
buttonError
:
true
,
saveDraft
:
true
})
this.setState({ dataTable, loading: false, buttonError: true, saveDraft: true
, refresh: false
})
}
console.log(dataTable);
})
...
...
@@ -2077,7 +2077,7 @@ export default class ProfitLossMR extends Component {
</div>
<div style={{ marginTop: 20, width: this.props.width - (this.props.open === true ? 400 : 150) }}>
{
/* {!this.state.loading && ( */
}
{
!this.state.refresh && (
<MuiThemeProvider theme={getMuiTheme()}>
<MUIDataTable
data={dataTable2}
...
...
@@ -2085,7 +2085,7 @@ export default class ProfitLossMR extends Component {
options={options}
/>
</MuiThemeProvider>
{
/* )} */
}
)
}
</div>
<Typography style={{ fontSize: '11px', color: '#4b4b4b', marginTop: 20 }}>Last Updated by : {this.state.updateBy}</Typography>
...
...
@@ -2129,7 +2129,7 @@ export default class ProfitLossMR extends Component {
marginRight: 20
}}
onClick={() => {
this
.
setState
({
loading
:
true
},
()
=>
{
this.setState({loading: true
, refresh: true
}, () => {
this.handleGetFor('edit')
})
}}
...
...
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