修改入库食材列表接口

This commit is contained in:
2025-06-26 17:12:40 +08:00
parent d0729e926b
commit c17e15b54c
10 changed files with 5 additions and 11 deletions

View File

@@ -1,10 +1,10 @@
NODE_ENV = 'development' NODE_ENV = 'development'
# api请求地址 # api请求地址
VITE_APP_BASE_URL='https://ttts.runtong.vip/api/' VITE_APP_BASE_URL='https://bzez.runtong.vip/api/'
# 图片服务器地址 # 图片服务器地址
VITE_IMG_DOMAIN='https://ttts.runtong.vip' VITE_IMG_DOMAIN='https://bzez.runtong.vip'
# 站点id 仅在编译为小程序时生效 # 站点id 仅在编译为小程序时生效
VITE_SITE_ID = '100002' VITE_SITE_ID = '100002'

View File

@@ -1,10 +1,10 @@
NODE_ENV = 'production' NODE_ENV = 'production'
# api请求地址 # api请求地址
VITE_APP_BASE_URL='https://ttts.runtong.vip/api/' VITE_APP_BASE_URL='https://bzez.runtong.vip/api/'
# 图片服务器地址 # 图片服务器地址
VITE_IMG_DOMAIN='https://ttts.runtong.vip' VITE_IMG_DOMAIN='https://bzez.runtong.vip'
# 站点id 仅在编译为小程序时生效 # 站点id 仅在编译为小程序时生效
VITE_SITE_ID = '100002' VITE_SITE_ID = '100002'

View File

@@ -135,7 +135,7 @@ export function getProductList(params : Record<string, any>) {
* @returns * @returns
*/ */
export function getProductListByWarehouse(params : Record<string, any>) { export function getProductListByWarehouse(params : Record<string, any>) {
return request.get(`erp/product/product/getListsByWarehouse`, params); return request.get(`erp/product/product`, params);
} }
/** /**
* 获取食材信息列表-new * 获取食材信息列表-new

Binary file not shown.

View File

@@ -1 +0,0 @@
{}

View File

@@ -1 +0,0 @@
{}

View File

@@ -1 +0,0 @@
{}

View File

@@ -1 +0,0 @@
{}

View File

@@ -1 +0,0 @@
{}

View File

@@ -1 +0,0 @@
{}