通知管理

This commit is contained in:
魏啾
2024-06-27 10:49:55 +08:00
parent 3d4434dbbe
commit 14e3a4d081
5 changed files with 53 additions and 41 deletions

View File

@@ -56,6 +56,17 @@ export function posttbConsInfostockIn(data) {
data
});
}
/**
* 修改单位耗材值耗材
* @returns
*/
export function postapitbConsInfo(data) {
return request({
url: '/api/tbConsInfo',
method: "post",
data
});
}
/**
* 新增耗材信息
* @returns