- 系统功能
- 工程数据
- 车间管理
- 普通生产
- 委外管理
- 销售管理
- 非标生产
- 费用收入单
- 费用支出单
- 费用申请单
- 差旅申请单
- 项目计划
- 进度填报单
- 备品备件领用单
- 工单填报单
- 基础资料查询
- 售后管理
- 项目立项
- 非标制造统计查询接口POST
- 售后统计查询接口POST
- 单据反审核操作POST
- 人力资源
- wms
- 采购管理
- 检斤管理
- 委外工序计划单
- KIS升级
- 工作流
- CRM客户管理
- 首页
- SRM管理
- 基础资料
- 轻MES
- 质量管理
项目计划查询列表和详情
POST
/mxoc_0001_mxoc_pq/mxoc_pq_projectplan
请求参数
Query 参数
access_token
string
必需
默认值:
{{access_token}}
Header 参数
groupName
string
必需
默认值:
{{groupName}}
Content-Type
string
必需
默认值:
{{Content-Type}}
accountid
string
必需
默认值:
{{accountId}}
X-GW-Router-Addr
string
必需
默认值:
{{X-GW-Router-Addr}}
Body 参数text/plain
示例
示例值:{
"userId": "15888888918",
"taskstatus": ["D"],
"node":"",
"planstartdate": ["2022-12-16 00:00:00.00","2022-12-16 00:00:00.00"] ,
"planenddate": ["2022-12-20 00:00:00.0"],
"actualstartdate": ["2022-12-13 17:22:09.0"],
"actualenddate": ["2022-12-22 10:46:23.0"],
"pageSize": "10",
"pageIndex": "1"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/mxoc_0001_mxoc_pq/mxoc_pq_projectplan?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: text/plain' \
--data-raw '{
"userId": "15888888918",
"taskstatus": ["D"],
"node":"",
"planstartdate": ["2022-12-16 00:00:00.00","2022-12-16 00:00:00.00"] ,
"planenddate": ["2022-12-20 00:00:00.0"],
"actualstartdate": ["2022-12-13 17:22:09.0"],
"actualenddate": ["2022-12-22 10:46:23.0"],
"pageSize": "10",
"pageIndex": "1"
}'
返回响应
🟢200成功
application/json
Body
id
string
单据id
billno
string
单据编号
mxoc_date
string
单据日期
billstatus
string
单据状态
mxoc_projectname
string
项目名称
mxoc_cus.name
string
客户名称
mxoc_modelnumber
string
模板编码
mxoc_alreadybudget
string
已经预算
mxoc_remark
string
备注
planentry.id
string
计划信息分录id
planentry.mxoc_seq
string
行号
planentry.mxoc_seqs
string
层级
planentry.mxoc_node
string
节点
planentry.mxoc_taskname
string
任务名称
planentry.mxoc_owner.name
string
责任人
planentry.mxoc_planstartdate
string
计划开始日期
planentry.mxoc_planenddate
string
计划结束日期
planentry.mxoc_planday
string
计划工期(天)
planentry.mxoc_prens
string
前置任务
planentry.mxoc_actualstartdate
string
实际开始日期
planentry.mxoc_actualday
string
实际工期(天)
planentry.mxoc_actualrate
string
实际进度率
planentry.mxoc_taskstatus
string
任务状态
planentry.mxoc_milestone
string
是否里程碑
planentry.mxoc_taskrelation
string
任务关联属性
planentry.mxoc_actualenddate
string
实际结束日期
示例
{
"success": true,
"reachPlugin": true,
"data": {
"totalpage": 1,
"count": 1,
"pageSize": "10",
"page": "1",
"rows": [
{
"mxoc_alreadybudget": "false",
"planentry.mxoc_seq": "6",
"mxoc_remark": "",
"planentry.mxoc_seqs": " 2",
"mxoc_modelnumber": "",
"planentry.mxoc_taskrelation": "",
"planentry.mxoc_milestone": "false",
"mxoc_cus.name": "中山云蝶软件技术有限公司",
"planentry.mxoc_taskname": "任务3",
"planentry.mxoc_planenddate": "2022-12-19 00:00:00.0",
"planentry.mxoc_planstartdate": "2022-12-16 00:00:00.0",
"planentry.mxoc_node": "C",
"checked": false,
"mxoc_projectname": "xll测试项目2",
"id": "1574647722290544640",
"planentry.mxoc_prens": "",
"planentry.id": "1574646867483000832",
"billstatus": "C",
"mxoc_date": "2022-12-13 00:00:00.0",
"planentry.mxoc_actualstartdate": "2022-12-13 17:22:09.0",
"planentry.mxoc_taskstatus": "D",
"planentry.mxoc_actualday": "8",
"planentry.mxoc_actualenddate": "2022-12-21 10:46:23.0",
"planentry.mxoc_planday": "3",
"billno": "XMJH-20221213-0002",
"planentry.mxoc_owner.name": "王义",
"planentry.mxoc_actualrate": ""
}
]
},
"errorCode": "success"
}
🟢200异常示例