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 @@ > - - - - - + + + + + + + + + +