文档
测试

公司间采购报表列表

GET
order/orderInterCompanyPurchaseReport/selectList

接口描述

该接口已经开发完成,调用接口将返回真实数据

请求头

参数名
类型
描述
必填
Authorization
string
Bearer d2331075-3cad-4768-ae55-76fd9b2e0056 用户登录token进行替换
必填

请求参数

参数名
类型
描述
必填
month
String
查询月份
必填
fromOrderInvoiceInfoId
Long
由xxx公司
必填
toOrderInvoiceInfoId
Long
向xxx公司开票
必填
isInvoice
Integer
是否开具发票 0-未开具 1-开具
必填

响应参数

参数名
类型
描述
必填
code
int
返回校验码
必填
msg
String
返回提示信息
必填
data
T
返回值
必填
id
Long
必填
isInvoice
Integer
是否开具发票 0-未开具 1-开具
必填
amount
BigDecimal
发票金额
必填
invoiceTime
LocalDateTime
发票时间
必填
createTime
LocalDateTime
创建时间
必填
fromOrderInvoiceInfoName
String
销货公司名称
必填
toOrderInvoiceInfoName
String
购货公司名称
必填