zhang_12370
6 天以前 26e0f4997558b60eda9dcb8979b777b47b31675e
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
  })
}