From ae396e22df20a63b9986af94be63516c5119d384 Mon Sep 17 00:00:00 2001 From: lizhenhua <1075222162@qq.com> Date: Mon, 10 Nov 2025 11:37:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E9=85=8D=E7=BD=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inventoryCount/index.js | 20 + src/views/canteenreport/otherplacehz.vue | 707 +++++++++++++++++++++++ src/views/inventoryCount/index.vue | 451 +++++++++++++++ 3 files changed, 1178 insertions(+) create mode 100644 src/api/inventoryCount/index.js create mode 100644 src/views/canteenreport/otherplacehz.vue create mode 100644 src/views/inventoryCount/index.vue 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 @@ + + +