From d967a8b610f4c8f7b4cf4392383a349baf16458e Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 15 May 2025 17:26:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E7=AE=A1=E7=90=86=E9=87=87?= =?UTF-8?q?=E8=B4=AD=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/stockManage/index.js | 75 +++++ .../purchaseManage/materialBidPrice/index.vue | 235 +++++++++++++++ src/views/stockManage/depotManage/index.vue | 0 src/views/stockManage/stockType/index.vue | 280 ++++++++++++++++++ 4 files changed, 590 insertions(+) create mode 100644 src/api/stockManage/index.js create mode 100644 src/views/purchaseManage/materialBidPrice/index.vue create mode 100644 src/views/stockManage/depotManage/index.vue create mode 100644 src/views/stockManage/stockType/index.vue diff --git a/src/api/stockManage/index.js b/src/api/stockManage/index.js new file mode 100644 index 00000000..4675c98a --- /dev/null +++ b/src/api/stockManage/index.js @@ -0,0 +1,75 @@ +import request from '@/utils/request' + +// 分页查询 仓库类别-列表 +export function getWareHouseCategoryPageApi(data) { + return request({ + url: '/smart-canteen/warehouse_category/list', + method: 'get', + headers: { + "merchant-id":"378915229716713472", + }, + params:data + }) +} + +// 仓库类别新增 +export function addWareHouseCategoryApi(data) { + return request({ + url: '/smart-canteen/warehouse_category/add', + method: 'post', + headers: { + "merchant-id":"378915229716713472", + }, + data: data + }) +} + +// 仓库类别新增 +export function editWareHouseCategoryApi(data) { + return request({ + url: '/smart-canteen/warehouse_category/edit', + method: 'post', + headers: { + "merchant-id":"378915229716713472", + }, + data: data + }) +} + +// 仓库类别删除 +export function delWareHouseCategoryApi(data) { + return request({ + url: '/smart-canteen/warehouse_category/del', + method: 'post', + headers: { + "merchant-id":"378915229716713472", + }, + data: data + }) +} + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/purchaseManage/materialBidPrice/index.vue b/src/views/purchaseManage/materialBidPrice/index.vue new file mode 100644 index 00000000..1123e028 --- /dev/null +++ b/src/views/purchaseManage/materialBidPrice/index.vue @@ -0,0 +1,235 @@ + + + diff --git a/src/views/stockManage/depotManage/index.vue b/src/views/stockManage/depotManage/index.vue new file mode 100644 index 00000000..e69de29b diff --git a/src/views/stockManage/stockType/index.vue b/src/views/stockManage/stockType/index.vue new file mode 100644 index 00000000..f7094e0e --- /dev/null +++ b/src/views/stockManage/stockType/index.vue @@ -0,0 +1,280 @@ + + + +