Commit 87c28c57 by NGUYEN HOANG SON

fix dashboard item batch

parent 690badfe
...@@ -588,7 +588,7 @@ CHK.loadDashboardBatch = function(operationList) { ...@@ -588,7 +588,7 @@ CHK.loadDashboardBatch = function(operationList) {
if (process.phaseList && process.phaseList.length > 0) { if (process.phaseList && process.phaseList.length > 0) {
for (var k = 0; k < process.phaseList.length; k++) { for (var k = 0; k < process.phaseList.length; k++) {
let phase = process.phaseList[k]; let phase = process.phaseList[k];
if (phase.phaseStatus && phase.phaseStatus != 99) { if (phase.phaseStatus && phase.phaseStatus != 999) {
CHK.dashboardBatch.continousWork += 1; CHK.dashboardBatch.continousWork += 1;
} }
} }
......
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