文档
测试

入库单撤销

GET
http://localhost:8081/insoApp/outintbound/undoProIntBoundOrder/1298146509102665728

接口描述

撤销有反回数据

响应参数

参数名
类型
描述
必填
code
int
200
必填
message
string
执行结果信息
必填
data
json
响应数据
必填

响应示例

``` { "code": 200, "msg": "撤销成功", "data": { "salesOutintboundOrderMain": { "id": "1298146509102665728", "enterpriseId": 15, "sourceMainId": "1297808908642631680", "storageId": "1281044704170479616", "storageName": null, "customerId": null, "customerName": null, "supplierId": "1280777126256721920", "supplierName": null, "salesmanUserId": 80, "salesmanUserName": null, "departmentId": 1, "departmentName": null, "outintboundType": 2, "outintboundStatus": 1, "createUserId": 80, "createUserName": null, "timeCreate": "2020-08-25 14:33:41", "checkUserId": 83, "checkUserName": null, "timeCheck": null, "modifiedUserId": null, "modifiedUserName": null, "timeModified": null, "saveState": 2, "remark": null, "accessoryUrl": null, "isdeleted": 1 }, "childList": [ { "id": "1298146509887000576", "outintboundMainId": "1298146509102665728", "goodsNo": "1024bikini", "goodsName": "1024比基尼(bikini)", "model": null, "goodsUnit": "件", "goodsCount": null, "actualSendNum": 24, "goodsPrice": 2.4, "goodsTotalMoney": 57.6, "isgifts": null, "sourceChildId": "1297808908701351924", "outintboundNumber": 24, "lineState": 1, "timeCreate": "2020-08-25 14:33:41", "isdeleted": 1 }, { "id": "1298146510000246784", "outintboundMainId": "1298146509102665728", "goodsNo": "1025bikini", "goodsName": "1025比基尼(bikini)", "model": null, "goodsUnit": "件", "goodsCount": null, "actualSendNum": 25, "goodsPrice": 2.5, "goodsTotalMoney": 62.5, "isgifts": null, "sourceChildId": "1297808908692963325", "outintboundNumber": 25, "lineState": 1, "timeCreate": "2020-08-25 14:33:41", "isdeleted": 1 } ] } } ```