diff --git a/src/api/inventoryCount/index.js b/src/api/inventoryCount/index.js new file mode 100644 index 00000000..1443378c --- /dev/null +++ b/src/api/inventoryCount/index.js @@ -0,0 +1,20 @@ +import request from '@/utils/request' + +// 查询列表 +export function checkInventoryPageApi(query) { + return request({ + url: '/smart-canteen/drpcheckinventory/page', + method: 'post', + data: query, + }) +} + +export function getCheckInventoryInfoApi(query) { + return request({ + url: '/smart-canteen/drpcheckinventory/detail', + method: 'post', + data: query, + }) +} + + diff --git a/src/views/canteenreport/otherplacehz.vue b/src/views/canteenreport/otherplacehz.vue new file mode 100644 index 00000000..e346fbb7 --- /dev/null +++ b/src/views/canteenreport/otherplacehz.vue @@ -0,0 +1,707 @@ + + + + + diff --git a/src/views/inventoryCount/index.vue b/src/views/inventoryCount/index.vue new file mode 100644 index 00000000..46fb7adf --- /dev/null +++ b/src/views/inventoryCount/index.vue @@ -0,0 +1,451 @@ + + +