Commit c262510f authored by Riri Novita's avatar Riri Novita

Merge branch 'dev/riri' into 'ENV-DEV'

Rapihin CAT MB

See merge request !1812
parents b0364acd 4f35da02
......@@ -658,7 +658,7 @@ export default class CorporateAnnualTarget extends Component {
// // console.log(data);
// // console.log(JSON.stringify(body))
api.create('UPLOAD').uploadMasterBudget(body).then(response => {
// // // // console.log(response);
console.log(response);
if (response.data) {
if (response.ok) {
if (response.data.status === "success") {
......@@ -4129,11 +4129,11 @@ export default class CorporateAnnualTarget extends Component {
</div>
)}
{this.state.visibleAlertSave && (
{this.state.visibleAlertSave && (
<div className="test app-popup-show">
<div className="popup-content border-radius" style={{ background: '#FFF27D', borderRadius: 10, width: 715, height: 238 }}>
<div style={{ margin: 30}}>
<div style={{ display: 'flex', marginTop: 76, marginBottom: 43}}>
<div style={{ margin: 30 }}>
<div style={{ display: 'flex', marginTop: 76, marginBottom: 43 }}>
<div style={{ alignSelf: 'center', marginRight: 25 }}>
<img src={Images.warning} />
</div>
......
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