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
f9a3fd1b
Commit
f9a3fd1b
authored
Jul 07, 2023
by
qorri_di
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ENV-DEV' into 'ENV-DEPLOYMENT'
Env dev See merge request
!1880
parents
bca73b90
97ddf8b2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Company.js
src/container/MasterData/Company/Company.js
+6
-6
No files found.
src/container/MasterData/Company/Company.js
View file @
f9a3fd1b
...
@@ -195,7 +195,7 @@ export default class Perusahaan extends Component {
...
@@ -195,7 +195,7 @@ export default class Perusahaan extends Component {
customBodyRender: (val, tableMeta) => {
customBodyRender: (val, tableMeta) => {
let check = null
let check = null
if (tableMeta.rowData[7] != null) {
if (tableMeta.rowData[7] != null) {
check
=
tableMeta
.
rowData
[
7
].
findIndex
((
val
)
=>
val
.
field
.
includes
(
'
unit_bisnis
'
))
check = tableMeta.rowData[7].findIndex((val) => val.field.includes('
currency
'))
if (check > -1) {
if (check > -1) {
this.setState({ buttonError: true })
this.setState({ buttonError: true })
}
}
...
@@ -203,12 +203,12 @@ export default class Perusahaan extends Component {
...
@@ -203,12 +203,12 @@ export default class Perusahaan extends Component {
return (
return (
<div style={{ display: 'flex' }}>
<div style={{ display: 'flex' }}>
{tableMeta.rowData[7] != null && check > -1 ?
{tableMeta.rowData[7] != null && check > -1 ?
<
a
data
-
tip
=
{
tableMeta
.
rowData
[
7
][
check
].
message
}
data
-
for
=
"
unit_bisnis
"
>
<a data-tip={tableMeta.rowData[7][check].message} data-for="
currency
">
<span style={{ color: check != null && check > -1 ? "red" : 'black' }}>{val === "" ? "Empty" : val}</span>
<span style={{ color: check != null && check > -1 ? "red" : 'black' }}>{val === "" ? "Empty" : val}</span>
</a> :
</a> :
<span style={{ color: check != null && check > -1 ? "red" : 'black' }}>{val === "" ? "Empty" : val}</span>
<span style={{ color: check != null && check > -1 ? "red" : 'black' }}>{val === "" ? "Empty" : val}</span>
}
}
<
ReactTooltip
border
=
{
true
}
id
=
"
unit_bisnis
"
place
=
"bottom"
type
=
"light"
effect
=
"solid"
/>
<ReactTooltip border={true} id="
currency
" place="bottom" type="light" effect="solid" />
</div >
</div >
);
);
}
}
...
@@ -220,7 +220,7 @@ export default class Perusahaan extends Component {
...
@@ -220,7 +220,7 @@ export default class Perusahaan extends Component {
customBodyRender: (val, tableMeta) => {
customBodyRender: (val, tableMeta) => {
let check = null
let check = null
if (tableMeta.rowData[7] != null) {
if (tableMeta.rowData[7] != null) {
check
=
tableMeta
.
rowData
[
7
].
findIndex
((
val
)
=>
val
.
field
.
includes
(
'
unit_bisnis
'
))
check = tableMeta.rowData[7].findIndex((val) => val.field.includes('
default_currency
'))
if (check > -1) {
if (check > -1) {
this.setState({ buttonError: true })
this.setState({ buttonError: true })
}
}
...
@@ -228,12 +228,12 @@ export default class Perusahaan extends Component {
...
@@ -228,12 +228,12 @@ export default class Perusahaan extends Component {
return (
return (
<div style={{ display: 'flex' }}>
<div style={{ display: 'flex' }}>
{tableMeta.rowData[7] != null && check > -1 ?
{tableMeta.rowData[7] != null && check > -1 ?
<
a
data
-
tip
=
{
tableMeta
.
rowData
[
7
][
check
].
message
}
data
-
for
=
"
unit_bisnis
"
>
<a data-tip={tableMeta.rowData[7][check].message} data-for="
default_currency
">
<span style={{ color: check != null && check > -1 ? "red" : 'black' }}>{val === "" ? "Empty" : val}</span>
<span style={{ color: check != null && check > -1 ? "red" : 'black' }}>{val === "" ? "Empty" : val}</span>
</a> :
</a> :
<span style={{ color: check != null && check > -1 ? "red" : 'black' }}>{val === "" ? "Empty" : val}</span>
<span style={{ color: check != null && check > -1 ? "red" : 'black' }}>{val === "" ? "Empty" : val}</span>
}
}
<
ReactTooltip
border
=
{
true
}
id
=
"
unit_bisnis
"
place
=
"bottom"
type
=
"light"
effect
=
"solid"
/>
<ReactTooltip border={true} id="
default_currency
" place="bottom" type="light" effect="solid" />
</div >
</div >
);
);
}
}
...
...
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