yaowanxin
22 小时以前 8706a1412d8e732070d6bd6e15df1a923b83de59
src/api/calculator/index.js
@@ -8,4 +8,14 @@
    method: 'get',
    params: query
  })
}
// /pendingInventory/addPending
// 添加待入库数据
export function addPendingInventory(data) {
  return request({
    url: '/pendingInventory/addPending',
    method: 'post',
    data
  })
}