耗材修改

This commit is contained in:
魏啾
2024-10-18 15:15:32 +08:00
parent d21d4f490d
commit 0c7637f507
8 changed files with 34 additions and 37 deletions

View File

@@ -154,17 +154,6 @@ export function deletetbProskuCon(data) {
data
});
}
/**
* 查询耗材流水信息
* @returns
*/
export function gettbConsInfoFlow(data) {
return request({
url: "/api/viewConInfoFlow/get",
method: "post",
data
});
}
/**