From dc86698483eb164565198fc73bb29400d6e8142e Mon Sep 17 00:00:00 2001 From: yinq Date: Tue, 16 Apr 2024 13:28:52 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20add=E9=99=8D=E7=BA=A7=E7=8E=87?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/report/reportAPI.js | 9 + .../downgradeProportionReport/index.vue | 391 ++++++++++++++++++ .../productTraceabilityReport/index.vue | 20 +- 3 files changed, 410 insertions(+), 10 deletions(-) create mode 100644 src/views/report/downgradeProportionReport/index.vue diff --git a/src/api/report/reportAPI.js b/src/api/report/reportAPI.js index 2c759e4..4ada0b2 100644 --- a/src/api/report/reportAPI.js +++ b/src/api/report/reportAPI.js @@ -170,3 +170,12 @@ export function boxTurnoverTraceabilityDetailReportList(query) { params: query }) } + +// 质量返修率报表 +export function downgradeProportionReportList(query) { + return request({ + url: '/report/qualityReport/downgradeProportionReportList', + method: 'get', + params: query + }) +} diff --git a/src/views/report/downgradeProportionReport/index.vue b/src/views/report/downgradeProportionReport/index.vue new file mode 100644 index 0000000..c322fbf --- /dev/null +++ b/src/views/report/downgradeProportionReport/index.vue @@ -0,0 +1,391 @@ + + + + diff --git a/src/views/report/productTraceabilityReport/index.vue b/src/views/report/productTraceabilityReport/index.vue index 19b39b7..10981a9 100644 --- a/src/views/report/productTraceabilityReport/index.vue +++ b/src/views/report/productTraceabilityReport/index.vue @@ -61,16 +61,16 @@ > - - - - - + + + + + + + + + +