| | |
| | | enum Api { |
| | | AddWmsOrderPurchase = '/api/wmsOrderPurchase/add', |
| | | ForceOutbound = '/api/WmsOperationTask/ForceOutbound', |
| | | PersonOutbound = '/api/WmsOperationTask/PersonOutbound', |
| | | |
| | | |
| | | DeleteWmsOrderPurchase = '/api/wmsOrderPurchase/delete', |
| | | UpdateWmsOrderPurchase = '/api/wmsOrderPurchase/update', |
| | | KittingList = '/api/WmsStockQuan/KittingList', ///api/wmsOrderPurchase/page |
| | | packList = '/api/WmsStockQuan/packList', ///api/wmsOrderPurchase/page |
| | | KittingList = '/api/WmsCommonnQuery/KittingList', ///api/wmsOrderPurchase/page |
| | | packList = '/api/WmsCommonnQuery/packList', ///api/wmsOrderPurchase/page |
| | | |
| | | ListWmsOrderPurchase = '/api/wmsStockQuan/list', |
| | | DetailWmsOrderPurchase = '/api/wmsOrderPurchase/detail', |
| | |
| | | method: 'post', |
| | | data: params, |
| | | }); |
| | | |
| | | export const PersonOutbound = (params?: any) => |
| | | request({ |
| | | url: Api.PersonOutbound, |
| | | method: 'post', |
| | | data: params, |
| | | }); |