文档
测试

操作记录报表

GET
/items/records/statistics/

接口描述

生成统计表

请求参数

参数名
类型
描述
必填
session_id
string
session id (首先选择通过cookie传, 参数传作为备选项)
可选
type
string
ITEM_IN/ITEM_OUT./ITEM_PURCHASE
必填
start_time
string
YYYY-MM-DD
必填
end_time
string
YYYY-MM-DD
必填

响应参数

参数名
类型
描述
必填
code
string
错误码
必填
error_description
jsonarray
错误描述
必填
data
jsonarray
物料列表
必填
item_id
string
物料编号(EAN13码)
必填
name
string
产品名称
必填
specification
string
产品规格
必填
unit
string
单位
必填
count
int
数量(入库、出库、采购)
必填
cost
double
物料金额
必填
receipt_status
string
开票状态
必填
arrived
bool
是否到货
必填
operator
string
操作人
必填
operation_time
string
操作时间
必填