Repair

二维码保修项目


分页获取产品订单

[TOC]

简要描述
  • 分页获取产品订单
请求类型
  • form-data
请求URL
  • http://192.168.0.91:1234
接口地址
  • /Repair/ProductOrder/GetPageList
请求方式
  • POST
参数
参数名 必选 类型 默认值 说明
Token string mi9gAwC22huES1dpIF7fkhSdR1eKaeyya/Q87JK+oVikqwd1AZtLuwxymiHQvMglPCYhrrCZSlf/d7QrtJFl3DBUbjNY2nnG token
OrderNum string  查询条件:订单编号,产品名称,经销商名称
ShipmentStatus string Y:发货 N:未发货 是否发货
AddStartTime datetime 开始时间
AddEndTime datetime 结束时间
Page int 1 当前页
Rows int 10 条数
Sort string Id 排序字段
Order string desc 排序方式
返回示例
{
    "Success": true,
    "msg": "查询成功",
    "rows": {
        "Id": 1,
        "OrderNum": "230915371535",
        "Number": 500,
        "ProductId": 2,
        "ProductName": "空调",
        "TypeCode": "testsanxing2",
        "ItemCode": "sanxing2",
        "DistributorId": 2,
        "DistributorName": "测试经销商",
        "FactoryId": 1,
        "FactoryName": "测试工厂",
        "AddTime": "2023-09-15 11:17:04",
        "AddId": 1,
        "AddUserId": "TestAdmin",
        "AddUserName": null,
        "UpdateTime": null,
        "UpdateId": 0,
        "ShipmentTime": null,
        "ShipmentCount": 0,
        "ActivateCount": 0,
        "ShipmentStatus": "N"
    }
}

-

页面列表

ITEM_HTML