mirror of
https://github.com/himool/HimoolERP.git
synced 2025-03-19 02:03:35 +08:00
28 lines
453 B
Markdown
28 lines
453 B
Markdown
# 采购开单
|
|
|
|
|
|
## 功能
|
|
|
|
- 创建采购单:
|
|
[/api/purchase_orders/]
|
|
|
|
- 获取采购单号:
|
|
[/api/purchase_orders/number/]
|
|
|
|
|
|
## 其他接口
|
|
|
|
- 仓库选项:
|
|
[/api/warehouses/options/]{is_active: true}
|
|
|
|
- 供应商选项:
|
|
[/api/suppliers/options/]{is_active: true}
|
|
|
|
- 经手人选项:
|
|
[/api/users/options/]{is_active: true}
|
|
|
|
- 商品选项:
|
|
[/api/goods/options/]{page, is_active: true}
|
|
|
|
- 结算账户选项:
|
|
[/api/accounts/options/]{is_active: true}
|