mirror of
https://github.com/himool/HimoolERP.git
synced 2025-03-16 00:43:12 +08:00
31 lines
570 B
Markdown
31 lines
570 B
Markdown
# 采购退货
|
|
|
|
|
|
## 功能
|
|
|
|
- 创建采购退货单:
|
|
[/api/purchase_return_orders/]
|
|
|
|
- 获取采购退货单号:
|
|
[/api/purchase_return_orders/number/]
|
|
|
|
|
|
## 其他接口
|
|
|
|
- 采购单选项:
|
|
[/api/purchase_orders/options/]{page, is_void: false}
|
|
|
|
- 仓库选项:
|
|
[/api/warehouses/options/]{is_active: true}
|
|
|
|
- 供应商选项:
|
|
[/api/suppliers/options/]{is_active: true}
|
|
|
|
- 经手人选项:
|
|
[/api/users/options/]{is_active: true}
|
|
|
|
- 商品选项:
|
|
[/api/inventories/options/]{page, warehouse, is_active: true}
|
|
|
|
- 结算账户选项:
|
|
[/api/accounts/options/]{is_active: true}
|