- 系统功能
- 工程数据
- 车间管理
- 普通生产
- 委外管理
- 销售管理
- 非标生产
- 人力资源
- wms
- 采购管理
- 检斤管理
- 委外工序计划单
- KIS升级
- 工作流
- CRM客户管理
- 首页
- SRM管理
- 基础资料
- 轻MES
- 质量管理
汇报单列表查询
POST
/mxoc_process/mxoc_workreport_query
请求参数
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 参数application/json
unpage
string
是否分页
pageSize
string
当前页条数
pageIndex
string
当前页下标
search
string
模糊搜索
dateSearch
string
时间段搜索
isInspectCheck
boolean
是否显示质检单据
id
string
单据id
示例
{
"unpage":"",
"pageSize":"2",
"pageIndex":"1",
"search":"20220809",
"dateSearch":"all"
}
示例代码
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_process/mxoc_workreport_query?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: application/json' \
--data-raw '{
"unpage":"",
"pageSize":"2",
"pageIndex":"1",
"search":"20220809",
"dateSearch":"all"
}'
返回响应
🟢200成功
application/json
Body
success
boolean
响应状态
data
array [object {18}]
必需
entryentity.id
string
分录id
entryentity.mxoc_reportqtyentry
string
汇报数量
billstatus
string
单据状态
mxoc_routeno
string
工序计划单号
mxoc_product.number
string
物料编码
mxoc_product.model
string
物料规格型号
entryentity.mxoc_dispatchqtyentry
string
派工数量
entryentity.mxoc_classes.name
string
班次名称
mxoc_productworkshop.name
string
生产车间名称
entryentity.mxoc_operator.name
string
操作工名称
entryentity.mxoc_group.name
string
班组名称
mxoc_product.helpcode
string
物料助记码
mxoc_product.name
string
物料名称
entryentity.mxoc_inspectedqty
string
已检验数量
entryentity.mxoc_isinspec
string
是否质检
id
string
单据id
billno
string
单据编号
mxoc_procode.name
string
工序代码名称
errorCode
string
响应状态
示例
{
"success": true,
"reachPlugin": true,
"data": [
{
"entryentity.id": "1483426663906673664",
"entryentity.mxoc_reportqtyentry": "967.0000000000",
"billstatus": "C",
"mxoc_routeno": "GXJH-20220809-0011",
"mxoc_product.number": "100003",
"mxoc_product.model": "",
"entryentity.mxoc_dispatchqtyentry": "967.0000000000",
"entryentity.mxoc_classes.name": "null",
"mxoc_productworkshop.name": "生产一车间",
"entryentity.mxoc_operator.name": "钱兵",
"entryentity.mxoc_group.name": "0802班组",
"mxoc_product.helpcode": "ytpxlb",
"mxoc_product.name": "已贴片线路板",
"entryentity.mxoc_inspectedqty": "",
"entryentity.mxoc_isinspec": "true",
"checked": false,
"id": "1483426661482385408",
"billno": "GXHB-20220809-0013",
"mxoc_procode.name": "老化"
}
],
"errorCode": "success"
}
🟢200异常示例