今日统计采购单
GET
/home/purchase-order-count
接口描述
用于获取今日统计信息。
请求头
参数名
类型
描述
必填
Device-Type
string
设备类型,示例:web
必填
Authorization
string
Token,示例:a3f2f638-5035-4bbe-ba12-8a5a6469ef2f
必填
响应参数
application/json参数名
类型
描述
必填
before_payment_count
int
待预付款统计数量,示例:1
必填
after_payment_count
int
待付尾款统计数量,示例:1
必填
full_payment_count
int
待付全款统计数量,示例:1
必填
declare_count
int
待申报统计数量,示例:2
必填
tax_payment_count
int
待缴税付款统计数量,示例:2
必填
telex_release_count
int
待电放统计数量,示例:2
必填
raise_cabinet_count
int
待提柜统计数量,示例:2
必填
disinfection_count
int
待消杀统计数量,示例:2
必填
godown_entry_count
int
待入库统计数量,示例:2
必填
return_goods_count
int
待退货统计数量,示例:0
必填
unfinished_count
int
未完成统计数量,示例:2
必填
return_money_sum
int
回款金额总和,示例:0
必填