{"remainingRequest":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\bzzgj-fvue\\src\\views\\Manage\\material\\api\\materialQuantityManage.js","dependencies":[{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\src\\views\\Manage\\material\\api\\materialQuantityManage.js","mtime":1686644136998},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import req from '@/request.js';\nvar portal = window.context.portal;\nexport default {\n // 查询物资信息\n materialQuantityQuery: function materialQuantityQuery(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/manager/material/quantity/pageQuery\", data).then(function (resp) {\n resolve(resp.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 查询分类树\n loadAllClass: function loadAllClass(data, cb) {\n req.get(portal + \"/manager/material/class/findAll\", data).then(function (res) {\n cb(res.data);\n });\n },\n findAllQuantity: function findAllQuantity(data, cb) {\n // 查询出入库明细\n req.post(portal + \"/manager/material/quantity/findAllQuantity\", data).then(function (res) {\n cb(res.data);\n });\n },\n flowLogQuery: function flowLogQuery(data, cb) {\n // 查询出入库明细\n req.post(portal + \"/manager/cmgtMaterial/flowLog/query\", data).then(function (res) {\n cb(res.data);\n });\n },\n inventoryQuery: function inventoryQuery(data, cb) {\n // 查询出入库明细\n req.post(portal + \"/manager/material/quantity/inventoryQuery\", data).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}