耗材接口修改

This commit is contained in:
duan 2024-10-17 09:05:45 +08:00
parent 02bef5d1ca
commit f0a88d3ad0
2 changed files with 11 additions and 11 deletions

View File

@ -179,16 +179,16 @@ export function gettbConsInfoFlow(params) {
/**
* 分组查询获取耗材流水信息
*/
export function viewConInfoFlow(data) {
return request({
url: "/api/viewConInfoFlow",
method: "get",
params: {
shopId: uni.getStorageSync("shopId"),
...data
}
});
}
// export function viewConInfoFlow(data) {
// return request({
// url: "/api/viewConInfoFlow",
// method: "get",
// params: {
// shopId: uni.getStorageSync("shopId"),
// ...data
// }
// });
// }
/**
* 查询耗材单位列表

View File

@ -259,7 +259,7 @@ export function tbPlussShopStaff(data) {
// 耗材列表
export function viewConInfoFlowget(data) {
return request({
url: `/api/viewConInfoFlow/get`,
url: `/api/tbConsInfo/allAndPro`,
method: 'post',
data
});