yaowanxin
7 天以前 fc4a3427aa022b33cb70defe4e50c4b34cb97a6c
src/api/inventoryManagement/stockIn.js
@@ -117,8 +117,8 @@
// 删除自定义入库信息
export function delStockInCustom(ids) {
    return request({
        url: '/stockin/deleteCustom',
        method: 'delete',
        url: '/stockin/delteCustom',
        method: 'post',
        data: ids
    })
}
@@ -136,23 +136,6 @@
export function selectProductRecordListByPuechaserId(query) {
    return request({
        url: '/stockin/productlist',
        method: 'get',
        params: query
    })
}
// 自定义入库-详情
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
    })