文档
测试

添加/修改

POST
http://localhost:8081/insoApp/sell/addSellOrder

响应参数

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

请求示例

``` { "childList": [ { "goodsCount": 18, "goodsName": "贵人鸟(guirenniao)", "goodsNo": "AKguirenniao", "goodsPrice": 18.00, "goodsTaxTotalMoney": 0, "goodsTotalMoney": 252.00, "goodsUnit": "件", "isgifts": 1, "id": "", "storageId": "1281044704170479616", "sourceSellChildId": "1298894926540066816" }, { "goodsCount": 28, "goodsName": "比基尼(bikini)", "goodsNo": "AKbikini", "goodsPrice": 18.00, "goodsTotalMoney": 672.00, "goodsUnit": "件", "isgifts": 1, "id": "", "storageId": "1281044704170479616", "sourceSellChildId":"1298894926540066816" } ], "salesOrderSellMain": { "id": "", "auditState": 1, "timeDate": "2020-08-26 09:04:15", "checkUserId": 80, "checkUserName": "wjc", "createUserId": 80, "createUserName": "wjc", "customerId": "1", "customerName": "张三", "departmentId": 1, "departmentName": "研发部", "enterpriseId": 15, "goodsTotalMoney": 924.00, "goodsResidueMoney": 900, "goodsPayRecMoney": 24, "goodsCumulativeMoney": 24, "receivingAddr": "string888", "receivingArea": "string999", "retailLevel": 2, "salesmanUserId": 80, "salesmanUserName": "wjc", "saveState": 2, "remark": "描述", "accessoryUrl": "http://1024", "unit": "星星国际", "sourceSellMainId": "1298895073919520768" }, "type": 2 (固定值 1:销售开单;2:退货单据) } ```