diff --git a/src/pages/engin/auditingPage.vue b/src/pages/engin/auditingPage.vue index cd9a5b6..a3f206e 100644 --- a/src/pages/engin/auditingPage.vue +++ b/src/pages/engin/auditingPage.vue @@ -409,7 +409,7 @@ export default { d.percent = (d.value * 100.0 / sum).toFixed(2); }); } - this.label2 = `项目审批排名 (${sum})` + this.label2 = `工程审批排名 (${sum})` let objs = []; let prjIds = this.prjs.map(d => d.id).filter(d => d > 0); tmps.forEach(d => { @@ -421,10 +421,10 @@ export default { let out = objs.filter(d => d.id == this.project.id); if (out.length == 0) { this.flowList = [{ id: this.project.id, name: this.project.projectName, value: 0, percent: 0, no: '-' }]; - this.label2 = `项目审批排名 (0)` + this.label2 = `工程审批排名 (0)` } else { this.flowList = out; - this.label2 = `项目审批排名 (${out[0].value})` + this.label2 = `工程审批排名 (${out[0].value})` } } else { this.flowList = objs; diff --git a/src/pages/projectQuality.vue b/src/pages/projectQuality.vue index c9f84a3..237844e 100644 --- a/src/pages/projectQuality.vue +++ b/src/pages/projectQuality.vue @@ -489,6 +489,7 @@ export default { deptId: this.dept?.id || 0, projectId: this.projectInfo.id, checkType: this.samplingNav, + data:this.chkDetection }); }, doShowMeasuredDlg() { diff --git a/src/pages/quality/checkDetectionDlg.vue b/src/pages/quality/checkDetectionDlg.vue index ee0c60e..ac440c8 100644 --- a/src/pages/quality/checkDetectionDlg.vue +++ b/src/pages/quality/checkDetectionDlg.vue @@ -34,8 +34,12 @@ +
+
审批中({{ total1}})
+
已完成({{ total2}})
+