box.js 727 B

1234567891011121314151617181920212223242526272829303132
  1. export default {
  2. getWmsBoxList: {
  3. url: '/admin-api/wms/incoming-produce-detail/pdaCasePage',
  4. name: '箱号列表',
  5. method: 'GET'
  6. },
  7. getWmsBoxSnList: {
  8. url: '/admin-api/wms/finish-goods-box-detail/PdaGetSnPage',
  9. name: '箱号下成品查询',
  10. method: 'GET'
  11. },
  12. getWmsReBoxSnList: {
  13. url: '/admin-api/wms/re-box-detail/splitPage',
  14. name: '已拆成品列表',
  15. method: 'GET'
  16. },
  17. boxSplit: {
  18. url: '/admin-api/wms/re-box-detail/pdaCreateSplit',
  19. name: '拆箱',
  20. method: 'GET'
  21. },
  22. boxRepacking: {
  23. url: '/admin-api/wms/re-box-detail/reCreate',
  24. name: '重新装箱',
  25. method: 'POST'
  26. },
  27. scanWmsBoxSn: {
  28. url: '/admin-api/wms/re-box-detail/getReBoxDetail',
  29. name: '扫描SN码',
  30. method: 'GET'
  31. },
  32. }