Commit 1d481be1 authored by Rifka Kurnia Irfiana's avatar Rifka Kurnia Irfiana

update email column in upload approval matx

parent a4779251
......@@ -70,10 +70,10 @@ export default class ApprovalMatrix extends Component {
approval_type_name: item[0] === undefined ? "" : item[0],
orders: item[1] === undefined ? "" : item[1],
email: item[2] === undefined ? "" : item[2],
// fullname: item[3] === undefined ? "" : item[3],
operator_type_name: item[4] === undefined ? "" : item[4],
start_date: item[5] === undefined ? "" : item[5],
end_date: item[6] === undefined ? "" : item[6],
// fullname: item[2] === undefined ? "" : item[2],
operator_type_name: item[3] === undefined ? "" : item[3],
start_date: item[4] === undefined ? "" : item[4],
end_date: item[5] === undefined ? "" : item[5],
})
}
})
......
......@@ -15,7 +15,7 @@ import { ExcelRenderer } from 'react-excel-renderer';
import ReactTooltip from "react-tooltip";
import PopUpFailedSave from "../../library/PopUpFailedSave";
import Constant from "../../library/Constant";
import PopUpDelete from "../ApprovalMatrix/PopUpDelete";
import PopUpDelete from "../ApprovalMatrix/PopUpDeleteAM";
var ct = require("../../library/CustomTable");
const getMuiTheme = () => createMuiTheme(ct.customTable());
......
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