库存查询的移库与修改

This commit is contained in:
2026-01-22 08:01:09 +08:00
parent a7e53d89d8
commit 7788434c8d
2 changed files with 128 additions and 154 deletions

View File

@@ -1,13 +1,28 @@
import request from '@/utils/request'
// 查询库存单据主列表
export function listBill(data) {
// 修改
export function editStock(data) {
return request({
url: '/wisdom/stock/bill/groups',
url: '/wisdom/stock/update',
method: 'post',
data: data
})
}
//明细列表
export function listStock(data) {
return request({