zhang_12370
2025-07-23 2c9fbc6f1a3ccd1418efa9c348ec12faf1ab3258
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
  })
}