2021-12-17 22:48:20 +08:00
|
|
|
# 采购退货
|
|
|
|
|
|
|
|
|
|
|
|
## 功能
|
|
|
|
|
|
|
|
- 创建采购退货单:
|
2021-12-18 01:34:59 +08:00
|
|
|
[/api/purchase_return_orders/]
|
2021-12-17 22:48:20 +08:00
|
|
|
|
|
|
|
- 获取采购退货单号:
|
2021-12-18 01:34:59 +08:00
|
|
|
[/api/purchase_return_orders/number/]
|
2021-12-17 22:48:20 +08:00
|
|
|
|
|
|
|
|
|
|
|
## 其他接口
|
|
|
|
|
|
|
|
- 采购单选项:
|
|
|
|
[/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}
|
|
|
|
|
|
|
|
- 商品选项:
|
2021-12-22 17:29:08 +08:00
|
|
|
[/api/inventories/options/]{page, warehouse, is_active: true}
|
2021-12-17 22:48:20 +08:00
|
|
|
|
|
|
|
- 结算账户选项:
|
|
|
|
[/api/accounts/options/]{is_active: true}
|