diff --git a/src/api/productManagement/analysisOfProductionCompletionRate.js b/src/api/productManagement/analysisOfProductionCompletionRate.js new file mode 100644 index 0000000..b0adc91 --- /dev/null +++ b/src/api/productManagement/analysisOfProductionCompletionRate.js @@ -0,0 +1,9 @@ +import request from '@/utils/request' +//日生产完成率 +export function ProPlanAchievementrate(data) { + return request({ + url: '/mes/reportManagement/report/productionCompletionRate', + method: 'get', + params: data + }) +} \ No newline at end of file diff --git a/src/views/productManagement/analysisOfProductionCompletionRate/index.vue b/src/views/productManagement/analysisOfProductionCompletionRate/index.vue index 8542ddc..c7e19f1 100644 --- a/src/views/productManagement/analysisOfProductionCompletionRate/index.vue +++ b/src/views/productManagement/analysisOfProductionCompletionRate/index.vue @@ -1,104 +1,58 @@ \ No newline at end of file