| | |
| | | getPersonnelType:{ |
| | | url: '/wrzs/yhcustomer', |
| | | methods: 'PUT' |
| | | }, |
| | | //转发获取PVC吨数列表 |
| | | getBuildList:{ |
| | | url: '/wrzs/pvcforward/getBuildList', |
| | | methods: 'get' |
| | | }, |
| | | //PVC转发计划提交 |
| | | |
| | | allocation:{ |
| | | url: '/wrzs/pvcforward/allocation', |
| | | methods: 'PUT' |
| | | }, |
| | | //库管获取历史通知单 |
| | | getHistoryTaskCoalList:{ |
| | | url: '/wrzs/warehouse/getHistoryTaskCoalList', |
| | | methods: 'GET' |
| | | }, |
| | | //获取已确认收罚单 |
| | | getTodayConfirmedTaskCoalList:{ |
| | | url: '/wrzs/warehouse/getTodayConfirmedTaskCoalList', |
| | | methods: 'GET' |
| | | }, |
| | | //获取可拼单司机单 |
| | | getUnclaimedList:{ |
| | | url: '/wrzs/warehouse/getUnclaimedList', |
| | | methods: 'GET' |
| | | }, |
| | | //司机接单 |
| | | splicingOrders:{ |
| | | url: '/wrzs/warehouse/splicingOrders', |
| | | methods: 'POST' |
| | | } |
| | | } |