耗材修改

This commit is contained in:
2024-07-17 18:28:18 +08:00
parent cfa32e18ba
commit 5d0bbba194
7 changed files with 1716 additions and 611 deletions

View File

@@ -163,4 +163,17 @@ export function gettbConsInfoFlow(params) {
method: "get",
params
});
}
}
/**
* 分组查询获取耗材流水信息
*/
export function viewConInfoFlow(data) {
return request({
url: "/api/viewConInfoFlow",
method: "get",
params: {
shopId: localStorage.getItem("shopId"),
...data
}
});
}