Browse Source

Merge pull request 'dev-wahyu' (#56) from dev-wahyu into staging

Reviewed-on: ordo/adw-frontend#56
pull/2/head
ibnu 1 year ago
parent
commit
9ffc096b12
  1. 6
      src/views/Dashboard/DashboardBOD.js
  2. 4
      src/views/SimproV2/CreatedProyek/DialogFormProyek.js

6
src/views/Dashboard/DashboardBOD.js

@ -307,8 +307,10 @@ const DashboardBOD = () => {
let actualProgress = 0; let actualProgress = 0;
let selisihProgress = 0; let selisihProgress = 0;
// planningProgress = item.scurve[0].data.percentagePlan[item.scurve[0].data.percentagePlan.length - 1] if(item.scurve && item.scurve[0]) {
// actualProgress = item.scurve[0].data.percentageReal[item.scurve[0].data.percentageReal.length - 1] planningProgress = item.scurve[0].data.percentagePlan[item.scurve[0].data.percentagePlan.length - 1]
actualProgress = item.scurve[0].data.percentageReal[item.scurve[0].data.percentageReal.length - 1]
}
selisihProgress = planningProgress - actualProgress selisihProgress = planningProgress - actualProgress

4
src/views/SimproV2/CreatedProyek/DialogFormProyek.js

@ -654,8 +654,8 @@ const DialogFormProyek = ({
<Option key="warning" value="warning"> <Option key="warning" value="warning">
Warning Warning
</Option> </Option>
<Option key="danger" value="danger"> <Option key="overrun" value="overrun">
Danger Overrun
</Option> </Option>
</Select> </Select>
</FormGroup> </FormGroup>

Loading…
Cancel
Save