diff --git a/src/api/production/query.js b/src/api/production/query.js index 8b4e8bc..eacd515 100644 --- a/src/api/production/query.js +++ b/src/api/production/query.js @@ -6,3 +6,4 @@ export const getHunlianTaskList = data => createAPI(`dailyPlan/getHunlianTaskLis export const getHunlianTaskIssure = data => createAPI(`dailyPlan/getHunlianTaskIssure`, 'post', data); export const liuhuaIssureAndReport= data => createAPI(`dailyPlan/liuhuaIssureAndReport`, 'post', data); +export const scheduleAbnormalReport= data => createAPI(`dailyPlan/scheduleAbnormalReport`, 'post', data); diff --git a/src/views/modules/query/ScheduleAbnormalReport.vue b/src/views/modules/query/ScheduleAbnormalReport.vue new file mode 100644 index 0000000..ec51618 --- /dev/null +++ b/src/views/modules/query/ScheduleAbnormalReport.vue @@ -0,0 +1,501 @@ + + + + +