修改耗材绑定商品

This commit is contained in:
2024-07-18 17:31:38 +08:00
9 changed files with 1365 additions and 204 deletions

View File

@@ -241,6 +241,16 @@ export function stockStateChange(params) {
}
});
}
// 下架
export function stockStateChangess(params) {
return request({
url: `/api/stock/grounding`,
method: "put",
params: {
...params
}
});
}
// 警戒设置
export function stockStatewarnLine(params) {
return request({