从商品库存-库存记录-点击订单号跳转过来

This commit is contained in:
duan
2024-07-17 18:06:13 +08:00
parent cfa32e18ba
commit 7cadb25712
4 changed files with 70 additions and 66 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({