materialLocation.js 373 B

1234567891011121314151617
  1. export default {
  2. materialScan: {
  3. url: '/admin-api/wms/location-adjustment/toPagePda',
  4. name: '扫描物料',
  5. method: 'GET'
  6. },
  7. materialAdjust: {
  8. url: '/admin-api/wms/location-adjustment/adjust',
  9. name: '物料调整',
  10. method: 'POST'
  11. },
  12. getStockLocaltionByCode: {
  13. url: '/admin-api/wms/stock-location/getByCode',
  14. name: '获取库位',
  15. method: 'GET'
  16. },
  17. }