周宾
昨天 b80934d8bb58f356abcb00a145d0305be519de8c
src/api/inventoryManagement/stockIn.js
@@ -117,8 +117,8 @@
// 删除自定义入库信息
export function delStockInCustom(ids) {
    return request({
        url: '/stockin/delteCustom',
        method: 'post',
        url: '/stockin/deleteCustom',
        method: 'delete',
        data: ids
    })
}
@@ -141,6 +141,23 @@
    })
}
// 自定义入库-详情
export function detailManagementByCustom(query) {
    return request({
        url: '/stockin/detailManagementByCustom',
        method: 'get',
        params: query
    })
}
// 采购入库-详情
export function stockinDetail(query) {
    return request({
        url: '/stockin/detail',
        method: 'get',
        params: query
    })
}
//