文档
测试

销售单据列表

POST
http://localhost:8081/insoApp/sell/querySellOrderMainList

请求参数

参数名
类型
描述
必填
page
integer
1
必填
limit
integer
10
必填
type
integer
1
必填
customerName
string
客户名称
必填
startTime
string
开始时间
必填
endTime
string
结束时间
必填

响应参数

参数名
类型
描述
必填
code
int
200
必填
message
string
执行结果信息
必填
data
json
响应数据
必填

响应示例

``` { "code": 200, "msg": "成功", "data": { "totalCount": 1, "pageSize": 10, "totalPage": 1, "currPage": 1, "list": [ { "id": "1298555796736090112", "enterpriseId": 15, "sourceSellMainId": null, "timeDate": "2020-08-26 09:04:15", "retailLevel": 2, "customerId": "1", "customerName": "wjc", "salesmanUserId": 80, "salesmanUserName": "wjc", "departmentId": 1, "departmentName": "研发部", "invoiceUnit": null, "unit": "星星国际", "receivingArea": "string999", "receivingAddr": "string888", "createUserId": 80, "createUserName": "wjc", "timeCreate": "2020-08-26 17:40:03", "checkUserId": 80, "checkUserName": "wjc", "timeCheck": null, "modifiedUserId": null, "modifiedUserName": null, "timeModified": null, "sellType": 1, "sellStatus": 2, "wholeDiscount": 0, "saveState": 2, "auditState": 1, "goodsTotalMoney": 924, "goodsResidueMoney": 900, "goodsPayRecMoney": 24, "goodsCumulativeMoney": 24, "goodsTaxTotalMoney": 0, "goodsDiscountTotalMoney": 0, "outIntEndState": 2, "payRecEndState": 2, "remark": null, "accessoryUrl": null, "isdeleted": 0 } ] } } ```