mirror of
https://github.com/himool/HimoolERP.git
synced 2025-03-16 00:43:12 +08:00
22 lines
325 B
Markdown
22 lines
325 B
Markdown
# 销售任务
|
|
|
|
|
|
## 功能
|
|
|
|
- 查询/创建销售任务:
|
|
[/api/sales_tasks/]
|
|
|
|
- 删除销售任务:
|
|
[/api/sales_tasks/{id}/]
|
|
|
|
|
|
## 其他接口
|
|
|
|
- 仓库选项:
|
|
[/api/warehouses/options/]{is_active: true}
|
|
|
|
- 商品选项:
|
|
[/api/goods/options/]{page, is_active: true}
|
|
|
|
- 销售员选项:
|
|
[/api/users/options/]{is_active: true}
|