Commit ffdec3ad authored by 罗成兵's avatar 罗成兵

合并代码

parent c2092722
...@@ -80,6 +80,7 @@ export default { ...@@ -80,6 +80,7 @@ export default {
/*分配入库*/ /*分配入库*/
fetchInStorageList(params) {//入库管理列表 fetchInStorageList(params) {//入库管理列表
return fetch('/v1/folacin-admin/folacin-send-record/receive-record', params); return fetch('/v1/folacin-admin/folacin-send-record/receive-record', params);
},
/*出入库记录*/ /*出入库记录*/
fetchStockTransferList(params) {//查询出入库记录 fetchStockTransferList(params) {//查询出入库记录
return fetch('/v1/folacin-admin/folacin-stock-transfer', params); return fetch('/v1/folacin-admin/folacin-stock-transfer', params);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment