zhang_12370
3 天以前 aaf943ada13005f2b22d01e3d7080b8740d9aa96
src/api/calculator/index.js
@@ -9,3 +9,13 @@
    params: query
  })
}
// /pendingInventory/addPending
// 添加待入库数据
export function addPendingInventory(data) {
  return request({
    url: '/pendingInventory/addPending',
    method: 'post',
    data
  })
}