|
@@ -499,7 +499,7 @@ module.exports = app => {
|
|
materialData.auditors = materialData.status === auditConst.material.status.uncheck ? [] : await ctx.service.materialAudit.getFinalAuditGroup(materialData.id, times);
|
|
materialData.auditors = materialData.status === auditConst.material.status.uncheck ? [] : await ctx.service.materialAudit.getFinalAuditGroup(materialData.id, times);
|
|
}
|
|
}
|
|
// 修订完成数目
|
|
// 修订完成数目
|
|
- const reviseNum = await ctx.service.ledgerRevise.count({ tid: tender.id, status: auditConst.revise.status.checked });
|
|
|
|
|
|
+ // const reviseNum = await ctx.service.ledgerRevise.count({ tid: tender.id, status: auditConst.revise.status.checked });
|
|
// 计量完成概况
|
|
// 计量完成概况
|
|
// tender.total_price
|
|
// tender.total_price
|
|
const stage_total = [
|
|
const stage_total = [
|
|
@@ -527,7 +527,7 @@ module.exports = app => {
|
|
change_status_total,
|
|
change_status_total,
|
|
change_quality_total,
|
|
change_quality_total,
|
|
materialData,
|
|
materialData,
|
|
- reviseNum,
|
|
|
|
|
|
+ // reviseNum,
|
|
stage_total,
|
|
stage_total,
|
|
hadMap,
|
|
hadMap,
|
|
jsFiles: this.app.jsFiles.common.concat(this.app.jsFiles.tender.tenderInfo),
|
|
jsFiles: this.app.jsFiles.common.concat(this.app.jsFiles.tender.tenderInfo),
|