1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
| { "code": 200, "success": true, "data": { "records": [ { "headerId": 11, "tenantId": "903745", "headerCode": "GC903745_1", "procurementOrderNo": "1232421321", "purchaser": "张三", "orderStatus": "intercepted", "supplier": "张三", "arrivalDate": "2025-05-16 00:00:00", "createTime": "2025-05-15 16:09:09", "creator": "张三", "updateTime": "2025-05-15 00:00:00", "updator": "张三", "remark": "备注", "isDeleted": 0, "details": [ { "detailId": 27, "headerId": 11, "goodsId": "3978", "goodsName": "帽子 * 1", "sku": "842670214864", "specification": "", "quantity": 2, "receivedQuantity": 0, "productionBatchNo": "", "productionDate": "", "expiryDate": "", "goods": {} }, { "detailId": 28, "headerId": 11, "goodsId": "14298", "goodsName": "护手霜 * 1", "sku": "551467516116", "specification": "", "quantity": 2, "receivedQuantity": 0, "productionBatchNo": "", "productionDate": "", "expiryDate": "", "goods": {} } ], "receipts": [], "orderShips": [ { "id": 20, "headerId": 11, "shipNo": "421421", "logisticsCompany": "", "status": "0", "createTime": "2025-05-15T16:09:09", "recievedTime": "" }, { "id": 21, "headerId": 11, "shipNo": "32141", "logisticsCompany": "", "status": "0", "createTime": "2025-05-15T16:09:09", "recievedTime": "" }, { "id": 22, "headerId": 11, "shipNo": "23421421", "logisticsCompany": "", "status": "0", "createTime": "2025-05-15T16:09:09", "recievedTime": "" } ], "remarks": [], "headerIds": [], "createTimeStr": "", "shipNo": "", "sku": "", "logs": [], "shipNos": [], "headerCodes": [ "GC903745_1" ], "tenantIds": [ "903745" ], "createTimeStart": "", "createTimeEnd": "" } ], "total": 1, "size": 10, "current": 1, "orders": [], "optimizeCountSql": true, "hitCount": false, "searchCount": true, "pages": 1 }, "msg": "操作成功" }
|