- 系统功能
- 工程数据
- 车间管理
- 普通生产
- 委外管理
- 委外订单
- 收料通知单
- 委外入库单
- 委外投料单
- 委外发料单
- 委外退料单
- 委外订单业务查询
- 委外退库单
- 委外工序接收单
- 委外工序转出单
- 委外工序转入转出下推
- 销售管理
- 非标生产
- 人力资源
- wms
- 采购管理
- 检斤管理
- 委外工序计划单
- KIS升级
- 工作流
- CRM客户管理
- 首页
- SRM管理
- 基础资料
- 轻MES
- 质量管理
收料通知单查询
POST
/mxoc_om/mxoc_om_receiplist
请求参数
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
search
string
模糊查询
unpage
string
是否分页
pageSize
string
单页显示条数
pageIndex
string
当前页下标
billstatus
string
审核状态
dateSearch
string
时间过滤
id
string
单据id
示例
{
"search": "xxxx",
"unpage": "0",
"pageSize": "10",
"pageIndex": "1",
"billstatus": "A",
"dateSearch": "A",
"id": "12345678987654"
}
示例代码
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_om/mxoc_om_receiplist?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: application/json' \
--data-raw '{
"search": "xxxx",
"unpage": "0",
"pageSize": "10",
"pageIndex": "1",
"billstatus": "A",
"dateSearch": "A",
"id": "12345678987654"
}'
返回响应
🟢200列表成功
application/json
Body
success
boolean
响应状态
data
array [object {8}]
数据
date
string
单据日期
createtime
string
创建时间
supplier.name
string
供应商名称
billstatus
string
审核状态
remark
string
单据备注
id
string
单据id
billno
string
单据单号
mxoc_receivingclerk.name
string
收料人姓名
errorCode
string
响应状态
示例
{
"success": true,
"reachPlugin": true,
"data": [
{
"date": "2022-09-07 00:00:00.0",
"createtime": "2022-09-07 11:31:21.0",
"supplier.name": "散客",
"entryentity.mxoc_outsourcingseq": "null",
"billstatus": "C",
"checked": false,
"remark": "",
"id": "1504257759506434048",
"billno": "SLTZ-20220907-0062",
"mxoc_receivingclerk.name": "null",
"entryentity.mxoc_outsourcingno": "null"
},
{
"date": "2022-09-07 00:00:00.0",
"createtime": "2022-09-07 11:15:21.0",
"supplier.name": "委外供应商062701人民币",
"entryentity.mxoc_outsourcingseq": "null",
"billstatus": "C",
"checked": false,
"remark": "",
"id": "1504249673869706240",
"billno": "SLTZ-20220907-0060",
"mxoc_receivingclerk.name": "null",
"entryentity.mxoc_outsourcingno": "null"
},
{
"date": "2022-09-07 00:00:00.0",
"createtime": "2022-09-07 10:44:04.0",
"supplier.name": "委外供应商062701人民币",
"entryentity.mxoc_outsourcingseq": "null",
"billstatus": "C",
"checked": false,
"remark": "",
"id": "1504233983355922432",
"billno": "SLTZ-20220907-0059",
"mxoc_receivingclerk.name": "null",
"entryentity.mxoc_outsourcingno": "null"
},
{
"date": "2022-09-06 00:00:00.0",
"createtime": "2022-09-06 18:27:35.0",
"supplier.name": "委外供应商062701人民币",
"entryentity.mxoc_outsourcingseq": "null",
"billstatus": "C",
"checked": false,
"remark": "",
"id": "1503742531244935168",
"billno": "SLTZ-20220906-0058",
"mxoc_receivingclerk.name": "null",
"entryentity.mxoc_outsourcingno": "null"
},
{
"date": "2022-09-02 00:00:00.0",
"createtime": "2022-09-02 19:29:49.0",
"supplier.name": "散客",
"entryentity.mxoc_outsourcingseq": "null",
"billstatus": "C",
"checked": false,
"remark": "",
"id": "1500874606485972992",
"billno": "SLTZ-20220902-0057",
"mxoc_receivingclerk.name": "null",
"entryentity.mxoc_outsourcingno": "null"
},
{
"date": "2022-09-02 00:00:00.0",
"createtime": "2022-09-02 19:24:30.0",
"supplier.name": "散客",
"entryentity.mxoc_outsourcingseq": "null",
"billstatus": "C",
"checked": false,
"remark": "",
"id": "1500871935192482816",
"billno": "SLTZ-20220902-0054",
"mxoc_receivingclerk.name": "null",
"entryentity.mxoc_outsourcingno": "null"
},
{
"date": "2022-08-29 00:00:00.0",
"createtime": "2022-08-29 11:59:36.0",
"supplier.name": "委外供应商062701人民币",
"entryentity.mxoc_outsourcingseq": "null",
"billstatus": "A",
"checked": false,
"remark": "",
"id": "1497753311221139456",
"billno": "SLTZ-20220829-0055",
"mxoc_receivingclerk.name": "null",
"entryentity.mxoc_outsourcingno": "null"
},
{
"date": "2022-08-23 00:00:00.0",
"createtime": "2022-08-23 10:03:18.0",
"supplier.name": "散客",
"entryentity.mxoc_outsourcingseq": "null",
"billstatus": "C",
"checked": false,
"remark": "",
"id": "1493341775056669696",
"billno": "SLTZ-20220823-0053",
"mxoc_receivingclerk.name": "null",
"entryentity.mxoc_outsourcingno": "null"
},
{
"date": "2022-08-22 00:00:00.0",
"createtime": "2022-08-22 18:28:04.0",
"supplier.name": "委外供应商062701人民币",
"entryentity.mxoc_outsourcingseq": "null",
"billstatus": "C",
"checked": false,
"remark": "",
"id": "1492871075086796800",
"billno": "SLTZ-20220822-0052",
"mxoc_receivingclerk.name": "null",
"entryentity.mxoc_outsourcingno": "null"
},
{
"date": "2022-08-22 00:00:00.0",
"createtime": "2022-08-22 10:12:38.0",
"supplier.name": "散客",
"entryentity.mxoc_outsourcingseq": "null",
"billstatus": "A",
"checked": false,
"remark": "",
"id": "1492621764541327360",
"billno": "SLTZ-20220822-0042",
"mxoc_receivingclerk.name": "null",
"entryentity.mxoc_outsourcingno": "null"
}
],
"errorCode": "success"
}
🟢200详情成功
🟢200异常示例