Commit 495b724e authored by Riri Novita's avatar Riri Novita

Rapihin CAT MB

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