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
5bc900c9
Commit
5bc900c9
authored
Oct 11, 2020
by
Deni Rinaldi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'deni-dev(pc)' into 'master'
yoshhh See merge request
!502
parents
e40dcfb6
05bc705e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
14 deletions
+9
-14
BalanceSheet.js
src/container/BudgetTahunan/BalanceSheet.js
+9
-14
No files found.
src/container/BudgetTahunan/BalanceSheet.js
View file @
5bc900c9
...
@@ -331,8 +331,8 @@ export default class BalanceSheet extends Component {
...
@@ -331,8 +331,8 @@ export default class BalanceSheet extends Component {
item.total_next_year,
item.total_next_year,
item.total_more_year,
item.total_more_year,
item.orders,
item.orders,
item
.
condition_it_should_be
,
item.condition_it_should_be
? item.condition_it_should_be : '0'
,
item
.
condition_if_wrong
,
item.condition_if_wrong
? item.condition_if_wrong : "STOPPER"
,
item.error
item.error
]
]
})
})
...
@@ -623,20 +623,16 @@ export default class BalanceSheet extends Component {
...
@@ -623,20 +623,16 @@ export default class BalanceSheet extends Component {
customBodyRender: (val, tableMeta) => {
customBodyRender: (val, tableMeta) => {
return (
return (
<div style={{ width: 300 }}>
<div style={{ width: 300 }}>
{
tableMeta
.
rowData
[
25
]
?
{tableMeta.rowData[0] === null ?
tableMeta
.
rowData
[
25
].
length
>
0
?
tableMeta.rowData[4] == 0 ?
<LightTooltip title={"Report Items Not Registered"} arrow>
<span style={{ fontSize: 12, fontWeight: 'bold', color: 'red' }}>{String(val).toUpperCase()}</span>
</LightTooltip> :
<div style={{ paddingLeft: 20 * Number(tableMeta.rowData[4]) }}>
<div style={{ paddingLeft: 20 * Number(tableMeta.rowData[4]) }}>
<LightTooltip title={"Report Items Not Registered"} arrow>
<LightTooltip title={"Report Items Not Registered"} arrow>
<span style={{ fontSize: 12, color: 'red' }}>{tableMeta.rowData[0] === 4 ? "" : val}</span>
<span style={{ fontSize: 12, color: 'red' }}>{tableMeta.rowData[0] === 4 ? "" : val}</span>
</LightTooltip>
</LightTooltip>
</div>
</div>
:
tableMeta
.
rowData
[
4
]
==
0
?
<
span
style
=
{{
fontSize
:
12
,
fontWeight
:
'bold'
}}
>
{
String
(
tableMeta
.
rowData
[
0
]
===
4
?
""
:
val
).
toUpperCase
()}
<
/span
>
:
<
div
style
=
{{
paddingLeft
:
20
*
Number
(
tableMeta
.
rowData
[
4
])
}}
>
<
span
style
=
{{
fontSize
:
12
}}
>
{
tableMeta
.
rowData
[
0
]
===
4
?
""
:
val
}
<
/span
>
<
/div
>
:
:
tableMeta.rowData[4] == 0 ?
tableMeta.rowData[4] == 0 ?
<span style={{ fontSize: 12, fontWeight: 'bold' }}>{String(tableMeta.rowData[0] === 4 ? "" : val).toUpperCase()}</span>
<span style={{ fontSize: 12, fontWeight: 'bold' }}>{String(tableMeta.rowData[0] === 4 ? "" : val).toUpperCase()}</span>
...
@@ -3113,10 +3109,9 @@ export default class BalanceSheet extends Component {
...
@@ -3113,10 +3109,9 @@ export default class BalanceSheet extends Component {
<button
<button
className="button"
className="button"
type="button"
type="button"
disabled
=
{
this
.
state
.
buttonError
}
style={{
style={{
backgroundColor: 'transparent',
backgroundColor: 'transparent',
cursor
:
this
.
state
.
buttonError
===
true
?
'default'
:
'pointer'
,
cursor: 'pointer',
borderColor: 'transparent',
borderColor: 'transparent',
outline: 'none',
outline: 'none',
marginRight: 20
marginRight: 20
...
@@ -3124,7 +3119,7 @@ export default class BalanceSheet extends Component {
...
@@ -3124,7 +3119,7 @@ export default class BalanceSheet extends Component {
onClick={() => {
onClick={() => {
this.setState({ loading: true }, () => {
this.setState({ loading: true }, () => {
setTimeout(() => {
setTimeout(() => {
this
.
setState
({
loading
:
false
,
buttonError
:
this
.
state
.
errorPreview
===
true
?
true
:
false
,
editable
:
false
}
)
this.
handleValidate(
)
}, 100);
}, 100);
})
})
}}
}}
...
...
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