curl --location '/api/v1/stock/outgoing/page?companyId=undefined&outgoingCode=undefined&sparePartCode=undefined&sparePartName=undefined&recipientName=undefined&incomingDate=undefined' \
--header 'Token: {{TOKEN}}'{
"code": 200, // 响应状态码,200 表示操作成功
"data": null, // 数据字段,这里为空
"message": "操作成功!", // 操作结果的消息提示
"result": {
"current": "1", // 当前页码
"orders": [], // 排序信息,这里为空
"pages": "1", // 总页数
"records": [
{
"baseId": null, // 基地id
"companyId": null, // 公司id
"createBy": "admin", // 添加人
"createTime": "2025-03-12 14:49:27", // 添加时间
"id": "1", // ID
"incomingDate": "2025-03-12 13:00:00", // 出库日期
"managerId": "3001", // 备件管理id
"materialSource": 1, // 物料来源 0-其他 1-集采中心 2-外购
"outgoingCode": "CK-202503000000001", // 出库编号
"outgoingQuantity": 20, // 出库数量
"outgoingStatus": 1, // 出库审核状态 1-待审核 2-审核中 3-审批成功
"reasonForUsage": "维修设备", // 领用原因
"recipientId": "R001", // 领取人id
"recipientName": "张三", // 领用人名称
"sparePartBrandId": "5001", // 备件品牌
"sparePartBrandName": "", // 备件品牌
"sparePartCode": "SP002", // 备件编码
"sparePartModel": "M5", // 规格型号
"sparePartName": "螺母", // 备件名称
"sparePartParentTypeId": "4000", // 备件父级分类
"sparePartParentTypeName": "", // 备件父级分类名称
"sparePartTypeId": "4002", // 备件分类
"sparePartTypeName": "", // 备件分类名称
"stockInventory": 200, // 库存量
"totalPrice": 10.00, // 合计
"unit": "个", // 单位
"unitPrice": 0.50, // 单价
"updateBy": "", // 修改人
"updateTime": "2025-03-12 14:49:30" // 修改时间
}
],
"searchCount": true, // 是否进行搜索计数
"size": "10", // 每页显示数量
"total": "1" // 总记录数
},
"success": true, // 操作是否成功
"timestamp": "1741763497261" // 时间戳
}