gaoluyang
2025-07-02 aaea16d23b27d42394f1aa1f309a52d3d937abc8
src/api/warehouseManagement/index.js
@@ -48,4 +48,20 @@
        method: 'get',
        params: query
    })
}
// 提交合并
export function merge(query) {
    return request({
        url: '/officialInventory/merge',
        method: 'post',
        data: query
    })
}
// 正式库存编辑
export function editOfficial(query) {
    return request({
        url: '/officialInventory/editOfficial',
        method: 'post',
        data: query
    })
}