- 权限
- 公用设置
- 基本信息
- 销售管理
- 采购管理
- 存货管理
- 生产管理
- 测试数据
- 工艺管理
查询
开发中
开发环境
http://192.168.0.18:30000
开发环境
http://192.168.0.18:30000
GET
/api/rgw/PickingLists/FindList
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
queryConditionsList
array [object {4}]
自定义查询
joinSymbol
string
连接符号 and or,默认and
field
string
查询字段
expression
string
= > < <= >=
value
string
值
sortList
array [object {2}]
必需
sidx
string
字段
sort
string
排序desc ase,默认desc
showSubbill
boolean
是否显示子单数据,默认false
currentPage
integer
第几页,默认1
pageSize
integer
每页数,默认10
示例
{
"queryConditionsList": [
{
"joinSymbol": "string",
"field": "RBA002",
"expression": "=",
"value": "'20220419001'"
}
],
"sortList": [
{
"sidx": "RBA002",
"sort": "DESC"
}
],
"showSubbill": true,
"currentPage": 1,
"pageSize": 10
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://192.168.0.18:30000/api/rgw/PickingLists/FindList' \
--header 'Content-Type: application/json' \
--data-raw '{
"queryConditionsList": [
{
"joinSymbol": "string",
"field": "RBA002",
"expression": "=",
"value": "'\''20220419001'\''"
}
],
"sortList": [
{
"sidx": "RBA002",
"sort": "DESC"
}
],
"showSubbill": true,
"currentPage": 1,
"pageSize": 10
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
pagination
object
必需
list
array [object {4}]
必需
extras
null
必需
timestamp
integer
必需
timeConsuming
integer
必需
示例
{ "code": 200, "msg": "操作成功", "data": { "pagination": { "PageIndex": 1, "PageSize": 10, "Total": 2, "pagination": null, "list": null }, "list": [ { "SgmrbaEntity": { "RBA001": "82", "RBA002": "20230304001", "RBA003": "", "RBA004": "20230304", "RBA005": "002", "RBA006": "", "RBA007": 0.0, "RBA008": "", "RBA009": "", "RBA010": "", "RBA011": "", "RBA012": "T", "RBA013": "", "RBA014": "07", "RBA015": "", "RBA016": "", "RBA017": "", "RBA018": "", "RBA019": 0.0, "RBA020": 0.0, "RBA021": "002", "RBA022": "F", "RBA023": "", "RBA024": "", "RBA025": "", "RBA026": 0.0, "RBA027": "2023-03-04 10:19:19.523", "RBA028": 0, "RBA029": "", "RBA030": "", "RBA901": "002", "RBA902": "2023-03-04 10:19:07.553", "RBA903": "002", "RBA904": "2023-03-04 10:19:19.530", "RBA905": 3, "RBA960": "", "RBA961": "", "RBA962": "", "RBA963": "", "RBA964": "", "RBA965": "", "RBA980": 0.0, "RBA981": 0.0, "RBA982": 0.0, "RBA983": 0.0, "RBA984": 0.0, "RBA985": 0.0, "RBA910": "", "RBA911": "", "RBA912": "", "RBA913": "", "RBA914": "", "RBA915": "", "RBA916": "", "RBA917": "", "RBA918": "", "RBA919": "", "RBA920": "", "RBA921": "", "RBA922": "", "RBA923": "", "RBA924": "", "RBA925": "", "RBA926": "", "RBA927": "", "RBA928": "", "RBA929": "", "RBA930": "", "RBA931": "", "RBA932": "", "RBA933": "", "RBA934": "", "RBA935": "", "RBA979": "" }, "sgmrbbEntities": [ { "RBB001": "82", "RBB002": "20230304001", "RBB003": "001", "RBB004": "R00232", "RBB005": "(6601000010635)弯轴", "RBB006": "PC", "RBB007": "RA0000", "RBB008": "XC0000", "RBB009": 576.0, "RBB010": "20230209057", "RBB011": "001", "RBB012": "", "RBB013": "T", "RBB014": "", "RBB015": "F", "RBB016": "", "RBB017": "", "RBB018": "", "RBB019": 0.0, "RBB020": 0.0, "RBB021": "********************", "RBB022": "BWS 33037-1,铸件", "RBB023": "81", "RBB024": "", "RBB025": 1.0, "RBB026": 1.0, "RBB027": "PC", "RBB028": 576.0, "RBB901": "002", "RBB902": "2023-03-04 10:19:07.727", "RBB903": "002", "RBB904": "2023-03-04 10:19:19.803", "RBB905": 3, "RBB960": "", "RBB961": "", "RBB962": "", "RBB963": "", "RBB964": "", "RBB965": "", "RBB980": 0.0, "RBB981": 0.0, "RBB982": 0.0, "RBB983": 0.0, "RBB984": 0.0,