zouyu
8 天以前 648003a577ef7a03046269c77fc5cc64199945e7
src/api/inventoryManagement/stockManage.js
@@ -17,7 +17,14 @@
        params,
    });
};
// 查询成品库存信息列表
export const getStockManageProduction = (params) => {
    return request({
        url: "/stockin/listPageProductionStock",
        method: "get",
        params,
    });
};
// 查询自定义入库库存信息列表
export const getStockManagePageByCustom = (params) => {
    return request({
@@ -73,4 +80,4 @@
    })
}
//
//