文档
测试

付款单撤销

GET
http://localhost:8081/insoApp/outintmoney/undoProOutMoneyOrder/1298505723188768768

响应参数

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

响应示例

``` { "code": 200, "msg": "撤销成功", "data": { "salesOrderOutintmoneyMain": { "id": "1298505723188768768", "enterpriseId": 15, "sourceMainId": "1297808908642631680", "timeDate": null, "customerId": null, "customerName": null, "supplierId": "1280777126256721920", "supplierName": null, "salesmanUserId": 80, "salesmanUserName": null, "departmentId": 1, "departmentName": null, "orderType": 2, "orderStatus": 2, "goodsTotalMoney": 120, "goodsResidueMoney": 30, "goodsPayRecMoney": 60, "goodsCumulativeMoney": 90, "remark": null, "accessoryUrl": null, "createUserId": 80, "timeCreate": "2020-08-26 14:21:04", "checkUserId": 83, "timeCheck": null, "modifiedUserId": null, "timeModified": null, "checkState": null, "remark": null, "accessoryUrl": null, "isdeleted": 0 }, "childList": [ { "id": "1298505723188768769", "outintmoneyMainId": "1298505723188768768", "storageId": "1281044704170479616", "storageName": null, "goodsNo": "1024bikini", "goodsName": "1024比基尼(bikini)", "model": null, "goodsCount": 24, "goodsUnit": "件", "goodsPrice": 2.4, "goodsTotalMoney": 57.6, "sourceChildId": "1297808908701351924", "timeCreate": "2020-08-26 14:21:04", "isdeleted": 0 }, { "id": "1298505723197157376", "outintmoneyMainId": "1298505723188768768", "storageId": "1297701216964026368", "storageName": null, "goodsNo": "1025bikini", "goodsName": "1025比基尼(bikini)", "model": null, "goodsCount": 25, "goodsUnit": "件", "goodsPrice": 2.5, "goodsTotalMoney": 62.5, "sourceChildId": "1297808908692963325", "timeCreate": "2020-08-26 14:21:04", "isdeleted": 0 } ] } } ```