| 123456789101112131415161718192021222324252627 | 
							- export default {
 
- 	getWmsTrestlePage: {
 
- 		url: '/admin-api/wms/pallet/page',
 
- 		name: '获得wms栈板分页',
 
- 		method: 'GET'
 
- 	},
 
- 	getWmsTrestleDropDownList: {
 
- 		url: '/admin-api/wms/pallet/dropDownList',
 
- 		name: 'PDA栈板下拉列表',
 
- 		method: 'GET'
 
- 	},
 
- 	pdaMaterialsPage: {
 
- 		url: '/admin-api/wms/pallet/pdaMaterialsPage',
 
- 		name: '箱号查询-已入栈',
 
- 		method: 'GET'
 
- 	},
 
- 	pdaCreateBatch: {
 
- 		url: '/admin-api/wms/pallet-detail/createBatch',
 
- 		name: 'PDA入栈',
 
- 		method: 'POST'
 
- 	},
 
- 	pdaDeleteBatch: {
 
- 		url: '/admin-api/wms/pallet-detail/deleteBatch',
 
- 		name: 'PDA出栈',
 
- 		method: 'DELETE'
 
- 	},
 
- }
 
 
  |