[关闭]
@yzlc 2016-11-14T05:29:08.000000Z 字数 493 阅读 370

订单盘点

订单盘点


说明

http://192.168.6.21:16006/?_m=/api/order/query&goods_id=WG00090591K&depot=JK_A_H16_01A_02&sp_num=200

方法 POST

参数说明

参数 类型 必选 说明 默认值
_m string 方法入口
goods_id string 料号
depot string 库位编码
sp_num string 实盘数

结果说明

  1. {
  2. "data":{
  3. "page_data":[
  4. {
  5. "id":"1",
  6. "user_id":"1",
  7. "store_id":"1",
  8. "goods_id":"1",
  9. "goods_name":"货物1",
  10. "store_name":"门店1",
  11. "batch":null,
  12. "unit":null,
  13. "num":"1",
  14. "create_time":null,
  15. "status":"DSH",
  16. "row_number":"1"
  17. }
  18. ],
  19. [
  20. {
  21. "id":"2",
  22. .....
  23. }
  24. ]
  25. "total_count":"1",
  26. "current_page":"1",
  27. "last_page":1
  28. },
  29. "status":0,
  30. "msg":"操作成功"}
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注