diff --git a/src/api/report/inboundNotificationReport.js b/src/api/report/inboundNotificationReport.js new file mode 100644 index 0000000..dd64a33 --- /dev/null +++ b/src/api/report/inboundNotificationReport.js @@ -0,0 +1,14 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// -------------收货入库任务报表-------------- + +/** + * 查询收货入库任务报表数据(分页) + * @param {Object} data 查询条件 + */ +export const searchInboundNotificationReport = data => createAPI(`/report/inboundNotificationReport/list`, 'post', data); + +/** + * 获取用户可访问的site列表 + */ +export const getSiteList = () => createAPI(`/report/inboundNotificationReport/getSiteList`, 'get'); diff --git a/src/api/report/outboundNotificationReport.js b/src/api/report/outboundNotificationReport.js new file mode 100644 index 0000000..29997b6 --- /dev/null +++ b/src/api/report/outboundNotificationReport.js @@ -0,0 +1,14 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// -------------拣货出库任务报表-------------- + +/** + * 查询拣货出库任务报表数据(分页) + * @param {Object} data 查询条件 + */ +export const searchOutboundNotificationReport = data => createAPI(`/report/outboundNotificationReport/list`, 'post', data); + +/** + * 获取用户可访问的site列表 + */ +export const getSiteList = () => createAPI(`/report/outboundNotificationReport/getSiteList`, 'get'); diff --git a/src/views/modules/report/inboundNotificationReport.vue b/src/views/modules/report/inboundNotificationReport.vue new file mode 100644 index 0000000..2540074 --- /dev/null +++ b/src/views/modules/report/inboundNotificationReport.vue @@ -0,0 +1,670 @@ + + + + + diff --git a/src/views/modules/report/outboundNotificationReport.vue b/src/views/modules/report/outboundNotificationReport.vue new file mode 100644 index 0000000..88f06d5 --- /dev/null +++ b/src/views/modules/report/outboundNotificationReport.vue @@ -0,0 +1,685 @@ + + + + +