maven
4 天以前 9feea2f82cb21abf58643dcffd875b1ed6f1162b
src/api/inventoryManagement/stockIn.js
@@ -13,7 +13,7 @@
export const updateStockIn = (data) => {
    return request({
        url: "/stockin/update",
        method: "put",
        method: "post",
        data,
    });
};
@@ -46,5 +46,14 @@
    })
}
export function selectProductRecordListByPuechaserId(query) {
    return request({
        url: '/stockin/productlist',
        method: 'get',
        params: query
    })
}
//