Commit 165f5cff authored by Rifka Kurnia's avatar Rifka Kurnia

Merge branch 'rifka' into 'master'

issue dbpldetail

See merge request !1164
parents 373a6a61 d675c259
...@@ -2501,7 +2501,7 @@ export default class TableSubHolding extends Component { ...@@ -2501,7 +2501,7 @@ export default class TableSubHolding extends Component {
control={ control={
<Input <Input
disableUnderline={true} disableUnderline={true}
style={{ color: "#5198ea", fontSize: 12, textAlign: 'left', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }} style={{ color: this.props.approvedMB ? 'black' : '#5198ea', fontSize: 12, textAlign: 'left', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text" type="text"
placeholder="" placeholder=""
disabled={true} disabled={true}
...@@ -2509,7 +2509,7 @@ export default class TableSubHolding extends Component { ...@@ -2509,7 +2509,7 @@ export default class TableSubHolding extends Component {
defaultValue={tableMeta.rowData[47]} defaultValue={tableMeta.rowData[47]}
inputProps={{ inputProps={{
style: { style: {
color: "#5198ea" color: this.props.approvedMB ? 'black' : '#5198ea'
} }
}} }}
// onBlur={(event) => { // onBlur={(event) => {
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment