src/api/inventoryManagement/stockInventory.js
@@ -66,3 +66,12 @@ method: "get", }); } // 获取库存树(产品->规格/型号->批号->供应商) export const getStockInventoryAll = (params = {}) => { return request({ url: "/stockInventory/getStockInventoryAll", method: "get", params, }); };