- 系统功能
- 工程数据
- 车间管理
- 普通生产
- 委外管理
- 销售管理
- 非标生产
- 人力资源
- wms
- 采购管理
- 检斤管理
- 委外工序计划单
- KIS升级
- 工作流
- CRM客户管理
- 首页
- SRM管理
- 基础资料
- 轻MES
- 质量管理
检验单列表查询
POST
/mxoc_qm/inspect_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
时间段搜索
示例
{
"unpage": 0,
"pageSize": 10,
"pageIndex": 1,
"search": "",
"dateSearch": "B",
"billstatus": "all",
"mxoc_inspecttype": "all",
"oldnew": "new"
}
示例代码
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_qm/inspect_query?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: application/json' \
--data-raw '{
"unpage": 0,
"pageSize": 10,
"pageIndex": 1,
"search": "",
"dateSearch": "B",
"billstatus": "all",
"mxoc_inspecttype": "all",
"oldnew": "new"
}'
返回响应
🟢200成功
application/json
Body
data
array [object {15}]
数据集
mxoc_department.name
string
检验部门名称
createtime
string
制单时间
billstatus
string
审核状态
mxoc_department.id
string
检验部门ID
mxoc_user.id
string
检验员
mxoc_customer.number
string
客户编码
mxoc_remarks
string
单据备注
mxoc_customer.name
string
客户名称
mxoc_user.name
string
检验员名称
mxoc_user.number
string
检验员编码
billdate
string
单据日期
id
string
单据ID
mxoc_department.number
string
检验部门编码
billno
string
单据编号
mxoc_inspecttype
string
检验类型
errorCode
string
必需
status
boolean
必需
success
boolean
必需
示例
{
"success": true,
"reachPlugin": true,
"data": [
{
"mxoc_department.name": "生产三部",
"mxoc_user.name": "操作工003",
"billstatus": "C",
"mxoc_inspectdate": "2022-09-04 00:00:00.0",
"checked": false,
"id": "1501970359329512448",
"mxoc_inspectentry.id": "null",
"billno": "JYDZ-20220904-0001",
"mxoc_inspecttype": "4"
},
{
"mxoc_department.name": "生产二车间",
"mxoc_user.name": "李四",
"billstatus": "C",
"mxoc_inspectdate": "2022-08-09 00:00:00.0",
"checked": false,
"id": "1483427556907568128",
"mxoc_inspectentry.id": "null",
"billno": "JYDZ-20220809-0001",
"mxoc_inspecttype": "4"
},
{
"mxoc_department.name": "生产一部",
"mxoc_user.name": "张三",
"billstatus": "C",
"mxoc_inspectdate": "2022-06-27 00:00:00.0",
"checked": false,
"id": "1452021663775373312",
"mxoc_inspectentry.id": "null",
"billno": "JYDZ-20220627-0002",
"mxoc_inspecttype": "4"
}
],
"errorCode": "success"
}
🟢200异常示例
修改于 2025-04-25 02:04:31