修改出库的请求地址

This commit is contained in:
2026-01-22 11:31:15 +08:00
parent bbb777f273
commit 451094c070
3 changed files with 96 additions and 48 deletions

View File

@@ -35,7 +35,7 @@ export function listStock(id) {
})
}
// 修改库存单据
// 添加单条库存单据
export function appendBill(data) {
return request({
url: '/wisdom/bill/append',