|
@@ -65,14 +65,14 @@ module.exports = app => {
|
|
|
try {
|
|
|
tender.progress = {
|
|
|
title: `第${tender.cur_flow.order === undefined ? tender.cur_flow[0].order : tender.cur_flow.order}期`,
|
|
|
- status: auditConst.stage.tiStatusString[cache.stage_status],
|
|
|
- status_class: auditConst.stage.tiStatusStringClass[cache.stage_status],
|
|
|
+ status: auditConst.stage.tiStatusString[tender.stage_status],
|
|
|
+ status_class: auditConst.stage.tiStatusStringClass[tender.stage_status],
|
|
|
};
|
|
|
} catch (err) {
|
|
|
tender.progress = {
|
|
|
title: `第${tender.stage_count}期`,
|
|
|
- status: auditConst.stage.tiStatusString[cache.stage_status],
|
|
|
- status_class: auditConst.stage.tiStatusStringClass[cache.stage_status],
|
|
|
+ status: auditConst.stage.tiStatusString[tender.stage_status],
|
|
|
+ status_class: auditConst.stage.tiStatusStringClass[tender.stage_status],
|
|
|
};
|
|
|
}
|
|
|
} else if (cache.stage_status === auditConst.stage.status.checkNo) {
|