| 1234567891011121314151617 | 
							- export default {
 
- 	materialScan: {
 
- 		url: '/admin-api/wms/location-adjustment/toPagePda',
 
- 		name: '扫描物料',
 
- 		method: 'GET'
 
- 	},
 
- 	materialAdjust: {
 
- 		url: '/admin-api/wms/location-adjustment/adjust',
 
- 		name: '物料调整',
 
- 		method: 'POST'
 
- 	},
 
- 	getStockLocaltionByCode: {
 
- 		url: '/admin-api/wms/stock-location/getByCode',
 
- 		name: '获取库位',
 
- 		method: 'GET'
 
- 	},
 
- }
 
 
  |