spring
7 天以前 e499aa411b08e9b5f2a2f8a5bb097937a654a3c9
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
  })
}