- j2
- 消息服务
- 通知提醒
- 消息中间件
- 系统管理
- j3
- c1
- 基础配置
- 人员配置
- c2
- c3
- c4
- 盘点管理
- 综合盘点
- 动碰盘点
- 盘点
- 盘点差异
- 复盘
- 盘点差异过账
- 上架调整
- 下架调整
- 动仓盘点
- 计费配置
- c5
- c7
- c8
- c6
- J5
- j4
- j8
- j1
- j7
查询上架货物的详细信息
GET
/lis/qurrydetail
最后修改时间:2025-03-12 13:13:34
责任人:未设置
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
id
string
id
示例值:
0
goods_qua
string
商品数量
示例值:
1
goods_pro_data
string
生产日期
示例值:
xxxx-xx-xx
bin_id
string
托盘码
示例值:
ATP002
ku_wei_bian_ma
string
库位编码
示例值:
X1-1-01
base_unit
string
基本单位
示例值:
箱
create_date
string
创建日期
示例值:
xxxx-xx-xx
goods_id
string
商品编码
示例值:
RL001
goods_name
string
商品名称
示例值:
牛羊肉半成品
goods_unit
string
单位
示例值:
箱
order_id
string
原始单据编码
示例值:
RK20240320-0003
cus_code
string
货主
示例值:
X00001-XXXX-KH有限公司
create_name
string
创建人名称
示例值:
1
create_by
string
创建人登录名称
示例值:
2
update_name
string
更新人名称
示例值:
3
update_by
string
更新人登录名称
示例值:
2
update_date
string
更新日期
示例值:
3
sys_org_code
string
所属部门
示例值:
4
sys_company_code
string
所属公司
示例值:
5
order_type_code
string
原始单据类型
示例值:
6
order_id_i
string
原始单据行项目
示例值:
7
wm_to_up_id
string
上架id
示例值:
8
goods_batch
string
批次
示例值:
22
act_type_code
string
作业类型
示例值:
33
base_goodscount
string
基本单位数量
示例值:
44
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/lis/qurrydetail?id=0'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
>= -2147483648<= 2147483647
默认值:
10000
message
string
提示信息
默认值:
success
data
object (ListgoodsDetailDTO)
数据对象
id
string
唯一标识
默认值:
0
goods_qua
string
商品数量
默认值:
1
goods_pro_data
string
生产日期
默认值:
xxxx-xx-xx
bin_id
string
托盘码
默认值:
ATP002
ku_wei_bian_ma
string
库位编码
默认值:
X1-1-01
base_unit
string
基本单位
默认值:
箱
create_date
string
创建 日期
默认值:
xxxx-xx-xx
goods_id
string
商品编码
默认值:
RL001
goods_name
string
商品名称
默认值:
牛羊肉半成品
goods_unit
string
单位
默认值:
箱
order_id
string
原始单据编码
默认值:
RK20240320-0003
cus_code
string
货主
默认值:
X00001-XXXX-KH有限公司
create_name
string
创建人名称
默认值:
liming
create_by
string
创建人登录名称
默认值:
kkk
update_name
string
更新人名称
默认值:
liming
update_by
string
更新人登录名称
默认值:
mmm
update_date
string
更新日期
默认值:
xxxx-xx-xx
sys_org_code
string
可选
默认值:
XXX
sys_company_code
string
所属公司
默认值:
XXX有限公司
order_type_code
string
原始单据类型
默认值:
liming
order_id_i
string
原始单据行项目
默认值:
xxxx
wm_to_up_id
string
上架id
默认值:
0
goods_batch
string
批次
默认值:
1
act_type_code
string
可选
默认值:
2
base_goodscount
string
基本单位数量
默认值:
3
示例
{
"code": 10000,
"message": "success",
"data": {
"id": "0",
"goods_qua": "1",
"goods_pro_data": "xxxx-xx-xx",
"bin_id": "ATP002",
"ku_wei_bian_ma": "X1-1-01",
"base_unit": "箱",
"create_date": "xxxx-xx-xx",
"goods_id": "RL001",
"goods_name": "牛羊肉半成品",
"goods_unit": "箱",
"order_id": "RK20240320-0003",
"cus_code": "X00001-XXXX-KH有限公司",
"create_name": "liming",
"create_by": "kkk",
"update_name": "liming",
"update_by": "mmm",
"update_date": "xxxx-xx-xx",
"sys_org_code": "XXX",
"sys_company_code": "XXX有限公司",
"order_type_code": "liming",
"order_id_i": "xxxx",
"wm_to_up_id": "0",
"goods_batch": "1",
"act_type_code": "2",
"base_goodscount": "3"
}
}