- IT信息化80端口
- 免登陆
- 人事系统
- 售前工具
- 项目订单系统pm
- 公共方法
- 产品相关
- 订单相关
- 订单列表(发起\待办\已办\与我相关\空则全部订单)GET
- 订单列表待处理数量GET
- 获取客户已完成订单列表GET
- 获取客户试做订单列表GET
- 订单详情GET
- 获取订单评估单详情GET
- 获取订单办理历史数据GET
- 获取审批详情GET
- 办理评估订单POST
- 创建订单POST
- 修改订单POST
- 审批通过/失败POST
- 分配转让办理人POST
- 分享订单POST
- 撤销订单POST
- 确认订单POST
- 评论订单POST
- 获取我的待办列表不分页GET
- 修改订单开发用POST
- 新成交订单GET
- 用户订单收藏POST
- 用户取消订单收藏POST
- 用户软删除订单(列表对自己隐藏)POST
- 用户取消软删除订单(取消列表对自己隐藏)POST
- 问题订单列表GET
- 获取客户售前支持单GET
- 智能审查合同接口POST
- 审查结果列表接口GET
- 试做测试
- 合同相关
- 执行阶段
- 历史订单(初始化数据)
- 对外开放接口
- 转交功能
- 订单报表
- 变更需求
- 管理报表
- 订单分享
- 登录鉴权
- 自动开通功能接入
- 文档中心
- 订单大屏数据
- 周月季度周报
- 执行人员周报
- 协助单
- 执行管理菜单
- 审批托管代理
- 订单BOM表
- 订单用户确认书
- 资源花费pmcost
- 价值观考核
- 测试DEMO
- 薪福通
- 财务系统
- 工时系统
- IT信息化8050端口
- 财务开票系统
- 精细化开放接口
- IT信息化文档
- 基本权限申请地址
- 信息化系统
- 工资表
- 总览图
- 考勤表(attend)
- 日常绩效表(daily)
- 薪资补贴表(salary)
- 提成奖金表(special)
- 五险一金表(fund)
- 奖励表(reward)
- 扣减表(cut)
- 税表(tax)
- 离职补偿表(quit)
- 劳务表(service)
- 公式和方法
- 薪资表合计方法:calculateSalaryTotal
- 旷工:calculateCountAttendAbsent
- 迟到相关运算方法:calculateCountAttendLate
- 病假:calculateCountAttendSickLeave
- 事假:calculateCountAttendThingLeave
- 入离职扣减:calculateCountAttendEntryQuit
- 试用期差额扣减 :calculateCountAttendTryReduce
- 加班薪资:calculateCountAttendOverWork
- 考勤绩效扣减:calculateCountAttendOtherReduce
- 报告绩效工资扣减:calculateReportReduce
- 研发人员职能绩效扣减:calculateStudyReduce
- 职能绩效扣减 和 商务绩效扣减:calculateReduce
- 日常绩效表-合计:calculateDailyTotal
- 日常绩效表-报告绩效奖励:calculateReportAwards
- 薪资表-合计:calculateSalaryAllowanceTotal
- 提成奖金表:calculateSpecialTotal
- 五险一金表:calculateFundTotal
- 奖励表-合计:calculateRewardTotal
- 扣减表-合计:calculateCutTotal
- 税表:calculateTax
- 离职补偿表:calculateQuit
- 劳务费表:calculateService
- 归档文件
- 其他信息化系统
订单列表(发起\待办\已办\与我相关\空则全部订单)
GET
pm/order/get-order-list
最后修改时间:2023-07-25 07:34:00
责任人:罗亚江
请求参数
Query 参数
type
string
可选
示例值:
my_receive
cateId
string
分类ID
projectName
string
项目名称
process
string
流程名
orderId
string
可选
startTime
string
开始时间
endTime
string
结束时间
createUserId
string
可选
createDeptId
string
可选
page
string
页数
limit
string
每页数量
debug
string
测试参数,忽略
示例值:
1
isYanshou
array[string]
1已验收 2未验收
示例值:
["1",""]
frontStatusList
string
逗号链接
示例值:
1,2
isCollection
string
是否收藏
isSoftDelete
string
可选
Header 参数
Authorization
string
可选
默认值:
{{AUTH_TOKEN}}
Body 参数multipart/form-data
debug
string
可选
默认值:
{{DEBUG}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'pm/order/get-order-list?type=my_receive&cateId=&projectName&process=&orderId&startTime&endTime&createUserId=&createDeptId=&page&limit&debug=1&isYanshou=1&isYanshou=&frontStatusList=1,2&isCollection=&isSoftDelete=' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--form 'debug="{{DEBUG}}"'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 10000,
"msg": "success",
"data": {
"total": "4",
"list": [
{
"id": "4",
"orderId": "202208050004",
"orderType": "2",
"customerId": "178977204",
"customerName": "测试2",
"projectName": "测试项目名称",
"createUserid": "042306354323918862",
"createUsername": "应久生",
"createTime": "2022-08-05 13:50:11",
"updateTime": "2022-08-05 17:32:00",
"totalPrice": "500.0000",
"assessPrice": "50000.0000",
"status": "500",
"remark": "",
"process": "order_trytodo",
"processName": "试做测试",
"statusText": "试做测试",
"orderTypeI18n": "试做订单",
"statusProcess": [
{
"label": "订单发起",
"status": "pass"
},
{
"label": "订单审核",
"status": "pass"
},
{
"label": "订单执行",
"status": "pass"
}
],
"createUserAvatar": "https://static-legacy.dingtalk.com/media/lADPDgQ90CpjXSLNAi_NApE_657_559.jpg",
"allPrice": 50500,
"orderCate": "报告-日报 系统-定制系统",
"trytodoId": "5",
"trytodoCtime": "2022-08-05 19:06:54",
"orderTrytodo": "202208050004-SZ005",
"trytodoList": [
{
"trytodoId": "5",
"number": "5",
"createTime": "2022-08-05 19:06:54",
"isHistory": "0",
"orderTrytodo": "202208050004-SZ005"
},
{
"trytodoId": "4",
"number": "4",
"createTime": "2022-08-05 18:25:19",
"isHistory": "1",
"orderTrytodo": "202208050004-SZ004"
},
{
"trytodoId": "3",
"number": "3",
"createTime": "2022-08-05 18:18:48",
"isHistory": "1",
"orderTrytodo": "202208050004-SZ003"
},
{
"trytodoId": "2",
"number": "2",
"createTime": "2022-08-05 17:48:36",
"isHistory": "1",
"orderTrytodo": "202208050004-SZ002"
},
{
"trytodoId": "1",
"number": "1",
"createTime": "2022-08-05 17:48:02",
"isHistory": "1",
"orderTrytodo": "202208050004-SZ001"
}
]
},
{
"id": "3",
"orderId": "202208050003",
"orderType": "1",
"customerId": "178977204",
"customerName": "测试2",
"projectName": "测试项目名称",
"createUserid": "042306354323918862",
"createUsername": "应久生",
"createTime": "2022-08-05 11:58:38",
"updateTime": "2022-08-05 17:31:57",
"totalPrice": "500.0000",
"assessPrice": "50000.0000",
"status": "200",
"remark": "",
"process": "order_approval",
"processName": "订单审核",
"statusText": "订单审核",
"orderTypeI18n": "正式订单",
"statusProcess": [
{
"label": "订单发起",
"status": "pass"
},
{
"label": "订单审核",
"status": "now"
},
{
"label": "合同归档",
"status": "disable"
},
{
"label": "订单执行",
"status": "disable"
}
],
"createUserAvatar": "https://static-legacy.dingtalk.com/media/lADPDgQ90CpjXSLNAi_NApE_657_559.jpg",
"allPrice": 50500,
"orderCate": "报告-日报 系统-定制系统",
"trytodoId": 0,
"trytodoCtime": "-",
"orderTrytodo": "",
"trytodoList": []
},
{
"id": "2",
"orderId": "202208050002",
"orderType": "1",
"customerId": "178977204",
"customerName": "测试2",
"projectName": "测试项目名称",
"createUserid": "042306354323918862",
"createUsername": "应久生",
"createTime": "2022-08-05 11:54:17",
"updateTime": "2022-08-05 11:54:51",
"totalPrice": "500.0000",
"assessPrice": "0.0000",
"status": "101",
"remark": "",
"process": "order_create",
"processName": "订单发起",
"statusText": "订单审批中",
"orderTypeI18n": "正式订单",
"statusProcess": [
{
"label": "订单发起",
"status": "now"
},
{
"label": "订单审核",
"status": "disable"
},
{
"label": "合同归档",
"status": "disable"
},
{
"label": "订单执行",
"status": "disable"
}
],
"createUserAvatar": "https://static-legacy.dingtalk.com/media/lADPDgQ90CpjXSLNAi_NApE_657_559.jpg",
"allPrice": 500,
"orderCate": "报告-日报 系统-定制系统",
"trytodoId": 0,
"trytodoCtime": "-",
"orderTrytodo": "",
"trytodoList": []
},
{
"id": "1",
"orderId": "202208050001",
"orderType": "1",
"customerId": "178977204",
"customerName": "测试2",
"projectName": "测试项目名称",
"createUserid": "042306354323918862",
"createUsername": "应久生",
"createTime": "2022-08-05 11:53:33",
"updateTime": "2022-08-05 11:54:50",
"totalPrice": "500.0000",
"assessPrice": "0.0000",
"status": "101",
"remark": "测试备注",
"process": "order_create",
"processName": "订单发起",
"statusText": "订单审批中",
"orderTypeI18n": "正式订单",
"statusProcess": [
{
"label": "订单发起",
"status": "now"
},
{
"label": "订单审核",
"status": "disable"
},
{
"label": "合同归档",
"status": "disable"
},
{
"label": "订单执行",
"status": "disable"
}
],
"createUserAvatar": "https://static-legacy.dingtalk.com/media/lADPDgQ90CpjXSLNAi_NApE_657_559.jpg",
"allPrice": 500,
"orderCate": "报告-日报 系统-定制系统",
"trytodoId": 0,
"trytodoCtime": "-",
"orderTrytodo": "",
"trytodoList": []
}
]
}
}
修改于 2023-07-25 07:34:00