将耗材记录加入到耗材列表里

This commit is contained in:
duan
2024-08-14 16:02:52 +08:00
parent 1e52030f5e
commit 3b7dbe50a2
6 changed files with 240 additions and 337 deletions

View File

@@ -39,12 +39,19 @@ export function puttbConsType(data) {
* @returns
*/
export function gettbConsInfo(params) {
// return request({
// url: '/api/tbConsInfo',
// method: "get",
// params
// });
return request({
url: '/api/tbConsInfo',
url: "/api/viewConInfoFlow",
method: "get",
params
});
params
});
}
/**
* 耗材入库
* @returns