diff --git a/src/api/emis/emisTmsSiteBatchMissStatistics.js b/src/api/emis/emisTmsSiteBatchMissStatistics.js new file mode 100644 index 00000000..e161304d --- /dev/null +++ b/src/api/emis/emisTmsSiteBatchMissStatistics.js @@ -0,0 +1,10 @@ +import request from '@/utils/request' + +//查询TMS漏组批次信息表统计列表 +export function emisTmsSiteBatchMissStatistics(query) { + return request({ + url: '/emis/emisTmsSiteBatchMissStatistics/list', + method: 'get', + params: query + }) +} diff --git a/src/views/emis/emisTmsSiteBatchMissStatistics/index.vue b/src/views/emis/emisTmsSiteBatchMissStatistics/index.vue new file mode 100644 index 00000000..e98b0679 --- /dev/null +++ b/src/views/emis/emisTmsSiteBatchMissStatistics/index.vue @@ -0,0 +1,137 @@ + + + + +