Commit 48fb5650 authored by Riri Novita's avatar Riri Novita

Update Issue MR

parent bdcec7ae
...@@ -918,6 +918,7 @@ const create = (type = "") => { ...@@ -918,6 +918,7 @@ const create = (type = "") => {
uploadSimulasiMRFAM, uploadSimulasiMRFAM,
uploadSimulasiMRLOCF, uploadSimulasiMRLOCF,
uploadSimulasiMRCAT, uploadSimulasiMRCAT,
uploadSimulasiMRCF,
createSimulasiReportPLMR, createSimulasiReportPLMR,
triggerHistoricalRatioSimulasi, triggerHistoricalRatioSimulasi,
triggerRatioFromLOCFSimulasi, triggerRatioFromLOCFSimulasi,
......
...@@ -837,7 +837,7 @@ export default class FixedAssetsMovementMR extends Component { ...@@ -837,7 +837,7 @@ export default class FixedAssetsMovementMR extends Component {
} }
const handleVariance = (tableMeta, dex, type) => { const handleVariance = (tableMeta, dex, type) => {
console.log(tableMeta); // console.log(tableMeta);
let total = 0 let total = 0
// if (dex === 1) { // if (dex === 1) {
// total = Number(tableMeta.rowData[8]) - Number(tableMeta.rowData[9]) == NaN? "0.0" : Number(tableMeta.rowData[8]) - Number(tableMeta.rowData[9]) // total = Number(tableMeta.rowData[8]) - Number(tableMeta.rowData[9]) == NaN? "0.0" : Number(tableMeta.rowData[8]) - Number(tableMeta.rowData[9])
......
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