成品批量出库前的信息展示(分页查询)
GET
/finish-products/confirm-pull请求参数
Query 参数
page
integer
页数
示例值:
1
limit
integer
每页显示多少条
示例值:
10
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
object
必需
records
array [object {9}]
必需
total
integer
必需
size
integer
必需
current
integer
必需
orders
array[string]
必需
optimizeCountSql
boolean
必需
searchCount
boolean
必需
countId
null
必需
maxLimit
null
必需
pages
integer
必需
示例
{
"code": 20000,
"message": "查看信息成功",
"data": {
"records": [
{
"order_machine_num": 60,
"delivery_date": "2023-12-29T11:03:04",
"machine_id": 2,
"finished_depot": 1,
"list": [
{
"finish_product_address": "A-12-1-2",
"finish_product_id": 2,
"is_deleted": 0,
"create_time": "2023-12-07T10:47:33",
"orderId": 9,
"work_order_id": 2,
"description": "AAAA",
"ware_house_name": "仓库一号",
"machine_sn": "H650-CH-J2-2312-1003",
"remark": "AAAAA",
"by_user": "钟丽娟",
"warehouse_id": 1
}
],
"finish_num": 0,
"order_sn": "2",
"unfinish_num": 60,
"order_unit_name": "单位-3"
},
{
"order_machine_num": 4,
"delivery_date": "2023-12-07T11:03:04",
"machine_id": 1,
"finished_depot": 3,
"list": [
{
"finish_product_address": "B-14-1-1",
"finish_product_id": 7,
"is_deleted": 0,
"create_time": "2023-12-07T11:06:29",
"orderId": 1,
"work_order_id": 3,
"description": "vDVD是VSDVD是VS大VDVD深V",
"ware_house_name": "仓库二号",
"machine_sn": "H650-CH-J1-2312-1004",
"remark": "大错误",
"by_user": "陈慧敏",
"warehouse_id": 2
},
{
"finish_product_address": "B-12-2-1",
"finish_product_id": 8,
"is_deleted": 0,
"create_time": "2023-12-07T11:12:47",
"orderId": 1,
"work_order_id": 4,
"description": "发多少",
"ware_house_name": "小木屋",
"machine_sn": "H650-CH-J1-2312-1005",
"remark": "范围",
"by_user": "陈慧敏",
"warehouse_id": 9
},
{
"finish_product_address": "C-12-1-1",
"finish_product_id": 9,
"is_deleted": 0,
"create_time": "2023-12-07T11:22:28",
"orderId": 1,
"work_order_id": 5,
"description": "v出v出",
"ware_house_name": "仓库二号",
"machine_sn": "H650-CH-J1-2312-1006",
"remark": "不不不",
"by_user": "陈慧敏",
"warehouse_id": 2
}
],
"finish_num": 0,
"order_sn": "1",
"unfinish_num": 4,
"order_unit_name": "生菜加工厂"
},
{
"order_machine_num": 76,
"delivery_date": "2024-01-25T00:00:00",
"machine_id": 4,
"finished_depot": 2,
"list": [
{
"finish_product_address": "D-21-1-4",
"finish_product_id": 10,
"is_deleted": 0,
"create_time": "2023-12-08T11:19:28",
"orderId": 13,
"work_order_id": 11,
"description": "出VS的",
"ware_house_name": "一千块",
"machine_sn": "H650-CH-J1-2401-1009",
"remark": "房产税",
"by_user": "陈慧敏",
"warehouse_id": 11
},
{
"finish_product_address": "G-2-1-3",
"finish_product_id": 11,
"is_deleted": 0,
"create_time": "2024-01-05T16:20:11",
"orderId": 13,
"work_order_id": 12,
"description": "研发部研发",
"ware_house_name": "仓库二号",
"machine_sn": "H650-CH-J1-2401-1010",
"remark": "但是vv",
"by_user": "陈慧敏",
"warehouse_id": 2
}
],
"finish_num": 0,
"order_sn": "6",
"unfinish_num": 76,
"order_unit_name": "生菜加工厂"
}
],
"total": 3,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
}
}
最后修改时间: 10 个月前