| | |
| | | url: '/wrzs/guard/getAlreadyCheckTaskCoal', |
| | | method: 'GET' |
| | | }, |
| | | //临时司机列表 |
| | | getTemporaryEntryInspectionList:{ |
| | | url: '/wrzs/guard/getTemporaryEntryInspectionList', |
| | | method: 'GET' |
| | | }, |
| | | //临时司机出厂列表 |
| | | getTemporaryEntryOutInspectionList:{ |
| | | url: '/wrzs/guard/getTemporaryEntryOutInspectionList', |
| | | method: 'GET' |
| | | }, |
| | | //临时司机检查 |
| | | temporaryEntryConfirmation:{ |
| | | url: '/wrzs/guard/temporaryEntryConfirmation', |
| | | method: 'POST' |
| | | }, |
| | | temporaryentryinspection:{ |
| | | url: '/wrzs/temporaryentryinspection', |
| | | method: 'PUT' |
| | | }, |
| | | addCheckLog: { |
| | | url: '/wrzs/guard/addCheckLog', |
| | | methods: 'POST' |
| | |
| | | addBuycard: { |
| | | url: '/wrzs/buycard', |
| | | methods: 'POST' |
| | | }, |
| | | putBuycard: { |
| | | url: '/wrzs/buycard', |
| | | methods: 'PUT' |
| | | }, |
| | | getBuyCardList: { |
| | | url: '/wrzs/buycard/getBuyCardList', |
| | |
| | | getDriverListById: { |
| | | url: '/wrzs/jcroadtransport/getDriverListById', |
| | | methods: 'GET' |
| | | }, |
| | | // 更改剧毒通行证 |
| | | putJcroadtransport: { |
| | | url: '/wrzs/jcroadtransport', |
| | | methods: 'PUT' |
| | | }, |
| | | // 根据id查找剧毒通行证 |
| | | getById: { |
| | |
| | | splicingOrders:{ |
| | | url: '/wrzs/warehouse/splicingOrders', |
| | | methods: 'POST' |
| | | }, |
| | | //供应商获取合卡订单 |
| | | getCloseOrderList:{ |
| | | url: '/wrzs/tmorder/getCloseOrderList', |
| | | methods: 'get' |
| | | }, |
| | | //修改确认装卸 |
| | | confirmLoadAndUnloadModify:{ |
| | | url: '/wrzs/warehouse/confirmLoadAndUnloadModify', |
| | | methods: 'POST' |
| | | }, |
| | | //一建装卸 |
| | | oneClickLoading:{ |
| | | url: '/wrzs/warehouse/oneClickLoading', |
| | | methods: 'POST' |
| | | }, |
| | | //司机接单后的pvc可拼单列表 |
| | | pvcSplicingList:{ |
| | | url: '/wrzs/tmtaskcoalpvcpd/pvcSplicingList', |
| | | methods: 'GET' |
| | | }, |
| | | //司机Pvc拼单接口 |
| | | pvcSplicingOfDriver:{ |
| | | url: '/wrzs/tmtaskcoalpvcpd/pvcSplicingOfDriver', |
| | | methods: 'POST' |
| | | }, |
| | | //司机取消拼单接口 |
| | | cancelPindan:{ |
| | | url: '/wrzs/tmtaskcoalpvcpd/cancelPindan', |
| | | methods: 'POST' |
| | | }, |
| | | //id查询pvc的拼单表 |
| | | getPdListByMainTmTaskCoalId:{ |
| | | url: '/wrzs/tmtaskcoalpvcpd/getPdListByMainTmTaskCoalId', |
| | | methods: 'GET' |
| | | }, |
| | | //pvc库管装卸 |
| | | pvcConfirmLoadAndUnload:{ |
| | | url: '/wrzs/warehouse/pvcConfirmLoadAndUnload', |
| | | methods: 'POST' |
| | | }, |
| | | //库管查询日计划 |
| | | getMyPlanListByBunkerIdsAndProductIds:{ |
| | | url:'/wrzs/warehouse/getMyPlanListByBunkerIdsAndProductIds', |
| | | methods: 'GET' |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | } |