库存查询页面修改

This commit is contained in:
zx
2026-01-21 17:19:04 +08:00
parent 3f683048c8
commit 2bfc96dd4c
3 changed files with 978 additions and 1736 deletions

View File

@@ -12,8 +12,8 @@ export function listBill(data) {
export function listStock(data) {
return request({
url: '/wisdom/stock/list',
method: 'post',
data: data
method: 'get',
params: data
})
}